Share via


MediaLiveEventIncomingVideoStreamsOutOfSyncEventData Class

Definition

Incoming video stream out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData+MediaLiveEventIncomingVideoStreamsOutOfSyncEventDataConverter))]
public class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData+MediaLiveEventIncomingVideoStreamsOutOfSyncEventDataConverter))>]
type MediaLiveEventIncomingVideoStreamsOutOfSyncEventData = class
Public Class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
Inheritance
MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
Attributes

Properties

FirstDuration

Gets the duration of the data chunk with first timestamp.

FirstTimestamp

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

SecondDuration

Gets the duration of the data chunk with second timestamp.

SecondTimestamp

Gets the timestamp received for some other quality levels.

Timescale

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

Applies to