Skip to content

Commit

Permalink
Merge pull request #813 from guidou/guidou/capture-time-metadata
Browse files Browse the repository at this point in the history
Add captureTime, receiveTime and rtpTimestamp to VideoFrameMetadata
  • Loading branch information
Djuffin authored Dec 10, 2024
2 parents e367198 + 3a88a39 commit 41636a6
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://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-capturetime)</td>
</tr>
<tr>
<td>receiveTime</td>
<td>[Receive time](https://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-receivetime)</td>
</tr>
<tr>
<td>rtpTimestamp</td>
<td>[RTP timestamp](https://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-rtptimestamp)</td>
</tr>
</table>


Expand Down

0 comments on commit 41636a6

Please sign in to comment.