QNLocalVideoTrackStats
如果发布时通过 QNCameraVideoTrackConfig.setMultiProfileEnabled 等接口开启了大小流功能,则返回的 List 中包含多个 QNLocalVideoTrackStats,每个对应不同的 QNTrackProfile
Index
Properties
Properties
profile
- profile: QNTrackProfile
-
近端视频上行 profile
uplinkFrameRate
- uplinkFrameRate: int
-
近端视频上行帧率
uplinkBitrate
- uplinkBitrate: int
-
近端视频上行码率,单位 bps
uplinkRTT
- uplinkRTT: int
-
近端视频上行网络延时,单位毫秒
uplinkLostRate
- uplinkLostRate: int
-
近端视频上行丢包率百分比,范围 [0, 100]
uplinkFrameWidth
- uplinkFrameWidth: int
-
近端上行视频帧的宽度,该数值为 SDK 实际对齐后编码发布的视频帧宽度
uplinkFrameHeight
- uplinkFrameHeight: int
-
近端上行视频帧的高度,该数值为 SDK 实际对齐后编码发布的视频帧高度
captureFrameRate
- captureFrameRate: int
-
本地采集的视频帧率,单位 fps
captureFrameWidth
- captureFrameWidth: int
-
本地采集的视频帧宽度
captureFrameHeight
- captureFrameHeight: int
-
本地采集的视频帧高度
targetFrameRate
- targetFrameRate: int
-
期望的视频编码帧率,单位 fps
targetFrameWidth
- targetFrameWidth: int
-
期望的视频编码宽度
targetFrameHeight
- targetFrameHeight: int
-
期望的视频编码高度
文档反馈
(如有产品使用问题,请 提交工单)