ZegoAudioSourceMixConfig class

Audio source mix config

Used to config whether mix media player, audio effect player and captured system audio into publish stream or not when set audio source.

Constructors

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

Properties

audioEffectPlayerIndexList ↔ List<int>?
Audio effect player instance index list.
getter/setter pair
enableMixEnginePlayout ↔ bool?
Enable or disable mix SDK playout into publish stream.
getter/setter pair
enableMixSystemPlayout ↔ bool?
Enable or disable mix captured system audio into publish stream.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
mediaPlayerIndexList ↔ List<int>?
Media player instance index list.
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