availableAudio
Deprecated
Use `Source.availableAudioTracks` on the currently active source instead e.g. Player.source.availableAudioTracks
Replace with
source?.availableAudioTracks
Content copied to clipboard
A list of all available AudioTracks of the active source. SourceEvent.AudioTrackAdded signals when a new AudioTrack becomes available.
This function is deprecated. Use Source.availableAudioTracks on the currently active source instead e.g. Player.source.availableAudioTracks