NERtcAudioSendStats class Null safety
The stats of a local uplink audio stream
Constructors
- NERtcAudioSendStats.fromMap(Map stats)
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- kbps ↔ int?
-
Bitrate of the audio stream sent
read / write
- lossRate ↔ int?
-
Audio packet loss rate within a specified time period
read / write
- numChannels ↔ int?
-
The number of audio channels for audio capture.
read / write
- rtt ↔ int?
-
Loop delay
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sentSampleRate ↔ int?
-
The local audio sampling rate (Hz)
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