Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIngestHeartbeatEventData

Package version

Ingest fragment dropped event data.

Hierarchy

  • MediaLiveEventIngestHeartbeatEventData

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 discontinuityCount

discontinuityCount: undefined | number

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

Optional healthy

healthy: undefined | false | true

Gets a value indicating whether preview is healthy or not. NOTE: This property will not be serialized. It can only be populated by the server.

Optional incomingBitrate

incomingBitrate: undefined | number

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

Optional lastTimestamp

lastTimestamp: undefined | string

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

Optional nonincreasingCount

nonincreasingCount: undefined | number

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

Optional overlapCount

overlapCount: undefined | number

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

Optional state

state: undefined | string

Gets the state of the live event. 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 last timestamp. 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.

Optional unexpectedBitrate

unexpectedBitrate: undefined | false | true

Gets a value indicating whether unexpected bitrate is present or not. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc