ZegoSoundLevelInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
soundLevel
Sound level value.
@property (nonatomic, assign) float soundLevel
Declared In
ZegoExpressDefines.h
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].
@property (nonatomic, assign) int vad
Declared In
ZegoExpressDefines.h