MediaLiveEventIncomingVideoStreamsOutOfSyncEventData 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 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. |