Interface MKLowLatencySyncConfig

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

Hierarchy

  • MKLowLatencySyncConfig

Properties

playbackRate?: number

Playback speed to be used for catchup/fallback.

(Defaults: 1.08 for catchup and 0.95 for fallback.)

playbackRateThreshold?: number

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

(Default: 0.075)

seekThreshold?: number

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

(Default: 5)