ZegoMixerAudioConfig
ZegoMixerAudioConfig
Mix stream audio configuration.
Details
Configure video frame rate, bitrate, and resolution for mixer task
Declared in ZegoExpressDefines.h
Properties
bitrate
bitrate
nonatomic, assign int bitrateAudio bitrate in kbps, default is 48 kbps, cannot be modified after starting a mixer task
channel
codecID
mixMode
mixMode
nonatomic, assign ZegoAudioMixMode mixModeMulti-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.
Methods
defaultConfig
defaultConfig
- (void)+ (instancetype)defaultConfig;Create a default mix stream audio configuration
Declared in
ZegoExpressDefines.hZegoMixerAudioConfig instance
