On this page

ZegoAudioSourceMixConfig

2026-08-04

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 entity/ZegoAudioSourceMixConfig.java

Properties

mediaPlayerIndexList

mediaPlayerIndexList
public int[] mediaPlayerIndexList

Media player instance index list.

audioEffectPlayerIndexList

audioEffectPlayerIndexList
public int[] audioEffectPlayerIndexList

Audio effect player instance index list.

enableMixScreenCapture

enableMixScreenCapture
public boolean enableMixScreenCapture

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

audioSourceIndexList

audioSourceIndexList
public int[] audioSourceIndexList

Audio capture source instance index list.

audioSourceCount

audioSourceCount
public int audioSourceCount

Audio capture source instance count.

Previous

zegoaudiomixingdata

Next

zegoaudiosourceprocessconfig

On this page

Back to top