ZegoMixerAudioConfig class

Mix stream audio configuration.

Configure video frame rate, bitrate, and resolution for mixer task

Constructors

ZegoMixerAudioConfig(int bitrate, ZegoAudioChannel channel, ZegoAudioCodecID codecID, ZegoAudioMixMode mixMode)
ZegoMixerAudioConfig.defaultConfig()
Create a default mix stream audio configuration

Properties

bitrate ↔ int
Audio bitrate in kbps, default is 48 kbps, cannot be modified after starting a mixer task
read / write
channel ZegoAudioChannel
Audio channel, default is Mono
read / write
codecID ZegoAudioCodecID
codec ID, default is ZegoAudioCodecIDDefault
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
mixMode ZegoAudioMixMode
Multi-channel audio stream mixing mode. If ZegoAudioMixMode is selected as Focused, the SDK will select 4 input streams with isAudioFocus set as the focus voice highlight. If it is not selected or less than 4 channels are selected, it will automatically fill in 4 channels. On web platforms, this property does not take effect.
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
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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