Share via


EventGridModelFactory.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData Method

Definition

public static Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData MediaLiveEventIncomingVideoStreamsOutOfSyncEventData (string firstTimestamp = default, string firstDuration = default, string secondTimestamp = default, string secondDuration = default, string timescale = default);
static member MediaLiveEventIncomingVideoStreamsOutOfSyncEventData : string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
Public Shared Function MediaLiveEventIncomingVideoStreamsOutOfSyncEventData (Optional firstTimestamp As String = Nothing, Optional firstDuration As String = Nothing, Optional secondTimestamp As String = Nothing, Optional secondDuration As String = Nothing, Optional timescale As String = Nothing) As MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

Parameters

firstTimestamp
String

Gets the first timestamp received for one of the quality levels.

firstDuration
String

Gets the duration of the data chunk with first timestamp.

secondTimestamp
String

Gets the timestamp received for some other quality levels.

secondDuration
String

Gets the duration of the data chunk with second timestamp.

timescale
String

Gets the timescale in which both the timestamps and durations are represented.

Returns

A new MediaLiveEventIncomingVideoStreamsOutOfSyncEventData instance for mocking.

Applies to