LocalAudioStats class

Local audio statistics.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LocalAudioStats(int numChannels, int sentSampleRate, int sentBitrate, int txPacketLossRate)
Constructs the LocalAudioStats.

Properties

hashCode int
The hash code for this object.
no setterinherited
numChannels int
The number of audio channels.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentBitrate int
The average bitrate (Kbps) of sending the local user's audio stream.
getter/setter pair
sentSampleRate int
The sampling rate (Hz) of sending the local user's audio stream.
getter/setter pair
txPacketLossRate int
The packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
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