LocalAudioStats
Local audio statistics.
public static class LocalAudioStats { public int numChannels; public int sentSampleRate; public int sentBitrate; public int internalCodec; public int txPacketLossRate; public int audioDeviceDelay; };
Attributes
- numChannels
- The number of audio channels.
- sentSampleRate
- The sampling rate (Hz) of sending the local user's audio stream.
- sentBitrate
- The average bitrate (Kbps) of sending the local user's audio stream.
- txPacketLossRate
- The packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
- internalCodec
- The internal payload codec.
- audioDeviceDelay
- The delay of the audio device module when playing or recording audio.