Class ZegoSoundLevelConfig


  • public class ZegoSoundLevelConfig
    extends java.lang.Object
    Configuration for start sound level monitor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enableVAD
      Set whether the sound level callback includes the VAD detection result.
      int millisecond
      Monitoring time period of the sound level, in milliseconds, has a value range of [100, 3000].
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • millisecond

        public int millisecond
        Monitoring time period of the sound level, in milliseconds, has a value range of [100, 3000]. Default is 100 ms.
      • enableVAD

        public boolean enableVAD
        Set whether the sound level callback includes the VAD detection result.
    • Constructor Detail

      • ZegoSoundLevelConfig

        public ZegoSoundLevelConfig()