实时音视频

  • 实时音视频 > API 文档 > Android >QNLocalVideoTrackStats

    QNLocalVideoTrackStats

    最近更新时间: 2023-08-17 15:20:30

    近端视频轨道的统计数据,可以通过 QNRTCClient.getLocalVideoTrackStats 获取,通过 trackID 获取对应轨道的统计信息

    如果发布时通过 QNCameraVideoTrackConfig.setMultiProfileEnabled 等接口开启了大小流功能,则返回的 List 中包含多个 QNLocalVideoTrackStats,每个对应不同的 QNTrackProfile

    Index
    Properties
    Properties
    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
    • 期望的视频编码高度

    以上内容是否对您有帮助?
  • Qvm free helper
    Close