Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingDataChunkDroppedEventData

Package version

interface

An interface representing MediaLiveEventIncomingDataChunkDroppedEventData. Ingest fragment dropped event event data.

Hierarchy

  • MediaLiveEventIncomingDataChunkDroppedEventData

Index

Properties

Optional bitrate

bitrate: undefined | number
member

{number} [bitrate] 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
member

{string} [resultCode] 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
member

{string} [timescale] 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
member

{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.

Optional trackName

trackName: undefined | string
member

{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.

Optional trackType

trackType: undefined | string
member

{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.

Generated using TypeDoc