Skip to content

Commit

Permalink
Merge pull request #812 from w3c/aboba-patch-5
Browse files Browse the repository at this point in the history
VideoFrame.timestamp and EncodedVideoChunk.timestamp
  • Loading branch information
Djuffin authored Jul 17, 2024
2 parents fa71218 + c3de570 commit 7ed1cfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -3693,8 +3693,10 @@
{{VideoFrame/[[display height]]}}.

: <dfn attribute for=VideoFrame>timestamp</dfn>
:: The presentation timestamp, given in microseconds. The timestamp is copied
from the {{EncodedVideoChunk}} corresponding to this VideoFrame.
:: The presentation timestamp, given in microseconds. For decode,
timestamp is copied from the {{EncodedVideoChunk}} corresponding
to this {{VideoFrame}}. For encode, timestamp is copied to the
{{EncodedVideoChunk}}s corresponding to this {{VideoFrame}}.

The {{VideoFrame/timestamp}} getter steps are to return
{{VideoFrame/[[timestamp]]}}.
Expand Down

0 comments on commit 7ed1cfa

Please sign in to comment.