EventGridModelFactory.MediaLiveEventIngestHeartbeatEventData Method

Definition

Initializes a new instance of MediaLiveEventIngestHeartbeatEventData.

public static Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIngestHeartbeatEventData MediaLiveEventIngestHeartbeatEventData (string trackType = default, string trackName = default, string transcriptionLanguage = default, string transcriptionState = default, long? bitrate = default, long? incomingBitrate = default, int? ingestDriftValue = default, DateTimeOffset? lastFragmentArrivalTime = default, string lastTimestamp = default, string timescale = default, long? overlapCount = default, long? discontinuityCount = default, long? nonincreasingCount = default, bool? unexpectedBitrate = default, string state = default, bool? healthy = default);
static member MediaLiveEventIngestHeartbeatEventData : string * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<DateTimeOffset> * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> * string * Nullable<bool> -> Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIngestHeartbeatEventData
Public Shared Function MediaLiveEventIngestHeartbeatEventData (Optional trackType As String = Nothing, Optional trackName As String = Nothing, Optional transcriptionLanguage As String = Nothing, Optional transcriptionState As String = Nothing, Optional bitrate As Nullable(Of Long) = Nothing, Optional incomingBitrate As Nullable(Of Long) = Nothing, Optional ingestDriftValue As Nullable(Of Integer) = Nothing, Optional lastFragmentArrivalTime As Nullable(Of DateTimeOffset) = Nothing, Optional lastTimestamp As String = Nothing, Optional timescale As String = Nothing, Optional overlapCount As Nullable(Of Long) = Nothing, Optional discontinuityCount As Nullable(Of Long) = Nothing, Optional nonincreasingCount As Nullable(Of Long) = Nothing, Optional unexpectedBitrate As Nullable(Of Boolean) = Nothing, Optional state As String = Nothing, Optional healthy As Nullable(Of Boolean) = Nothing) As MediaLiveEventIngestHeartbeatEventData

Parameters

trackType
String

Gets the type of the track (Audio / Video).

trackName
String

Gets the track name.

transcriptionLanguage
String

Gets the Live Transcription language.

transcriptionState
String

Gets the Live Transcription state.

bitrate
Nullable<Int64>

Gets the bitrate of the track.

incomingBitrate
Nullable<Int64>

Gets the incoming bitrate.

ingestDriftValue
Nullable<Int32>

Gets the track ingest drift value.

lastFragmentArrivalTime
Nullable<DateTimeOffset>

Gets the arrival UTC time of the last fragment.

lastTimestamp
String

Gets the last timestamp.

timescale
String

Gets the timescale of the last timestamp.

overlapCount
Nullable<Int64>

Gets the fragment Overlap count.

discontinuityCount
Nullable<Int64>

Gets the fragment Discontinuity count.

nonincreasingCount
Nullable<Int64>

Gets Non increasing count.

unexpectedBitrate
Nullable<Boolean>

Gets a value indicating whether unexpected bitrate is present or not.

state
String

Gets the state of the live event.

healthy
Nullable<Boolean>

Gets a value indicating whether preview is healthy or not.

Returns

A new MediaLiveEventIngestHeartbeatEventData instance for mocking.

Applies to