Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

Package version

Incoming video stream out of synch event data.

Hierarchy

  • MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

Index

Properties

Optional firstDuration

firstDuration: undefined | string

Gets the duration of the data chunk with first timestamp.

Optional firstTimestamp

firstTimestamp: undefined | string

Gets the first timestamp received for one of the quality levels.

Optional secondDuration

secondDuration: undefined | string

Gets the duration of the data chunk with second timestamp.

Optional secondTimestamp

secondTimestamp: undefined | string

Gets the timestamp received for some other quality levels.

Optional timescale

timescale: undefined | string

Gets the timescale in which both the timestamps and durations are represented.

Generated using TypeDoc