Share via


StreamInformation Class

Definition

Represents information about a specific period of time in a stream for which the PlayReady Server SDK is asked to issue licenses.

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

Constructors

StreamInformation()

Properties

BlackoutInformation

Gets or sets the BlackoutInformation for the stream.

OffsetFromProgramStart

Gets the offset from program start as a String.

OffsetFromProgramStartAsTimespan

Gets the offset from program start as a TimeSpan.

ProgramIdentifier

Gets or sets the identifier of the program being encrypted.

RequestInterval

Gets the time interval within the program from the program start offset for which packaging data is requested as a String.

RequestIntervalAsTimespan

Gets the time interval within the program from the program start offset for which packaging data is requested as a TimeSpan.

Applies to