ZegoVocalRangeParam class
Vocal range configuration.
Constructors
- ZegoVocalRangeParam(double min, double max)
- ZegoVocalRangeParam.defaultParam()
- Constructs a range audio vocal range object by default.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- max ↔ double
-
The maximum range of the sound, the value needs to be >= min, the default value is 0.
getter/setter pair
- 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.
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