Interface IZegoSoundLevelInMixStreamCallback


  • public interface IZegoSoundLevelInMixStreamCallback
    混流中的发言者及其说话音量的回调通知接口
    • Method Detail

      • onSoundLevelInMixStream

        void onSoundLevelInMixStream​(java.util.ArrayList<ZegoSoundLevelInMixStreamInfo> lists)
        混流中的发言者及其说话音量信息的回调
        Parameters:
        lists - 混流中各单流的音量信息列表

        此接口是高频率同步回调,每秒钟10次通知,不拉流没有通知;请勿在该回调中处理耗时任务。