AudioSelector constructor
AudioSelector({
- String? customLanguageCode,
- AudioDefaultSelection? defaultSelection,
- String? externalAudioFileInput,
- LanguageCode? languageCode,
- int? offset,
- List<
int> ? pids, - int? programSelection,
- RemixSettings? remixSettings,
- AudioSelectorType? selectorType,
- 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,
});