LocalAudioStats
Local audio statistics.
public class LocalAudioStats
{
public int numChannels;
public int sentSampleRate;
public int sentBitrate
public int internalCodec;
public ushort txPacketLossRate;
public int audioDeviceDelay;
public int audioPlayoutDelay
public int earMonitorDelay
public int aecEstimatedDelay;
}
Properties
- numChannels
- Number of audio channels.
- sentSampleRate
- Sampling rate of the sent local audio, in Hz.
- sentBitrate
- Average bitrate of the sent local audio, in Kbps.
- txPacketLossRate
- Packet loss rate (%) from the local end to the Agora edge server before network resilience.
- internalCodec
- Internal payload type.
- audioDeviceDelay
- Delay of the audio device module during audio playback or recording (ms).
- earMonitorDelay
- Ear monitoring delay (ms), i.e., the delay from microphone input to headphone output.
- aecEstimatedDelay
- Acoustic Echo Cancellation (AEC) delay (ms), i.e., the delay between the audio played locally and the signal captured again locally as estimated by the AEC module.