实时音视频

  • 实时音视频 > API 文档 > Web >QNRemoteVideoTrackStats

    QNRemoteVideoTrackStats

    最近更新时间: 2022-07-14 15:14:07

    远端视频轨道的统计数据,可以通过 QNRemoteVideoTrack.getStats 获取。
    Index
    Properties
    Properties
    profile
    • profile?: QNTrackProfile
    • 视频 profile(当前应用正在接收的视频轨道的 profile)

    downlinkFrameRate
    • downlinkFrameRate: number
    • 下行视频帧率(当前应用正在下载的轨道的帧率)

    downlinkBitrate
    • downlinkBitrate: number
    • 下行视频码率,单位 bps(当前应用下载对应轨道时的码率,和远端用户上行无关)

    downlinkLostRate
    • downlinkLostRate: number
    • 下行网络丢包率,范围 [0, 100](当前应用下载对应轨道时的丢包率,和远端用户上行无关)

    uplinkRTT
    • uplinkRTT: number
    • 上行网络延时,单位毫秒(表示远端用户上传自身视频数据时的延时)

    uplinkLostRate
    • uplinkLostRate: number
    • 上行网络丢包率,范围 [0, 100](表示远端用户上传自身音频数据时的丢包率)

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