NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
uid_t | uid |
int | received_bitrate |
int | total_frozen_time |
int | frozen_rate |
int | audio_loss_rate |
unsigned int | volume |
The stats of the audio stream from a remote user.
int nertc::NERtcAudioRecvStats::audio_loss_rate |
Audio packet loss rate in a specific time (%).
int nertc::NERtcAudioRecvStats::frozen_rate |
The user's downstream audio average freeze rate (%).
int nertc::NERtcAudioRecvStats::received_bitrate |
The bitrate of the received audio stream after the last report (kbps).
int nertc::NERtcAudioRecvStats::total_frozen_time |
The user's downlink audio freeze cumulative time (ms).
uid_t nertc::NERtcAudioRecvStats::uid |
The user ID used to identify the audio stream.
unsigned int nertc::NERtcAudioRecvStats::volume |
Volume range: 0 (lowest) to 100 (highest).