NERtcAudioRecvStats class Null safety
The stats of an audio stream from a remote user.
Constructors
- NERtcAudioRecvStats.fromMap(Map stats)
Properties
- frozenRate ↔ int?
-
Average audio stuttering rate
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- kbps ↔ int?
-
Bitrate of the received audio stream (kbps)
read / write
- lossRate ↔ int?
-
Packet loss rate
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- totalFrozenTime ↔ int?
-
The cumulative duration when an audio stream stutters, starting from receiving the audio stream from the remote user
read / write
- uid ↔ int?
-
The user ID used to identify the audio stream
read / write
- volume ↔ int?
-
Volume
0-100read / 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited