Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
uint32_t | local_ssrc |
int64_t | bytes_sent |
int32_t | packets_sent |
int32_t | packets_lost |
float | fraction_lost |
char | codec_name [media::base::kMaxCodecNameLength] |
agora::Optional< int > | codec_payload_type |
int32_t | ext_seqnum |
int32_t | jitter_ms |
int64_t | rtt_ms |
int32_t | audio_level |
double | total_input_energy |
double | total_input_duration |
bool | typing_noise_detected |
int32_t | uplink_process_time_ms |
The detailed statistics of the local audio.
|
inline |
uint32_t local_ssrc |
The synchronization source (SSRC) to identify the stream of RTP packets from the local audio.
int64_t bytes_sent |
The number of sent audio bytes.
int32_t packets_sent |
The number of sent audio packets.
int32_t packets_lost |
The number of lost audio packets.
float fraction_lost |
The fraction packet loss reported for this SSRC.
char codec_name[media::base::kMaxCodecNameLength] |
The codec name.
agora::Optional<int> codec_payload_type |
The payload type as used in RTP encoding or decoding.
int32_t ext_seqnum |
The ext sequence number.
int32_t jitter_ms |
The jitter duration (ms).
int64_t rtt_ms |
The RTT (Round-Trip Time) duration (ms).
int32_t audio_level |
The audio level (dBov) of the media source.
double total_input_energy |
The audio energy of the media source.
double total_input_duration |
The audio duration of the media source.
bool typing_noise_detected |
Whether the typing noise is detected.
true
: The typing noise is detected.false
: The typing noise is not detected. int32_t uplink_process_time_ms |
The audio process time from record done to encode done
ANAStats ana_statistics |
AudioProcessingStats apm_statistics |