Package io.agora.rtc2
Class IRtcEngineEventHandler.LocalAudioStats
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.LocalAudioStats
- Enclosing class:
- IRtcEngineEventHandler
The statistics of the local audio.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe signal delay estimated during the AEC process from nearin and farin (ms).intThe audio delay of the device, contains record and playout delayintThe playout delay of the deviceintThe signal delay estimated from audio in-ear monitoring (ms).intThe internal payload typeintThe number of channels.intThe average sending bitrate (Kbps).intThe sample rate (Hz).intThe audio packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numChannels
public int numChannelsThe number of channels. -
sentSampleRate
public int sentSampleRateThe sample rate (Hz). -
sentBitrate
public int sentBitrateThe average sending bitrate (Kbps). -
internalCodec
public int internalCodecThe internal payload type -
txPacketLossRate
public int txPacketLossRateThe audio packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies. -
audioDeviceDelay
public int audioDeviceDelayThe audio delay of the device, contains record and playout delay -
audioPlayoutDelay
public int audioPlayoutDelayThe playout delay of the device -
earMonitorDelay
public int earMonitorDelayThe signal delay estimated from audio in-ear monitoring (ms). -
aecEstimatedDelay
public int aecEstimatedDelayThe signal delay estimated during the AEC process from nearin and farin (ms).
-
-
Constructor Details
-
LocalAudioStats
public LocalAudioStats()
-