Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

Package version

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

Hierarchy

  • MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

Index

Properties

firstDuration

firstDuration: string

Gets the duration of the data chunk with first timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

firstTimestamp

firstTimestamp: string

Gets the first timestamp received for one of the quality levels. NOTE: This property will not be serialized. It can only be populated by the server.

secondDuration

secondDuration: string

Gets the duration of the data chunk with second timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

secondTimestamp

secondTimestamp: string

Gets the timestamp received for some other quality levels. NOTE: This property will not be serialized. It can only be populated by the server.

timescale

timescale: string

Gets the timescale in which both the timestamps and durations are represented. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc