public static class IRtcEngineEventHandler.LocalAudioStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
audioDeviceDelay
The audio delay of the device, contains record and playout delay
|
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