logo
On this page

ZegoSoundLevelInfo

ZegoSoundLevelInfo

Sound level info object.

Declared in entity/ZegoSoundLevelInfo.java

Properties

soundLevel

soundLevel
public float soundLevel

Sound level value.

vad

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].

Previous

zegosoundlevelconfig

Next

zegostream

On this page

Back to top