nackCount 特性为 RTCInboundRtpStreamStats dictionary is a numeric value indicating the number of times the receiver sent a NACK packet to the sender. A NACK (Negative ACKnowledgement, also called "Generic NACK") packet tells the sender that one or more of the RTP packets it sent were lost in transport.

句法

var nackCount = rtcInboundRtpStreamStats.nackCount;
					

An integer value indicating how many times the receiver sent a NACK packet to the sender after detecting that one or more packets were lost during transport.

规范

规范 状态 注释
Identifiers for WebRTC's Statistics API
The definition of 'RTCInboundRtpStreamStats.nackCount' in that specification.
候选推荐 初始定义。

浏览器兼容性

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

No compatibility data found. Please contribute data for "api.RTCInboundRtpStreamStats.nackCount" (depth: 1) to the MDN 兼容性数据存储库 .

元数据

  • 最后修改: