NERtc Windows SDK  V4.4.301
Public 属性 | 所有成员列表
nertc::NERtcStats结构体 参考

#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.

类成员变量说明

◆ cpu_app_usage

uint32_t nertc::NERtcStats::cpu_app_usage

The CPU usage occupied by the app (%).

◆ cpu_idle_usage

uint32_t nertc::NERtcStats::cpu_idle_usage

The CPU idle rate of the current system (%).

◆ cpu_total_usage

uint32_t nertc::NERtcStats::cpu_total_usage

The current system CPU usage (%).

◆ down_rtt

int nertc::NERtcStats::down_rtt

Average downlink round-trip time. (ms)

◆ memory_app_kbytes

uint32_t nertc::NERtcStats::memory_app_kbytes

The current memory used by the app (KB).

◆ memory_app_usage

uint32_t nertc::NERtcStats::memory_app_usage

The current memory usage occupied by the app (%).

◆ memory_total_usage

uint32_t nertc::NERtcStats::memory_total_usage

The current system memory usage (%).

◆ rx_audio_bytes

uint64_t nertc::NERtcStats::rx_audio_bytes

The number of audio bytes received. This is the cumulative value. (bytes)

◆ rx_audio_jitter

int nertc::NERtcStats::rx_audio_jitter

Local downstream audio jitter calculation. (ms)

◆ rx_audio_kbitrate

int nertc::NERtcStats::rx_audio_kbitrate

Audio bitrate for subscribed streams. (kbps)

◆ rx_audio_packet_loss_rate

int nertc::NERtcStats::rx_audio_packet_loss_rate

Actual packet loss of local downlink audio stream. (%)

◆ rx_audio_packet_loss_sum

int nertc::NERtcStats::rx_audio_packet_loss_sum

Actual number of lost packets for local downstream audio.

◆ rx_bytes

uint64_t nertc::NERtcStats::rx_bytes

The number of bytes received. This is the cumulative value. (bytes)

◆ rx_video_bytes

uint64_t nertc::NERtcStats::rx_video_bytes

The number of video bytes received. This is the cumulative value. (bytes)

◆ rx_video_jitter

int nertc::NERtcStats::rx_video_jitter

Local downstream video jitter calculation. (ms)

◆ rx_video_kbitrate

int nertc::NERtcStats::rx_video_kbitrate

Video bitrate for subscribed streams. (kbps)

◆ rx_video_packet_loss_rate

int nertc::NERtcStats::rx_video_packet_loss_rate

Actual local downstream video packet loss rate. (%)

◆ rx_video_packet_loss_sum

int nertc::NERtcStats::rx_video_packet_loss_sum

Actual number of lost packets for local downstream video.

◆ total_duration

int nertc::NERtcStats::total_duration

Call duration in seconds.

◆ tx_audio_bytes

uint64_t nertc::NERtcStats::tx_audio_bytes

The number of audio bytes sent. This is the cumulative value. (bytes)

◆ tx_audio_jitter

int nertc::NERtcStats::tx_audio_jitter

Local upstream audio jitter calculation. (ms)

◆ tx_audio_kbitrate

int nertc::NERtcStats::tx_audio_kbitrate

Audio bitrate for publishing. (kbps)

◆ tx_audio_packet_loss_rate

int nertc::NERtcStats::tx_audio_packet_loss_rate

The actual uplink packet loss rate of the local audio stream. (%)

◆ tx_audio_packet_loss_sum

int nertc::NERtcStats::tx_audio_packet_loss_sum

The actual number of lost packets for local upstream audio.

◆ tx_bytes

uint64_t nertc::NERtcStats::tx_bytes

The number of bytes sent. This is the cumulative value. (bytes)

◆ tx_video_bytes

uint64_t nertc::NERtcStats::tx_video_bytes

The number of video bytes sent. This is the cumulative value. (bytes)

◆ tx_video_jitter

int nertc::NERtcStats::tx_video_jitter

Local uplink video jitter calculation. (ms)

◆ tx_video_kbitrate

int nertc::NERtcStats::tx_video_kbitrate

Video bitrate for publishing. (kbps)

◆ tx_video_packet_loss_rate

int nertc::NERtcStats::tx_video_packet_loss_rate

The actual uplink packet loss rate of the local video stream. (%)

◆ tx_video_packet_loss_sum

int nertc::NERtcStats::tx_video_packet_loss_sum

Actual number of lost packets for local upstream video.

◆ up_rtt

int nertc::NERtcStats::up_rtt

Average uplink round trip time. (ms)


该结构体的文档由以下文件生成: