Interface IZegoSoundLevelInAutoMixStreamCallback
-
public interface IZegoSoundLevelInAutoMixStreamCallback
混流中的发言者及其说话音量的回调通知接口
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSoundLevelInAutoMixStream(java.util.ArrayList<ZegoSoundLevelInAutoMixStreamInfo> lists)
混流中的发言者及其说话音量信息的回调
-
-
-
Method Detail
-
onSoundLevelInAutoMixStream
void onSoundLevelInAutoMixStream(java.util.ArrayList<ZegoSoundLevelInAutoMixStreamInfo> lists)
混流中的发言者及其说话音量信息的回调- Parameters:
lists
- 混流中各单流的音量信息列表此接口是高频率同步回调,每秒钟10次通知,不拉流没有通知;请勿在该回调中处理耗时任务。
-
-