public static class IRtcEngineEventHandler.LocalAudioStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
aecEstimatedDelay
The signal delay estimated during the AEC process from nearin and farin (ms).
|
int |
aedMusicRes
The AIMD result
|
int |
aedVoiceRes
The AIVAD result
|
int |
audioDeviceDelay
The audio delay of the device, contains record and playout delay
|
int |
audioPlayoutDelay
The playout delay of the device
|
int |
earMonitorDelay
The signal delay estimated from audio in-ear monitoring (ms).
|
int |
internalCodec
The internal payload type
|
int |
numChannels
The number of channels.
|
int |
sentBitrate
The average sending bitrate (Kbps).
|
int |
sentSampleRate
The sample rate (Hz).
|
int |
txPacketLossRate
The audio packet loss rate (%) from the local client to the Agora edge server before applying
the anti-packet loss strategies.
|
| Constructor and Description |
|---|
LocalAudioStats() |
public int numChannels
public int sentSampleRate
public int sentBitrate
public int internalCodec
public int txPacketLossRate
public int audioDeviceDelay
public int audioPlayoutDelay
public int earMonitorDelay
public int aecEstimatedDelay
public int aedVoiceRes
public int aedMusicRes