Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingDataChunkDroppedEventData

Package version

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

Hierarchy

  • MediaLiveEventIncomingDataChunkDroppedEventData

Index

Properties

bitrate

bitrate: number

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

resultCode

resultCode: string

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

timescale

timescale: string

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

timestamp

timestamp: string

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

trackName

trackName: string

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

trackType: string

Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc