Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingStreamsOutOfSyncEventData

Package version

Incoming streams out of sync event data.

Hierarchy

  • MediaLiveEventIncomingStreamsOutOfSyncEventData

Index

Properties

Optional maxLastTimestamp

maxLastTimestamp: undefined | string

Gets the maximum timestamp among all the tracks (audio or video).

Optional minLastTimestamp

minLastTimestamp: undefined | string

Gets the minimum last timestamp received.

Optional timescaleOfMaxLastTimestamp

timescaleOfMaxLastTimestamp: undefined | string

Gets the timescale in which "MaxLastTimestamp" is represented.

Optional timescaleOfMinLastTimestamp

timescaleOfMinLastTimestamp: undefined | string

Gets the timescale in which "MinLastTimestamp" is represented.

Optional typeOfStreamWithMaxLastTimestamp

typeOfStreamWithMaxLastTimestamp: undefined | string

Gets the type of stream with maximum last timestamp.

Optional typeOfStreamWithMinLastTimestamp

typeOfStreamWithMinLastTimestamp: undefined | string

Gets the type of stream with minimum last timestamp.

Generated using TypeDoc