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* mediaPlayerIndexListMedia player instance index list.
mediaPlayerCount
mediaPlayerCount
nonatomic, assign int mediaPlayerCountMedia player instance count.
audioEffectPlayerIndexList
audioEffectPlayerIndexList
nonatomic, assign int* audioEffectPlayerIndexListAudio effect player instance index list.
audioEffectPlayerCount
audioEffectPlayerCount
nonatomic, assign int audioEffectPlayerCountAudio effect player instance count.
enableMixScreenCapture
enableMixScreenCapture
nonatomic, assign BOOL enableMixScreenCaptureEnable 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.hZegoAudioSourceMixConfig instance
