Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingStreamsOutOfSyncEventData

Package version

interface

An interface representing MediaLiveEventIncomingStreamsOutOfSyncEventData. Incoming streams out of sync event data.

Hierarchy

  • MediaLiveEventIncomingStreamsOutOfSyncEventData

Index

Properties

Optional maxLastTimestamp

maxLastTimestamp: undefined | string
member

{string} [maxLastTimestamp] 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.

Optional minLastTimestamp

minLastTimestamp: undefined | string
member

{string} [minLastTimestamp] Gets the minimum last timestamp received. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timescaleOfMaxLastTimestamp

timescaleOfMaxLastTimestamp: undefined | string
member

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

Optional timescaleOfMinLastTimestamp

timescaleOfMinLastTimestamp: undefined | string
member

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

Optional typeOfStreamWithMaxLastTimestamp

typeOfStreamWithMaxLastTimestamp: undefined | string
member

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

Optional typeOfStreamWithMinLastTimestamp

typeOfStreamWithMinLastTimestamp: undefined | string
member

{string} [typeOfStreamWithMinLastTimestamp] 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