AudioTrackInfoOptions

data class AudioTrackInfoOptions(val options: List<AudioTrackInfo>, val selectedOption: AudioTrackInfo? = null)(source)

Audio tracks available for the current video plus the one that is playing.

Constructors

Link copied to clipboard
constructor(options: List<AudioTrackInfo>, selectedOption: AudioTrackInfo? = null)

Properties

Link copied to clipboard

every selectable audio track.

Link copied to clipboard

the active track, or null when the player has not selected one yet.