RemoteVideoStats

最近更新时间:2022-09-20 05:17:40

Public 属性
uid_tuid
intwidth
intheight
intreceivedBitrate
intdecoderOutputFrameRate
intrendererOutputFrameRate
intpacketLossRate
REMOTE_VIDEO_STREAM_TYPErxStreamType
inttotalFrozenTime
intfrozenRate
inttotalActiveTime

详细描述

远端视频流的统计信息

类成员变量说明

uid

uid_t uid

用户 ID,指定是哪个用户的视频流。

width

int width

视频流宽(像素)。

height

int height

视频流高(像素)。

receivedBitrate

int receivedBitrate

(上次统计后)接收到的码率(Kbps)。

decoderOutputFrameRate

int decoderOutputFrameRate

远端视频解码器的输出帧率,单位为 fps。

rendererOutputFrameRate

int rendererOutputFrameRate

远端视频渲染器的输出帧率,单位为 fps.

packetLossRate

int packetLossRate

远端视频在使用抗丢包技术之后的丢包率(%)。

rxStreamType

REMOTE_VIDEO_STREAM_TYPE  rxStreamType

视频流类型,大流或小流。

totalFrozenTime

int totalFrozenTime

远端用户在加入频道后发生视频卡顿的累计时长(ms)。通话过程中,视频帧率设置不低于 5 fps 时,连续渲染的两帧视频之间间隔超过 500 ms,则记为一次视频卡顿。

frozenRate

int frozenRate

远端用户在加入频道后发生视频卡顿的累计时长占视频总有效时长的百分比 (%)。视频有效时长是指远端用户加入频道后视频未被停止发送或禁用的时长。

totalActiveTime

int totalActiveTime

视频有效时长(毫秒),即远端用户/主播加入频道后,既没有停止发送视频流,也没有禁用视频模块的通话时长。