Package im.zego.zegoexpress.entity
Class ZegoSoundLevelInfo
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoSoundLevelInfo
-
public class ZegoSoundLevelInfo extends java.lang.Object
Sound level info object.
-
-
Field Summary
Fields Modifier and Type Field Description float
soundLevel
Sound level value.int
vad
Whether the stream corresponding to StreamID contains voice, 0 means noise, 1 means normal voice.
-
Constructor Summary
Constructors Constructor Description ZegoSoundLevelInfo()
-
-
-
Field Detail
-
soundLevel
public float soundLevel
Sound level value.
-
vad
public int vad
Whether the stream corresponding to StreamID contains voice, 0 means noise, 1 means normal voice. This value is valid only when the [enableVAD] parameter in the [ZegoSoundLevelConfig] configuration is set to true when calling [startSoundLevelMonitor].
-
-