Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingStreamsOutOfSyncEventData

Package version

Incoming streams out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamsOutOfSync event.

Hierarchy

  • MediaLiveEventIncomingStreamsOutOfSyncEventData

Index

Properties

maxLastTimestamp

maxLastTimestamp: string

Gets the maximum timestamp among all the tracks (audio or video). NOTE: This property will not be serialized. It can only be populated by the server.

minLastTimestamp

minLastTimestamp: string

Gets the minimum last timestamp received. NOTE: This property will not be serialized. It can only be populated by the server.

timescaleOfMaxLastTimestamp

timescaleOfMaxLastTimestamp: string

Gets the timescale in which "MaxLastTimestamp" is represented. NOTE: This property will not be serialized. It can only be populated by the server.

timescaleOfMinLastTimestamp

timescaleOfMinLastTimestamp: string

Gets the timescale in which "MinLastTimestamp" is represented. NOTE: This property will not be serialized. It can only be populated by the server.

typeOfStreamWithMaxLastTimestamp

typeOfStreamWithMaxLastTimestamp: string

Gets the type of stream with maximum last timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

typeOfStreamWithMinLastTimestamp

typeOfStreamWithMinLastTimestamp: string

Gets the type of stream with minimum last timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc