MediaLiveEventIncomingStreamsOutOfSyncEventData Class
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.
Incoming streams out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamsOutOfSync event.
[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
- Inheritance
-
MediaLiveEventIncomingStreamsOutOfSyncEventData
- Attributes
Properties
MaxLastTimestamp |
Gets the maximum timestamp among all the tracks (audio or video). |
MinLastTimestamp |
Gets the minimum last timestamp received. |
TimescaleOfMaxLastTimestamp |
Gets the timescale in which "MaxLastTimestamp" is represented. |
TimescaleOfMinLastTimestamp |
Gets the timescale in which "MinLastTimestamp" is represented. |
TypeOfStreamWithMaxLastTimestamp |
Gets the type of stream with maximum last timestamp. |
TypeOfStreamWithMinLastTimestamp |
Gets the type of stream with minimum last timestamp. |
Applies to
Azure SDK for .NET