Low Latency Synchronization Config
data class LowLatencySynchronizationConfig(playbackRateThreshold: Double, seekThreshold: Double, playbackRate: Float) : Parcelable
Content copied to clipboard
Configures target latency synchronization behaviour.
Constructors
Link copied to clipboard
fun LowLatencySynchronizationConfig(playbackRateThreshold: Double = DEFAULT_PLAYBACK_RATE_THRESHOLD, seekThreshold: Double = DEFAULT_SEEK_THRESHOLD, playbackRate: Float)
Content copied to clipboard
Types
Properties
Link copied to clipboard
The playback rate used to reach the target latency if the playbackRateThreshold is exceeded.