NERecord Linux SDK 5.5.3103
|
#include <nerecord_engine_defines.h>
Public Attributes | |
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] |
int | peer_to_peer_delay |
远端视频单条流的统计信息。
char nerecord::NERtcVideoLayerRecvStats::codec_name[kNERtcMaxDeviceNameLength] |
视频解码器名字。
int nerecord::NERtcVideoLayerRecvStats::decoder_frame_rate |
解码帧率 (fps)。
int nerecord::NERtcVideoLayerRecvStats::frozen_rate |
用户的下行视频平均卡顿率(%)。
int nerecord::NERtcVideoLayerRecvStats::height |
视频流高(像素)。
int nerecord::NERtcVideoLayerRecvStats::layer_type |
流类型: 1、主流,2、辅流。
int nerecord::NERtcVideoLayerRecvStats::packet_loss_rate |
下行丢包率(%)。
int nerecord::NERtcVideoLayerRecvStats::peer_to_peer_delay |
远端用户的视频流从采集到本地播放的延迟。(ms)
int nerecord::NERtcVideoLayerRecvStats::received_bitrate |
接收到的码率(Kbps)。
int nerecord::NERtcVideoLayerRecvStats::received_frame_rate |
接收到的帧率 (fps)。
int nerecord::NERtcVideoLayerRecvStats::render_frame_rate |
渲染帧率 (fps)。
int nerecord::NERtcVideoLayerRecvStats::total_frozen_time |
用户的下行视频卡顿累计时长(ms)。
int nerecord::NERtcVideoLayerRecvStats::width |
视频流宽(像素)。