Skip to content

Commit 41636a6

Browse files
authored
Merge pull request #813 from guidou/guidou/capture-time-metadata
Add captureTime, receiveTime and rtpTimestamp to VideoFrameMetadata
2 parents e367198 + 3a88a39 commit 41636a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-capturetime)</td>
67+
</tr>
68+
<tr>
69+
<td>receiveTime</td>
70+
<td>[Receive time](https://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-receivetime)</td>
71+
</tr>
72+
<tr>
73+
<td>rtpTimestamp</td>
74+
<td>[RTP timestamp](https://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-rtptimestamp)</td>
75+
</tr>
6476
</table>
6577

6678

0 commit comments

Comments
 (0)