Share via


BlackoutInformation Class

Definition

Represents the blackout information of the stream.

[System.Serializable]
public class BlackoutInformation
[<System.Serializable>]
type BlackoutInformation = class
Public Class BlackoutInformation
Inheritance
BlackoutInformation
Attributes

Constructors

BlackoutInformation()

Initializes a new instance of the BlackoutInformation class.

Properties

BlackoutData

Gets or sets custom blackout information.

BlackoutInterval

Gets or sets the blackout interval as a String.

BlackoutIntervalAsTimespan

Gets or sets the blackout interval as a TimeSpan.

BlackoutOffsetFromProgramStart

Gets or sets the blackout start time offset from the start of the program as a String.

BlackoutOffsetFromProgramStartAsTimespan

Gets or sets the blackout start time offset from the start of the program as a TimeSpan.

Applies to