MediaLiveEventIngestHeartbeatEventData interface

Ingest fragment dropped event data.

Properties

bitrate

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

discontinuityCount

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

healthy

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.

incomingBitrate

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

lastTimestamp

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

nonincreasingCount

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

overlapCount

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

state

Gets the state of the live event. NOTE: This property will not be serialized. It can only be populated by the server.

timescale

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

trackName

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

trackType

Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server.

unexpectedBitrate

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.

Property Details

bitrate

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

bitrate?: number

Property Value

number

discontinuityCount

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

discontinuityCount?: number

Property Value

number

healthy

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.

healthy?: boolean

Property Value

boolean

incomingBitrate

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

incomingBitrate?: number

Property Value

number

lastTimestamp

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

lastTimestamp?: string

Property Value

string

nonincreasingCount

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

nonincreasingCount?: number

Property Value

number

overlapCount

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

overlapCount?: number

Property Value

number

state

Gets the state of the live event. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

timescale

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

timescale?: string

Property Value

string

trackName

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

trackName?: string

Property Value

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.

trackType?: string

Property Value

string

unexpectedBitrate

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.

unexpectedBitrate?: boolean

Property Value

boolean