ZegoAudioSourceMixConfig constructor
- {List<
int> ? mediaPlayerIndexList, - List<
int> ? audioEffectPlayerIndexList, - bool? enableMixSystemPlayout,
- bool? enableMixEnginePlayout}
Implementation
ZegoAudioSourceMixConfig(
{this.mediaPlayerIndexList,
this.audioEffectPlayerIndexList,
this.enableMixSystemPlayout,
this.enableMixEnginePlayout});