public static class IRtcEngineEventHandler.RemoteAudioStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
audioLossRate
The packet loss rate in the reported interval.
|
int |
frozenRate
The total audio freeze time as a percentage (%) of the total time when the
audio is available.
|
int |
jitterBufferDelay
The jitter buffer delay at the receiver.
|
int |
mosValue
The quality of the remote audio stream as determined by the Agora
real-time audio MOS (Mean Opinion Score) measurement method in the
reported interval.
|
int |
networkTransportDelay
The network delay from the sender to the receiver.
|
int |
numChannels
The number of channels.
|
long |
publishDuration
The total publish duration (ms) of the remote audio stream.
|
int |
qoeQuality
Quality of experience (QoE) of the local user when receiving a remote audio stream.
|
int |
quality
The receiving audio quality:
- `QUALITY_UNKNOWN(0)`: The quality is unknown.
|
int |
qualityChangedReason
The reason for poor QoE of the local user when receiving a remote audio stream.
|
int |
receivedBitrate
The bitrate (Kbps) of the received audio stream, represented by an
instantaneous value.
|
int |
receivedSampleRate
The sample rate (Hz) of the received audio stream, represented by an instantaneous value.
|
long |
totalActiveTime
The total time (ms) when the remote user neither stops sending the audio
stream nor disables the audio module after joining the channel.
|
int |
totalFrozenTime
The total freeze time (ms) of the remote audio stream after the remote user
joins the channel.
|
int |
uid
ID of the user sending the audio streams.
|
Constructor and Description |
---|
RemoteAudioStats() |
public int uid
public int quality
public int networkTransportDelay
public int jitterBufferDelay
public int audioLossRate
public int numChannels
public int receivedSampleRate
public int receivedBitrate
public int totalFrozenTime
public int frozenRate
public int mosValue
public long totalActiveTime
public long publishDuration
public int qoeQuality
EXPERIENCE_QUALITY_GOOD(0)
- EXPERIENCE_QUALITY_BAD(1)
public int qualityChangedReason