ZegoSoundLevelInfo class

Sound level info object.

Constructors

ZegoSoundLevelInfo(double soundLevel, int vad)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
soundLevel ↔ double
Sound level value.
read / write
vad ↔ int
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.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited