logo
On this page

ZegoReverbEchoParam

ZegoReverbEchoParam

Audio reverberation echo parameters.

Declared in entity/ZegoReverbEchoParam.java

Properties

inGain

inGain
public float inGain

Gain of input audio signal, in the range [0.0, 1.0]

outGain

outGain
public float outGain

Gain of output audio signal, in the range [0.0, 1.0]

numDelays

numDelays
public int numDelays

Number of echos, in the range [0, 7]

delay

delay
public int[] delay

Respective delay of echo signal, in milliseconds, in the range [0, 5000] ms

decay

decay
public float[] decay

Respective decay coefficient of echo signal, in the range [0.0, 1.0]

Previous

zegoreverbadvancedparam

Next

zegoreverbparam

On this page

Back to top