ExoPlayerPreferences

@Serializable
data class ExoPlayerPreferences(val pitch: Double? = null, val speed: Double? = null) : Configurable.Preferences<ExoPlayerPreferences>

Preferences for the the ExoPlayer engine.

Parameters

pitch

Playback pitch rate.

speed

Playback speed rate.

Constructors

Link copied to clipboard
constructor(pitch: Double? = null, speed: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun plus(other: ExoPlayerPreferences): ExoPlayerPreferences