Skip to content

Commit

Permalink
Add captureTime, receiveTime and rtpMetadata to VideoFrameMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Urdaneta committed Jul 5, 2024
1 parent 39c85f5 commit 250fe3a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions video_frame_metadata_registry.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@
<td>segments</td>
<td>[Human face segmentation](https://w3c.github.io/mediacapture-extensions/#human-face-segmentation)</td>
</tr>
<tr>
<td>captureTime</td>
<td>[Capture time](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-capturetime)</td>
</tr>
<tr>
<td>receiveTime</td>
<td>[Receive time](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-receivetime)</td>
</tr>
<tr>
<td>rtpTimestamp</td>
<td>[RTP timestamp](https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-rtptimestamp)</td>
</tr>
</table>


Expand Down

0 comments on commit 250fe3a

Please sign in to comment.