selectAudioTrack

open fun selectAudioTrack(audioTrackIndex: Int)

Selects audio track for decoding.

Parameters

audioTrackIndex

Audio track index, must be >= 0 and smaller than getAudioTracksCount.

Throws

If the decoder for audio track could not be created.