Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventTrackDiscontinuityDetectedEventData

Package version

Ingest track discontinuity detected event data.

Hierarchy

  • MediaLiveEventTrackDiscontinuityDetectedEventData

Index

Properties

Optional bitrate

bitrate: undefined | number

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

Optional discontinuityGap

discontinuityGap: undefined | string

Gets the discontinuity gap between PreviousTimestamp and NewTimestamp. NOTE: This property will not be serialized. It can only be populated by the server.

Optional newTimestamp

newTimestamp: undefined | string

Gets the timestamp of the current fragment. NOTE: This property will not be serialized. It can only be populated by the server.

Optional previousTimestamp

previousTimestamp: undefined | string

Gets the timestamp of the previous fragment. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timescale

timescale: undefined | string

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.

Optional trackName

trackName: undefined | string

Gets the track name. 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