Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingDataChunkDroppedEventData

Package version

Ingest fragment dropped event data.

Hierarchy

  • MediaLiveEventIncomingDataChunkDroppedEventData

Index

Properties

Optional bitrate

bitrate: undefined | number

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

Optional resultCode

resultCode: undefined | string

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

Optional timescale

timescale: undefined | string

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

Optional timestamp

timestamp: undefined | string

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

Optional trackName

trackName: undefined | 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.

Optional trackType

trackType: undefined | 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