The read-only rtpTimestamp
property of the RTCRtpContributingSource
interface returns a
DOMHighResTimeStamp
indicating the source-generated time at which the
media contained int he packet was first sampled or obtained.
Syntax
let rtpTimestamp = RTCRtpContributingSource.rtpTimestamp
Value
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.
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'rtpTimestamp' in that specification. |
Candidate Recommendation | Initial definition. |