MediaLiveEventIncomingStreamsOutOfSyncEventData Classe
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.
Flux entrants hors synchronisation des données d’événement. Schéma de la propriété de données d’un EventGridEvent pour un événement Microsoft.Media.LiveEventIncomingStreamsOutOfSync.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamsOutOfSyncEventData+MediaLiveEventIncomingStreamsOutOfSyncEventDataConverter))]
public class MediaLiveEventIncomingStreamsOutOfSyncEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamsOutOfSyncEventData+MediaLiveEventIncomingStreamsOutOfSyncEventDataConverter))>]
type MediaLiveEventIncomingStreamsOutOfSyncEventData = class
Public Class MediaLiveEventIncomingStreamsOutOfSyncEventData
- Héritage
-
MediaLiveEventIncomingStreamsOutOfSyncEventData
- Attributs
Propriétés
MaxLastTimestamp |
Obtient l’horodatage maximal parmi toutes les pistes (audio ou vidéo). |
MinLastTimestamp |
Obtient le dernier horodatage minimal reçu. |
TimescaleOfMaxLastTimestamp |
Obtient l’échelle de temps dans laquelle « MaxLastTimestamp » est représenté. |
TimescaleOfMinLastTimestamp |
Obtient l’échelle de temps dans laquelle « MinLastTimestamp » est représenté. |
TypeOfStreamWithMaxLastTimestamp |
Obtient le type de flux avec le dernier horodatage maximal. |
TypeOfStreamWithMinLastTimestamp |
Obtient le type de flux avec le dernier horodatage minimal. |
S’applique à
Azure SDK for .NET