MediaLiveEventIncomingDataChunkDroppedEventData interface

Ingest fragment dropped event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingDataChunkDropped event.

Properties

bitrate

Gets the bitrate of the track. NOTE: This property will not be serialized. It can only be populated by the server.

resultCode

Gets the result code for fragment drop operation. NOTE: This property will not be serialized. It can only be populated by the server.

timescale

Gets the timescale of the Timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp

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

trackName

Gets the name of the track for which fragment is dropped. NOTE: This property will not be serialized. It can only be populated by the server.

trackType

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 of the track. NOTE: This property will not be serialized. It can only be populated by the server.

bitrate: number

Property Value

number

resultCode

Gets the result code for fragment drop operation. NOTE: This property will not be serialized. It can only be populated by the server.

resultCode: string

Property Value

string

timescale

Gets the timescale of the Timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

timescale: string

Property Value

string

timestamp

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

timestamp: string

Property Value

string

trackName

Gets the name of the track for which fragment is dropped. 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