ZegoAudioSourceMixConfig class
音频输入源混音配置
用于在设置音频输入源的同时,配置是否将媒体播放器、音效播放器和系统声音等混入推流中。
Constructors
-
ZegoAudioSourceMixConfig({List<
int> ? mediaPlayerIndexList, List<int> ? audioEffectPlayerIndexList, bool? enableMixSystemPlayout, bool? enableMixEnginePlayout})
Properties
-
audioEffectPlayerIndexList
↔ List<
int> ? -
音效播放器实例索引列表。
getter/setter pair
- enableMixEnginePlayout ↔ bool?
-
是否将 SDK 播放的声音混到推流中。
getter/setter pair
- enableMixSystemPlayout ↔ bool?
-
是否将系统声卡采集的声音混入推流中。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mediaPlayerIndexList
↔ List<
int> ? -
媒体播放器实例索引列表。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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