ZegoReverbEchoParam class

音频混响回声参数

Constructors

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

Properties

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