Skip to content

Commit 250fe3a

Browse files
author
Guido Urdaneta
committed
Add captureTime, receiveTime and rtpMetadata to VideoFrameMetadata
1 parent 39c85f5 commit 250fe3a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

video_frame_metadata_registry.src.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@
6161
<td>segments</td>
6262
<td>[Human face segmentation](https://w3c.github.io/mediacapture-extensions/#human-face-segmentation)</td>
6363
</tr>
64+
<tr>
65+
<td>captureTime</td>
66+
<td>[Capture time](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-capturetime)</td>
67+
</tr>
68+
<tr>
69+
<td>receiveTime</td>
70+
<td>[Receive time](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-receivetime)</td>
71+
</tr>
72+
<tr>
73+
<td>rtpTimestamp</td>
74+
<td>[RTP timestamp](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-rtptimestamp)</td>
75+
</tr>
6476
</table>
6577

6678

0 commit comments

Comments
 (0)