ZegoReverbEchoParam constructor
- double inGain,
- double outGain,
- int numDelays,
- List<
int> delay, - List<
double> decay
Implementation
ZegoReverbEchoParam(
this.inGain, this.outGain, this.numDelays, this.delay, this.decay);
ZegoReverbEchoParam(
this.inGain, this.outGain, this.numDelays, this.delay, this.decay);