Interface LowLatencySyncConfig

Configuration specifying live latency synchronization (i.e. maintaining latency by catchup/fallback)

Hierarchy

  • LowLatencySyncConfig

Properties

playbackRate?: number

Playback speed to be used for catchup/fallback.

playbackRateThreshold?: number

Allowed deviation from target latency before catchup/fallback by changing the playback speed is done.

seekThreshold?: number

Allowed deviation from target latency before catchup/fallback by seeking is done.

Generated using TypeDoc