Package im.zego.zegoexpress.entity
Class ZegoReceiveRangeParam
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoReceiveRangeParam
-
public class ZegoReceiveRangeParam extends java.lang.Object
Receive range configuration.
-
-
Field Summary
Fields Modifier and Type Field Description float
max
The maximum range received, 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 ZegoReceiveRangeParam()
-