NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
int | layer_type |
int | width |
int | height |
int | received_bitrate |
int | received_frame_rate |
int | decoder_frame_rate |
int | render_frame_rate |
int | packet_loss_rate |
int | total_frozen_time |
int | frozen_rate |
char | codec_name [kNERtcMaxDeviceNameLength] |
The stats of each remote video stream.
char nertc::NERtcVideoLayerRecvStats::codec_name[kNERtcMaxDeviceNameLength] |
The codec name.
int nertc::NERtcVideoLayerRecvStats::decoder_frame_rate |
Decoding frame rate (fps).
int nertc::NERtcVideoLayerRecvStats::frozen_rate |
The average freeze rate of the user's downlink video stream (%).
int nertc::NERtcVideoLayerRecvStats::height |
Video stream height (pixels).
int nertc::NERtcVideoLayerRecvStats::layer_type |
Stream type: 1. bigstream. 2. substream.
int nertc::NERtcVideoLayerRecvStats::packet_loss_rate |
Downlink packet loss rate (%).
int nertc::NERtcVideoLayerRecvStats::received_bitrate |
The bitrate of the received stream (kbps).
int nertc::NERtcVideoLayerRecvStats::received_frame_rate |
The frame rate of the received stream (fps).
int nertc::NERtcVideoLayerRecvStats::render_frame_rate |
Rendering frame rate (fps).
int nertc::NERtcVideoLayerRecvStats::total_frozen_time |
The downlink video freeze cumulative time (ms).
int nertc::NERtcVideoLayerRecvStats::width |
Video stream width (pixels).