声音音量信息。 一个数组,包含每个说话者的用户 ID 和音量信息。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
Constructs a AudioVolumeInfo
-
AudioVolumeInfo.fromJson(Map<String, dynamic> json)
factory
Properties
-
频道 ID,表明当前说话者在哪个频道。read / write
-
The hash code for this object. [...]read-only, inherited
-
A representation of the runtime type of the object.read-only, inherited
-
说话者的用户 ID。如果返回的
uid
为 0,则默认为本地用户。read / write -
本地用户的人声状态。 [...]read / write
-
说话者的音量,范围为 0(最低)- 255(最高)。read / write
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited