ZegoSoundLevelInfo class
Sound level info object.
Constructors
- ZegoSoundLevelInfo(double soundLevel, int vad)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- soundLevel ↔ double
-
Sound level value.
getter/setter pair
- 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 callingstartSoundLevelMonitor
.getter/setter pair
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