EventGridModelFactory.MediaLiveEventIncomingStreamsOutOfSyncEventData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
- minLastTimestamp
- String
Obtient le dernier horodatage minimal reçu.
- typeOfStreamWithMinLastTimestamp
- String
Obtient le type de flux avec le dernier horodatage minimal.
- maxLastTimestamp
- String
Obtient l’horodatage maximal parmi toutes les pistes (audio ou vidéo).
- typeOfStreamWithMaxLastTimestamp
- String
Obtient le type de flux avec le dernier horodatage maximal.
- timescaleOfMinLastTimestamp
- String
Obtient l’échelle de temps dans laquelle « MinLastTimestamp » est représenté.
- timescaleOfMaxLastTimestamp
- String
Obtient l’échelle de temps dans laquelle « MaxLastTimestamp » est représenté.
Retours
Une nouvelle MediaLiveEventIncomingStreamsOutOfSyncEventData instance de moqueries.
S’applique à
Azure SDK for .NET