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
getter/setter pair -
delay
↔ List<
int> -
Respective delay of echo signal, in milliseconds, in the range
0, 5000
msgetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- inGain ↔ double
-
Gain of input audio signal, in the range
0.0, 1.0
getter/setter pair - numDelays ↔ int
-
Number of echos, in the range
0, 7
getter/setter pair - outGain ↔ double
-
Gain of output audio signal, in the range
0.0, 1.0
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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