ZegoReceiveRangeParam class

接收范围配置。

Constructors

ZegoReceiveRangeParam(double min, double max)
ZegoReceiveRangeParam.defaultParam()
默认构造一个范围语音接收范围配置对象。

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
max ↔ double
接收的最大范围,该值需 >= min, 默认值为 0。
read / write
min ↔ double
3D 音效具有衰减效果的最小距离值,该值需 >= 0 且 <= max, 默认值为 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