|
NERtc Windows SDK
V4.6.53
|
#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] |
远端视频单条流的统计信息。
| char nertc::NERtcVideoLayerRecvStats::codec_name[kNERtcMaxDeviceNameLength] |
视频解码器名字。
| int nertc::NERtcVideoLayerRecvStats::decoder_frame_rate |
解码帧率 (fps)。
| int nertc::NERtcVideoLayerRecvStats::frozen_rate |
用户的下行视频平均卡顿率(%)。
| int nertc::NERtcVideoLayerRecvStats::height |
视频流高(像素)。
| int nertc::NERtcVideoLayerRecvStats::layer_type |
流类型: 1、主流,2、辅流。
| int nertc::NERtcVideoLayerRecvStats::packet_loss_rate |
下行丢包率(%)。
| int nertc::NERtcVideoLayerRecvStats::received_bitrate |
接收到的码率(Kbps)。
| int nertc::NERtcVideoLayerRecvStats::received_frame_rate |
接收到的帧率 (fps)。
| int nertc::NERtcVideoLayerRecvStats::render_frame_rate |
渲染帧率 (fps)。
| int nertc::NERtcVideoLayerRecvStats::total_frozen_time |
用户的下行视频卡顿累计时长(ms)。
| int nertc::NERtcVideoLayerRecvStats::width |
视频流宽(像素)。