@@ -52,7 +52,7 @@ spec:webidl; type:dfn; text:resolve
52
52
"RTP-EXT-CAPTURE-TIME": {
53
53
"href": "https://datatracker.ietf.org/doc/draft-ietf-avtcore-abs-capture-time/",
54
54
"title": "RTP Header Extension for Absolute Capture Time",
55
- "publisher": "WebRTC Project "
55
+ "publisher": "IETF "
56
56
}
57
57
}
58
58
</pre>
@@ -461,12 +461,8 @@ dictionary RTCEncodedVideoFrameMetadata {
461
461
</dt>
462
462
<dd>
463
463
<p>
464
- The {{RTCEncodedVideoFrameMetadata/captureTime}} is set by the frame source, and for frames that come
465
- from the {{RTCRtpReceiver}} , it is extracted by the [[#stream-processing]] algorithm. Its reference clock
466
- is the capture system's NTP clock (same clock used to generate NTP timestamps for RTCP sender reports on
467
- that system).
468
-
469
- On populating this member, the user agent MUST return the value of the frame's `[[captureTime]] ` slot.
464
+ On populating this member, the user agent MUST return the value of the frame's `[[captureTime]] ` slot,
465
+ shifted to be relative to {{Performance}} .{{Performance/timeOrigin}} .
470
466
</p>
471
467
</dd>
472
468
<dt>
@@ -725,12 +721,8 @@ dictionary RTCEncodedAudioFrameMetadata {
725
721
</dt>
726
722
<dd>
727
723
<p>
728
- The {{RTCEncodedAudioFrameMetadata/captureTime}} is set by the frame source, and for frames that come
729
- from the {{RTCRtpReceiver}} , it is extracted by the [[#stream-processing]] algorithm. Its reference clock
730
- is the capture system's NTP clock (same clock used to generate NTP timestamps for RTCP sender reports on
731
- that system).
732
-
733
- On populating this member, the user agent MUST return the value of the frame's `[[captureTime]] ` slot.
724
+ On populating this member, the user agent MUST return the value of the frame's `[[captureTime]] ` slot,
725
+ shifted to be relative to {{Performance}} .{{Performance/timeOrigin}} .
734
726
</p>
735
727
</dd>
736
728
<dt>
0 commit comments