ZegoSoundLevelInfo class
声浪信息对象
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
-
音浪值
getter/setter pair
- vad ↔ int
-
StreamID 对应的流是否包含声音,0: 表示噪声,1: 表示正常声音;调用
startSoundLevelMonitor
时设置的 ZegoSoundLevelConfig 配置中的 enableVAD 参数设为 true 后此值才有效。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