Skip to content

Commit edf7ac6

Browse files
authored
VideoFrame.timestamp and EncodedVideoChunk.timestamp
Fix for #809
1 parent 7073bbf commit edf7ac6

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)