LowLatencyApi

interface LowLatencyApi

Provides the means to configure low latency settings and to query the current low latency state. Accessible through Player.lowLatency.

Properties

Link copied to clipboard
abstract var catchupConfig: LowLatencySynchronizationConfig?

The current LowLatencySynchronizationConfig for catchup or null if no catchup config is set or there is no active playback session.

Link copied to clipboard
abstract var fallbackConfig: LowLatencySynchronizationConfig?

The current LowLatencySynchronizationConfig for fallback or null if no fallback config is set or there is no active playback session.

Link copied to clipboard
abstract val latency: Double

The current latency.

Link copied to clipboard
abstract var targetLatency: Double

The current target latency or -1.0 if not set or there is no active playback session.