|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| int | numChannels |
| int | sentSampleRate |
| int | sentBitrate |
| int | internalCodec |
| unsigned short | txPacketLossRate |
| int | audioDeviceDelay |
| int | audioPlayoutDelay |
| int | earMonitorDelay |
| int | aecEstimatedDelay |
Local audio statistics.
| int numChannels |
The number of audio channels.
| int sentSampleRate |
The sampling rate (Hz) of sending the local user's audio stream.
| int sentBitrate |
The average bitrate (Kbps) of sending the local user's audio stream.
| int internalCodec |
The internal payload codec.
| unsigned short txPacketLossRate |
The packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
| int audioDeviceDelay |
The audio delay of the device, contains record and playout delay
| int audioPlayoutDelay |
The playout delay of the device
| int earMonitorDelay |
The signal delay estimated from audio in-ear monitoring (ms).
| int aecEstimatedDelay |
The signal delay estimated during the AEC process from nearin and farin (ms).