|
NERtc Unity SDK
V5.4.5
|
Public 属性 | |
| int | layerType |
| int | width |
| int | height |
| int | receivedBitrate |
| int | receivedFrameRate |
| int | decoderFrameRate |
| int | renderFrameRate |
| int | packetLossRate |
| int | totalFrozenTime |
| int | frozenRate |
| string | codecName |
远端视频单条流的统计信息。
| int nertc.RtcVideoLayerRecvStats.layerType |
流类型: 1、主流,2、辅流。
| int nertc.RtcVideoLayerRecvStats.width |
视频流宽(像素)。
| int nertc.RtcVideoLayerRecvStats.height |
视频流高(像素)。
| int nertc.RtcVideoLayerRecvStats.receivedBitrate |
接收到的码率(Kbps)。
| int nertc.RtcVideoLayerRecvStats.receivedFrameRate |
接收到的帧率 (fps)。
| int nertc.RtcVideoLayerRecvStats.decoderFrameRate |
解码帧率 (fps)。
| int nertc.RtcVideoLayerRecvStats.renderFrameRate |
渲染帧率 (fps)。
| int nertc.RtcVideoLayerRecvStats.packetLossRate |
下行丢包率(%)。
| int nertc.RtcVideoLayerRecvStats.totalFrozenTime |
用户的下行视频卡顿累计时长(ms)。
| int nertc.RtcVideoLayerRecvStats.frozenRate |
用户的下行视频平均卡顿率(%)。
| string nertc.RtcVideoLayerRecvStats.codecName |
视频解码器名字。