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