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 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 and iOS)

Previous

zegoaudiomixingdata

Next

zegoaudiovadclient

On this page

Back to top