perDscpPacketsReceived 特性为 RTCInboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets received for that DCSP.

注意: Not all operating systems make data available on a per-DSCP basis, so this property shouldn't be relied upon on those systems.

句法

var perDscpPacketsReceived = rtcInboundRtpStreamStats.perDscpPacketsReceived;
					

A record comprised of string/value pairs. Each key is the string representation of a single Differentiated Services Code Point (DSCP)'s ID number.

注意: Due to network bleaching and remapping, the numbers seen on this record are not necessarily going to match the values as they were when the data was sent.

规范

规范 状态 注释
Identifiers for WebRTC's Statistics API
The definition of 'RTCInboundRtpStreamStats.perDscpPacketsReceived' 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.perDscpPacketsReceived" (depth: 1) to the MDN 兼容性数据存储库 .

另请参阅

  • RFC 2474 : The Differentiated Service field in IPv4 and IPv6 headers

元数据

  • 最后修改: