Skip to content

Commit 7ed1cfa

Browse files
authored
Merge pull request #812 from w3c/aboba-patch-5
VideoFrame.timestamp and EncodedVideoChunk.timestamp
2 parents fa71218 + c3de570 commit 7ed1cfa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,8 +3693,10 @@
36933693
{{VideoFrame/[[display height]]}}.
36943694

36953695
: <dfn attribute for=VideoFrame>timestamp</dfn>
3696-
:: The presentation timestamp, given in microseconds. The timestamp is copied
3697-
from the {{EncodedVideoChunk}} corresponding to this VideoFrame.
3696+
:: The presentation timestamp, given in microseconds. For decode,
3697+
timestamp is copied from the {{EncodedVideoChunk}} corresponding
3698+
to this {{VideoFrame}}. For encode, timestamp is copied to the
3699+
{{EncodedVideoChunk}}s corresponding to this {{VideoFrame}}.
36983700

36993701
The {{VideoFrame/timestamp}} getter steps are to return
37003702
{{VideoFrame/[[timestamp]]}}.

0 commit comments

Comments
 (0)