MediaLiveEventTrackDiscontinuityDetectedEventData interface
Ingest track discontinuity detected event data.
Properties
bitrate | Gets the bitrate. NOTE: This property will not be serialized. It can only be populated by the server. |
discontinuity |
Gets the discontinuity gap between PreviousTimestamp and NewTimestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
new |
Gets the timestamp of the current fragment. NOTE: This property will not be serialized. It can only be populated by the server. |
previous |
Gets the timestamp of the previous fragment. NOTE: This property will not be serialized. It can only be populated by the server. |
timescale | Gets the timescale in which both timestamps and discontinuity gap are represented. NOTE: This property will not be serialized. It can only be populated by the server. |
track |
Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server. |
track |
Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
bitrate
Gets the bitrate. NOTE: This property will not be serialized. It can only be populated by the server.
bitrate?: number
Property Value
number
discontinuityGap
Gets the discontinuity gap between PreviousTimestamp and NewTimestamp. NOTE: This property will not be serialized. It can only be populated by the server.
discontinuityGap?: string
Property Value
string
newTimestamp
Gets the timestamp of the current fragment. NOTE: This property will not be serialized. It can only be populated by the server.
newTimestamp?: string
Property Value
string
previousTimestamp
Gets the timestamp of the previous fragment. NOTE: This property will not be serialized. It can only be populated by the server.
previousTimestamp?: string
Property Value
string
timescale
Gets the timescale in which both timestamps and discontinuity gap are represented. NOTE: This property will not be serialized. It can only be populated by the server.
timescale?: string
Property Value
string
trackName
Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server.
trackName?: string
Property Value
string
trackType
Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server.
trackType?: string
Property Value
string
Azure SDK for JavaScript