setAudioTrackIndex abstract method
- int index
Set the audio track of the playback file.
index
Audio track index, the number of audio tracks can be obtained through the getAudioTrackCount function.
Implementation
Future<void> setAudioTrackIndex(int index);