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.

Optional discontinuityGap

discontinuityGap: undefined | string

Gets the discontinuity gap between PreviousTimestamp and NewTimestamp.

Optional newTimestamp

newTimestamp: undefined | string

Gets the timestamp of the current fragment.

Optional previousTimestamp

previousTimestamp: undefined | string

Gets the timestamp of the previous fragment.

Optional timescale

timescale: undefined | string

Gets the timescale in which both timestamps and discontinuity gap are represented.

Optional trackName

trackName: undefined | string

Gets the track name.

Optional trackType

trackType: undefined | string

Gets the type of the track (Audio / Video).

Generated using TypeDoc