VoxaAudioStats class

One audio stream's statistics, in the units Agora reports them.

Deliberately the intersection of what Agora asks for and what an SFU can answer. Fields with no counterpart in WebRTC's stats — Agora's MOS score, ear-monitor and AEC delays, freeze totals — are absent rather than invented, so a caller reading null knows nothing measured it.

Constructors

VoxaAudioStats({int? bitrateKbps, int? sampleRate, int? channels, int? lossPercent, int? jitterBufferMs, int? payloadType})
const

Properties

bitrateKbps int?
Average bitrate over the reporting interval, in Kbps — the unit Agora uses, not bits per second.
final
channels int?
final
hashCode int
The hash code for this object.
no setterinherited
jitterBufferMs int?
Receive side only; null for the local stream, which has no jitter buffer of its own.
final
lossPercent int?
Packet loss over the stream's lifetime, as a whole-number percentage.
final
payloadType int?
RTP payload type, which is what Agora's internalCodec carries.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int?
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