MediaLiveEventIngestHeartbeatEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ingest heartbeat event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIngestHeartbeat event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIngestHeartbeatEventData+MediaLiveEventIngestHeartbeatEventDataConverter))]
public class MediaLiveEventIngestHeartbeatEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIngestHeartbeatEventData+MediaLiveEventIngestHeartbeatEventDataConverter))>]
type MediaLiveEventIngestHeartbeatEventData = class
Public Class MediaLiveEventIngestHeartbeatEventData
- Inheritance
-
MediaLiveEventIngestHeartbeatEventData
- Attributes
Properties
Bitrate |
Gets the bitrate of the track. |
DiscontinuityCount |
Gets the fragment Discontinuity count. |
Healthy |
Gets a value indicating whether preview is healthy or not. |
IncomingBitrate |
Gets the incoming bitrate. |
IngestDriftValue |
Gets the ingest drift value. |
LastFragmentArrivalTime |
Gets the arrival UTC time of the last fragment. |
LastTimestamp |
Gets the last timestamp. |
NonincreasingCount |
Gets Non increasing count. |
OverlapCount |
Gets the fragment Overlap count. |
State |
Gets the state of the live event. |
Timescale |
Gets the timescale of the last timestamp. |
TrackName |
Gets the track name. |
TrackType |
Gets the type of the track (Audio / Video). |
TranscriptionLanguage |
Gets the Live Transcription language. |
TranscriptionState |
Gets the Live Transcription state. |
UnexpectedBitrate |
Gets a value indicating whether unexpected bitrate is present or not. |
Applies to
Azure SDK for .NET