logo
On this page

ZegoAudioSourceMixConfig

ZegoAudioSourceMixConfig

Audio source mix config

Details

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

Declared in ZegoExpressDefines.h

Properties

mediaPlayerIndexList

mediaPlayerIndexList
nonatomic, assign int* mediaPlayerIndexList

Media player instance index list.

mediaPlayerCount

mediaPlayerCount
nonatomic, assign int mediaPlayerCount

Media player instance count.

audioEffectPlayerIndexList

audioEffectPlayerIndexList
nonatomic, assign int* audioEffectPlayerIndexList

Audio effect player instance index list.

audioEffectPlayerCount

audioEffectPlayerCount
nonatomic, assign int audioEffectPlayerCount

Audio effect player instance count.

enableMixScreenCapture

enableMixScreenCapture
nonatomic, assign BOOL enableMixScreenCapture

Enable or disable mix screen capture into publish stream, the input source cannot be set to screen capture. (only for Android and iOS)

Methods

defaultConfig

defaultConfig
- (void)+ (instancetype)defaultConfig;
Create a default audio source mix config object
Declared in ZegoExpressDefines.h

ZegoAudioSourceMixConfig instance

Previous

zegoaudiomixingdata

Next

zegoaudiovadclient

On this page

Back to top