Low Latency Synchronization Config
data class LowLatencySynchronizationConfig(var playbackRateThreshold: Double = DEFAULT_PLAYBACK_RATE_THRESHOLD, var seekThreshold: Double = DEFAULT_SEEK_THRESHOLD, var playbackRate: Float) : Parcelable
Configures target latency synchronization behaviour.
Properties
Link copied to clipboard
The playback rate used to reach the target latency if the playbackRateThreshold is exceeded.
Link copied to clipboard
The threshold in seconds for the current latency that triggers synchronization to the target latency by altering the playback rate.
Link copied to clipboard
The threshold in seconds for the current latency that triggers synchronization to the target latency by time-shifting.