ZegoReverbEchoParam constructor

ZegoReverbEchoParam(
  1. double inGain,
  2. double outGain,
  3. int numDelays,
  4. List<int> delay,
  5. List<double> decay
)

Implementation

ZegoReverbEchoParam(
    this.inGain, this.outGain, this.numDelays, this.delay, this.decay);