LocalAudioStats class
Local audio statistics.
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Properties
- aecEstimatedDelay → int?
-
Acoustic echo cancellation (AEC) module estimated delay (ms), which is the signal delay between when audio is played locally before being locally captured.
final
- audioDeviceDelay → int?
-
The audio device module delay (ms) when playing or recording audio.
final
- earMonitorDelay → int?
-
The ear monitor delay (ms), which is the delay from microphone input to headphone output.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- internalCodec → int?
-
The internal payload codec.
final
- numChannels → int?
-
The number of audio channels.
final
- 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.
final
- sentSampleRate → int?
-
The sampling rate (Hz) of sending the local user's audio stream.
final
- txPacketLossRate → int?
-
The packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
final
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