NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
uint32_t | cpu_app_usage |
uint32_t | cpu_idle_usage |
uint32_t | cpu_total_usage |
uint32_t | memory_app_usage |
uint32_t | memory_total_usage |
uint32_t | memory_app_kbytes |
int | total_duration |
uint64_t | tx_bytes |
uint64_t | rx_bytes |
uint64_t | tx_audio_bytes |
uint64_t | tx_video_bytes |
uint64_t | rx_audio_bytes |
uint64_t | rx_video_bytes |
int | tx_audio_kbitrate |
int | rx_audio_kbitrate |
int | tx_video_kbitrate |
int | rx_video_kbitrate |
int | up_rtt |
int | down_rtt |
int | tx_audio_packet_loss_rate |
int | tx_video_packet_loss_rate |
int | tx_audio_packet_loss_sum |
int | tx_video_packet_loss_sum |
int | tx_audio_jitter |
int | tx_video_jitter |
int | rx_audio_packet_loss_rate |
int | rx_video_packet_loss_rate |
int | rx_audio_packet_loss_sum |
int | rx_video_packet_loss_sum |
int | rx_audio_jitter |
int | rx_video_jitter |
Stats related to calls.
uint32_t nertc::NERtcStats::cpu_app_usage |
The CPU usage occupied by the app (%).
uint32_t nertc::NERtcStats::cpu_idle_usage |
The CPU idle rate of the current system (%).
uint32_t nertc::NERtcStats::cpu_total_usage |
The current system CPU usage (%).
int nertc::NERtcStats::down_rtt |
Average downlink round-trip time. (ms)
uint32_t nertc::NERtcStats::memory_app_kbytes |
The current memory used by the app (KB).
uint32_t nertc::NERtcStats::memory_app_usage |
The current memory usage occupied by the app (%).
uint32_t nertc::NERtcStats::memory_total_usage |
The current system memory usage (%).
uint64_t nertc::NERtcStats::rx_audio_bytes |
The number of audio bytes received. This is the cumulative value. (bytes)
int nertc::NERtcStats::rx_audio_jitter |
Local downstream audio jitter calculation. (ms)
int nertc::NERtcStats::rx_audio_kbitrate |
Audio bitrate for subscribed streams. (kbps)
int nertc::NERtcStats::rx_audio_packet_loss_rate |
Actual packet loss of local downlink audio stream. (%)
int nertc::NERtcStats::rx_audio_packet_loss_sum |
Actual number of lost packets for local downstream audio.
uint64_t nertc::NERtcStats::rx_bytes |
The number of bytes received. This is the cumulative value. (bytes)
uint64_t nertc::NERtcStats::rx_video_bytes |
The number of video bytes received. This is the cumulative value. (bytes)
int nertc::NERtcStats::rx_video_jitter |
Local downstream video jitter calculation. (ms)
int nertc::NERtcStats::rx_video_kbitrate |
Video bitrate for subscribed streams. (kbps)
int nertc::NERtcStats::rx_video_packet_loss_rate |
Actual local downstream video packet loss rate. (%)
int nertc::NERtcStats::rx_video_packet_loss_sum |
Actual number of lost packets for local downstream video.
int nertc::NERtcStats::total_duration |
Call duration in seconds.
uint64_t nertc::NERtcStats::tx_audio_bytes |
The number of audio bytes sent. This is the cumulative value. (bytes)
int nertc::NERtcStats::tx_audio_jitter |
Local upstream audio jitter calculation. (ms)
int nertc::NERtcStats::tx_audio_kbitrate |
Audio bitrate for publishing. (kbps)
int nertc::NERtcStats::tx_audio_packet_loss_rate |
The actual uplink packet loss rate of the local audio stream. (%)
int nertc::NERtcStats::tx_audio_packet_loss_sum |
The actual number of lost packets for local upstream audio.
uint64_t nertc::NERtcStats::tx_bytes |
The number of bytes sent. This is the cumulative value. (bytes)
uint64_t nertc::NERtcStats::tx_video_bytes |
The number of video bytes sent. This is the cumulative value. (bytes)
int nertc::NERtcStats::tx_video_jitter |
Local uplink video jitter calculation. (ms)
int nertc::NERtcStats::tx_video_kbitrate |
Video bitrate for publishing. (kbps)
int nertc::NERtcStats::tx_video_packet_loss_rate |
The actual uplink packet loss rate of the local video stream. (%)
int nertc::NERtcStats::tx_video_packet_loss_sum |
Actual number of lost packets for local upstream video.
int nertc::NERtcStats::up_rtt |
Average uplink round trip time. (ms)