Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSUInteger | numChannels |
NSUInteger | sentSampleRate |
NSUInteger | sentBitrate |
NSUInteger | internalCodec |
NSUInteger | txPacketLossRate |
NSUInteger | audioDeviceDelay |
NSUInteger | audioPlayoutDelay |
NSUInteger | earMonitorDelay |
NSUInteger | aecEstimatedDelay |
The statistics of the local audio.
|
readwritenonatomicassign |
The number of audio channels.
|
readwritenonatomicassign |
The sample rate (Hz).
|
readwritenonatomicassign |
The average sending bitrate (Kbps).
|
readwritenonatomicassign |
The internal payload type.
|
readwritenonatomicassign |
The audio packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.
|
readwritenonatomicassign |
The audio delay of the device, contains record and playout delay
|
readwritenonatomicassign |
The audio playout delay of the device
|
readwritenonatomicassign |
The signal delay estimated from audio in-ear monitoring (ms).
|
readwritenonatomicassign |
The signal delay estimated during the AEC process from nearin and farin (ms).