AudioVolumeInfo class

Properties of the audio volume information. Contains the user ID and volume information for each speaker.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AudioVolumeInfo(int uid, int volume, int vad, String channelId)
Constructs a AudioVolumeInfo

Properties

channelId String
The channel ID, which indicates which channel the speaker is in.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid int
The user ID of the speaker. The uid of the local user is 0.
getter/setter pair
vad int
Voice activity status of the local user.
getter/setter pair
volume int
The sum of the voice volume and audio-mixing volume of the speaker. The value ranges between 0 (lowest volume) and 255 (highest volume).
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