ZegoReceiveRangeParam class

Receive range configuration.

Constructors

ZegoReceiveRangeParam(double min, double max)
ZegoReceiveRangeParam.defaultParam()
Constructs a range audio receive range object by default.

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
max ↔ double
The maximum range received, the value needs to be >= min, the default value is 0.
read / write
min ↔ double
The minimum distance at which the 3D sound effect starts to have attenuation effect, the value needs to be >= 0 and <= max, the default value is 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