We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250fe3a commit a74786cCopy full SHA for a74786c
1 file changed
video_frame_metadata_registry.src.html
@@ -63,15 +63,15 @@
63
</tr>
64
<tr>
65
<td>captureTime</td>
66
- <td>[Capture time](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-capturetime)</td>
+ <td>[Capture time](https://w3c.github.io/mediacapture-extensions/#dfn-capture-timestamp)</td>
67
68
69
<td>receiveTime</td>
70
- <td>[Receive time](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-receivetime)</td>
+ <td>[Receive time](https://w3c.github.io/mediacapture-extensions/#dfn-receive-timestamp)</td>
71
72
73
<td>rtpTimestamp</td>
74
- <td>[RTP timestamp](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-rtptimestamp)</td>
+ <td>[RTP timestamp](https://w3c.github.io/mediacapture-extensions/#dfn-rtp-timestamp)</td>
75
76
</table>
77
0 commit comments