只读 rtpTimestamp 特性为 RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the source-generated time at which the media contained int he packet was first sampled or obtained.

句法

let rtpTimestamp = RTCRtpContributingSource.rtpTimestamp
					

An integer value specifiying a source-generated timestamp indicating the time at which the media in this packet, scheduled for play out at the time indicated by timestamp , was initially sampled or generated. This value may be useful for sequencing and synchronization purposes.

规范

规范 状态 注释
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'rtpTimestamp' 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.RTCRtpContributingSource.rtpTimestamp" (depth: 1) to the MDN 兼容性数据存储库 .

元数据

  • 最后修改: