LocalAudioStats class Null safety
Statistics of the local audio stream.
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- LocalAudioStats(int numChannels, int sentSampleRate, int sentBitrate, int txPacketLossRate)
- Constructs a LocalAudioStats
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- numChannels ↔ int
-
The number of channels.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sentBitrate ↔ int
-
The average sending bitrate (Kbps).
read / write
- sentSampleRate ↔ int
-
The sample rate (Hz).
read / write
- txPacketLossRate ↔ int
-
The video packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited