ZegoAudioSourceMixConfig class

音频输入源混音配置

用于在设置音频输入源的同时,配置是否将媒体播放器、音效播放器和系统声音等混入推流中。

Constructors

ZegoAudioSourceMixConfig({List<int>? mediaPlayerIndexList, List<int>? audioEffectPlayerIndexList, bool? enableMixSystemPlayout, bool? enableMixEnginePlayout})

Properties

audioEffectPlayerIndexList ↔ List<int>?
音效播放器实例索引列表。
read / write
enableMixEnginePlayout ↔ bool?
是否将 SDK 播放的声音混到推流中。
read / write
enableMixSystemPlayout ↔ bool?
是否将系统声卡采集的声音混入推流中。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
mediaPlayerIndexList ↔ List<int>?
媒体播放器实例索引列表。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited