Agora Java API Reference for Android
Public Attributes | List of all members
io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats Class Reference

Public Attributes

int numChannels
 
int sentSampleRate
 
int sentBitrate
 
int internalCodec
 
int txPacketLossRate
 
int audioDeviceDelay
 
int audioPlayoutDelay
 
int earMonitorDelay
 
int aecEstimatedDelay
 

Detailed Description

The statistics of the local audio.

Member Data Documentation

◆ numChannels

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.numChannels

The number of channels.

◆ sentSampleRate

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.sentSampleRate

The sample rate (Hz).

◆ sentBitrate

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.sentBitrate

The average sending bitrate (Kbps).

◆ internalCodec

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.internalCodec

The internal payload type

◆ txPacketLossRate

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.

◆ audioDeviceDelay

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.audioDeviceDelay

The audio delay of the device, contains record and playout delay

◆ audioPlayoutDelay

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.audioPlayoutDelay

The playout delay of the device

◆ earMonitorDelay

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.earMonitorDelay

The signal delay estimated from audio in-ear monitoring (ms).

◆ aecEstimatedDelay

int io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats.aecEstimatedDelay

The signal delay estimated during the AEC process from nearin and farin (ms).