setAudioTrackIndex abstract method

Future<void> setAudioTrackIndex(
  1. 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);