Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventTrackDiscontinuityDetectedEventData

Package version

Ingest track discontinuity detected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventTrackDiscontinuityDetected event.

Hierarchy

  • MediaLiveEventTrackDiscontinuityDetectedEventData

Index

Properties

bitrate

bitrate: number

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

discontinuityGap

discontinuityGap: string

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

newTimestamp

newTimestamp: string

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

previousTimestamp

previousTimestamp: string

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

timescale

timescale: 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.

trackName

trackName: string

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