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.
read / write
enableMixEnginePlayout ↔ bool?
Enable or disable mix SDK playout into publish stream.
read / write
enableMixSystemPlayout ↔ bool?
Enable or disable mix captured system audio into publish stream.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
mediaPlayerIndexList ↔ List<int>?
Media player instance index list.
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