audio

abstract val audio: AudioTrack?

Deprecated

Use `Source.selectedAudioTrack` on the currently active source instead e.g. Player.source.selectedAudioTrack

Replace with

source?.selectedAudioTrack

The currently selected AudioTrack or null if there is none.

This function is deprecated. Use Source.selectedAudioTrack on the currently active source instead e.g. Player.source.selectedAudioTrack