Class ZegoSoundLevelInMixStreamInfo


  • public class ZegoSoundLevelInMixStreamInfo
    extends java.lang.Object
    混流中,发言者及其说话音量信息。
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int soundLevel
      音量level
      long soundLevelID
      音浪ID,用于标识用户,对应于 ZegoMixStreamConfig 的 inputStreamList 中的单条输入流信息的 soundLevelID 参数的设置值。
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • soundLevelID

        public long soundLevelID
        音浪ID,用于标识用户,对应于 ZegoMixStreamConfig 的 inputStreamList 中的单条输入流信息的 soundLevelID 参数的设置值。
      • soundLevel

        public int soundLevel
        音量level
    • Constructor Detail

      • ZegoSoundLevelInMixStreamInfo

        public ZegoSoundLevelInMixStreamInfo()