RTCStats - Web API 接口参考 编辑

The RTCStats dictionary is the basic statistics object used by WebRTC's statistics monitoring model, providing the properties required of all statistics data objects. Specific classes of statistic are defined as dictionaries based on RTCStats. For example, statistics about a received RTP stream are represented by RTCReceivedRtpStreamStats.

Properties

id
A DOMString which uniquely identifies the object which was inspected to produce this object based on RTCStats.
timestamp
A DOMHighResTimeStamp object indicating the time at which the sample was taken for this statistics object.
type
A DOMString indicating the type of statistics the object contains, taken from the enum type RTCStatsType.

The statistics type hierarchy

The various dictionaries that are used to define the contents of the objects that contain each of the various types of statistics for WebRTC are structured in such a way that they build upon the core RTCStats dictionary, each layer adding more relevant information.

  • RTCStats is the foundation of all WebRTC statistics objects

Specifications

SpecificationStatusComment
WebRTC 1.0: Real-time Communication Between Browsers
RTCStats
Candidate RecommendationInitial specification.

Browser compatibility

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.RTCStats" (depth: 1) to the MDN compatibility data repository.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:46 次

字数:4879

最后编辑:8年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文