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. |
discontinuity |
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. |
incoming |
Gets the incoming bitrate. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Gets the last timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
nonincreasing |
Gets Non increasing count. NOTE: This property will not be serialized. It can only be populated by the server. |
overlap |
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. |
track |
Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server. |
track |
Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server. |
unexpected |
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
Azure SDK for JavaScript