ZegoReverbEchoParam class

音频混响回声参数

Constructors

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

Properties

decay ↔ List<double>
回声信号分别的衰减系数,取值范围 0.0, 1.0
getter/setter pair
delay ↔ List<int>
回声信号分别的延时,单位为毫秒,取值范围 0, 5000 ms
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inGain ↔ double
输入音频信号的增益,取值范围 0.0, 1.0
getter/setter pair
numDelays ↔ int
回声数量,取值范围 0, 7
getter/setter pair
outGain ↔ double
输出音频信号的增益,取值范围 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