Agora Java API Reference for Android
|
Public Attributes | |
int | numChannels |
int | sentSampleRate |
int | sentBitrate |
int | internalCodec |
int | txPacketLossRate |
int | audioDeviceDelay |
int | audioPlayoutDelay |
int | earMonitorDelay |
int | aecEstimatedDelay |
The statistics of the local audio.
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.numChannels |
The number of channels.
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.sentSampleRate |
The sample rate (Hz).
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.sentBitrate |
The average sending bitrate (Kbps).
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.internalCodec |
The internal payload type
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.txPacketLossRate |
The audio packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.audioDeviceDelay |
The audio delay of the device, contains record and playout delay
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.audioPlayoutDelay |
The playout delay of the device
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.earMonitorDelay |
The signal delay estimated from audio in-ear monitoring (ms).
int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.aecEstimatedDelay |
The signal delay estimated during the AEC process from nearin and farin (ms).