ZegoReverbEchoParam class

Audio reverberation echo parameters.

Constructors

ZegoReverbEchoParam(double inGain, double outGain, int numDelays, List<int> delay, List<double> decay)

Properties

decay ↔ List<double>
Respective decay coefficient of echo signal, in the range 0.0, 1.0
read / write
delay ↔ List<int>
Respective delay of echo signal, in milliseconds, in the range 0, 5000 ms
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
inGain ↔ double
Gain of input audio signal, in the range 0.0, 1.0
read / write
numDelays ↔ int
Number of echos, in the range 0, 7
read / write
outGain ↔ double
Gain of output audio signal, in the range 0.0, 1.0
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited