NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
int | num_channels |
int | sent_sample_rate |
int | sent_bitrate |
int | audio_loss_rate |
int64_t | rtt |
unsigned int | volume |
The local audio stream stats.
int nertc::NERtcAudioSendStats::audio_loss_rate |
Audio packet loss rate in a specific time (%).
int nertc::NERtcAudioSendStats::num_channels |
The number of channels currently collected.
int64_t nertc::NERtcAudioSendStats::rtt |
Round trip time.
int nertc::NERtcAudioSendStats::sent_bitrate |
Publishing bitrate after last report (kbps).
int nertc::NERtcAudioSendStats::sent_sample_rate |
The sample rate of local uplink audio stream.
unsigned int nertc::NERtcAudioSendStats::volume |
Volume range: 0 (lowest) to 100 (highest).