MediaLiveEventIncomingVideoStreamsOutOfSyncEventData interface

Incoming video stream out of synch event data.

Properties

firstDuration

Gets the duration of the data chunk with first timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

firstTimestamp

Gets the first timestamp received for one of the quality levels. NOTE: This property will not be serialized. It can only be populated by the server.

secondDuration

Gets the duration of the data chunk with second timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

secondTimestamp

Gets the timestamp received for some other quality levels. NOTE: This property will not be serialized. It can only be populated by the server.

timescale

Gets the timescale in which both the timestamps and durations are represented. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

firstDuration

Gets the duration of the data chunk with first timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

firstDuration?: string

Property Value

string

firstTimestamp

Gets the first timestamp received for one of the quality levels. NOTE: This property will not be serialized. It can only be populated by the server.

firstTimestamp?: string

Property Value

string

secondDuration

Gets the duration of the data chunk with second timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

secondDuration?: string

Property Value

string

secondTimestamp

Gets the timestamp received for some other quality levels. NOTE: This property will not be serialized. It can only be populated by the server.

secondTimestamp?: string

Property Value

string

timescale

Gets the timescale in which both the timestamps and durations are represented. NOTE: This property will not be serialized. It can only be populated by the server.

timescale?: string

Property Value

string