LocalAudioStats class
Statistics of the local audio stream.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- LocalAudioStats()
- Constructs a LocalAudioStats
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- numChannels ↔ int?
-
The number of channels.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentBitrate ↔ int?
-
The average sending bitrate (Kbps).
getter/setter pair
- sentSampleRate ↔ int?
-
The sample rate (Hz).
getter/setter pair
- txPacketLossRate ↔ int?
-
The video packet loss rate (%) from the local client to the Agora edge 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