Package im.zego.zegoexpress.entity
Class ZegoVocalRangeParam
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoVocalRangeParam
-
public class ZegoVocalRangeParam extends java.lang.Object
Vocal range configuration.
-
-
Field Summary
Fields Modifier and Type Field Description float
max
The maximum range of the sound, the value needs to be >= min, the default value is 0.float
min
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.
-
Constructor Summary
Constructors Constructor Description ZegoVocalRangeParam()
-