Package io.agora.rtc2
Class IRtcEngineEventHandler.LocalAudioStats
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats
- Enclosing class:
- IRtcEngineEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionintAcoustic echo cancellation (AEC) module estimated delay (ms), which is the signal delay between when audio is played locally before being locally captured.intThe audio device module delay (ms) when playing or recording audio.intThe playout delay of the deviceintThe ear monitor delay (ms), which is the delay from microphone input to headphone output.intThe internal payload codec.intThe number of audio channels.intThe average bitrate (Kbps) of sending the local user's audio stream.intThe sampling rate (Hz) of sending the local user's audio stream.intThe packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numChannels
public int numChannelsThe number of audio channels. -
sentSampleRate
public int sentSampleRateThe sampling rate (Hz) of sending the local user's audio stream. -
sentBitrate
public int sentBitrateThe average bitrate (Kbps) of sending the local user's audio stream. -
internalCodec
public int internalCodecThe internal payload codec. -
txPacketLossRate
public int txPacketLossRateThe packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies. -
audioDeviceDelay
public int audioDeviceDelayThe audio device module delay (ms) when playing or recording audio. -
audioPlayoutDelay
public int audioPlayoutDelayThe playout delay of the device -
earMonitorDelay
public int earMonitorDelayThe ear monitor delay (ms), which is the delay from microphone input to headphone output. -
aecEstimatedDelay
public int aecEstimatedDelayAcoustic echo cancellation (AEC) module estimated delay (ms), which is the signal delay between when audio is played locally before being locally captured.
-
-
Constructor Details
-
LocalAudioStats
public LocalAudioStats()
-