EventGridModelFactory.MediaLiveEventIncomingStreamsOutOfSyncEventData Method
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.
Initializes a new instance of MediaLiveEventIncomingStreamsOutOfSyncEventData.
public static Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamsOutOfSyncEventData MediaLiveEventIncomingStreamsOutOfSyncEventData (string minLastTimestamp = default, string typeOfStreamWithMinLastTimestamp = default, string maxLastTimestamp = default, string typeOfStreamWithMaxLastTimestamp = default, string timescaleOfMinLastTimestamp = default, string timescaleOfMaxLastTimestamp = default);
static member MediaLiveEventIncomingStreamsOutOfSyncEventData : string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamsOutOfSyncEventData
Public Shared Function MediaLiveEventIncomingStreamsOutOfSyncEventData (Optional minLastTimestamp As String = Nothing, Optional typeOfStreamWithMinLastTimestamp As String = Nothing, Optional maxLastTimestamp As String = Nothing, Optional typeOfStreamWithMaxLastTimestamp As String = Nothing, Optional timescaleOfMinLastTimestamp As String = Nothing, Optional timescaleOfMaxLastTimestamp As String = Nothing) As MediaLiveEventIncomingStreamsOutOfSyncEventData
Parameters
- minLastTimestamp
- String
Gets the minimum last timestamp received.
- typeOfStreamWithMinLastTimestamp
- String
Gets the type of stream with minimum last timestamp.
- maxLastTimestamp
- String
Gets the maximum timestamp among all the tracks (audio or video).
- typeOfStreamWithMaxLastTimestamp
- String
Gets the type of stream with maximum last timestamp.
- timescaleOfMinLastTimestamp
- String
Gets the timescale in which "MinLastTimestamp" is represented.
- timescaleOfMaxLastTimestamp
- String
Gets the timescale in which "MaxLastTimestamp" is represented.
Returns
A new MediaLiveEventIncomingStreamsOutOfSyncEventData instance for mocking.