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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional firstTimestamp

firstTimestamp: undefined | 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.

Optional secondDuration

secondDuration: undefined | 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.

Optional secondTimestamp

secondTimestamp: undefined | 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.

Optional timescale

timescale: undefined | 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