RemoteAudioStats class
Statistics of the remote audio.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- RemoteAudioStats(int uid, NetworkQuality quality, int networkTransportDelay, int jitterBufferDelay, int audioLossRate, int numChannels, int receivedSampleRate, int receivedBitrate, int totalFrozenTime, int frozenRate, int totalActiveTime)
- The total active time (ms) of the remote audio stream after the remote user publish the audio stream.
Properties
- audioLossRate ↔ int
-
Packet loss rate in the reported interval.
getter/setter pair
- frozenRate ↔ int
-
The total audio freeze time as a percentage (%) of the total time when the audio is available.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jitterBufferDelay ↔ int
-
Network delay (ms) from the receiver to the jitter buffer.
getter/setter pair
- networkTransportDelay ↔ int
-
Network delay (ms) from the sender to the receiver.
getter/setter pair
- numChannels ↔ int
-
The number of channels.
getter/setter pair
- quality ↔ NetworkQuality
-
Audio quality received by the user.
See NetworkQuality.
getter/setter pair
- receivedBitrate ↔ int
-
The average bitrate (Kbps) of the received audio stream in the reported interval.
getter/setter pair
- receivedSampleRate ↔ int
-
The sample rate (Hz) of the received audio stream in the reported interval.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalActiveTime ↔ int
-
The total time (ms) when the remote user in the Communication profile or the remote broadcaster in the LiveBroadcasting profile neither stops sending the audio stream nor disables the audio module after joining the channel.
getter/setter pair
- totalFrozenTime ↔ int
-
The total freeze time (ms) of the remote audio stream after the remote user joins the channel. In the reported interval, audio freeze occurs when the audio frame loss rate reaches 4%. totalFrozenTime = The audio freeze time × 2 × 1000 (ms).
getter/setter pair
- uid ↔ int
-
ID of the user sending the audio streams.
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