Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • min

        public 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.
      • max

        public float max
        The maximum range received, the value needs to be >= min, the default value is 0.
    • Constructor Detail

      • ZegoReceiveRangeParam

        public ZegoReceiveRangeParam()