Class 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.
    • 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 of the sound, the value needs to be >= min, the default value is 0.
    • Constructor Detail

      • ZegoVocalRangeParam

        public ZegoVocalRangeParam()