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