AudioSelector constructor

AudioSelector({
  1. String? customLanguageCode,
  2. AudioDefaultSelection? defaultSelection,
  3. String? externalAudioFileInput,
  4. LanguageCode? languageCode,
  5. int? offset,
  6. List<int>? pids,
  7. int? programSelection,
  8. RemixSettings? remixSettings,
  9. AudioSelectorType? selectorType,
  10. List<int>? tracks,
})

Implementation

AudioSelector({
  this.customLanguageCode,
  this.defaultSelection,
  this.externalAudioFileInput,
  this.languageCode,
  this.offset,
  this.pids,
  this.programSelection,
  this.remixSettings,
  this.selectorType,
  this.tracks,
});