BlackoutInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |