logo
On this page

ZegoSoundLevelInfo

ZegoSoundLevelInfo

Sound level info object.

Declared in ZegoExpressDefines.h

Properties

soundLevel

soundLevel
nonatomic, assign float soundLevel

Sound level value.

vad

vad
nonatomic, assign 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