We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa71218 + c3de570 commit 7ed1cfaCopy full SHA for 7ed1cfa
1 file changed
index.src.html
@@ -3693,8 +3693,10 @@
3693
{{VideoFrame/[[display height]]}}.
3694
3695
: <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.
+:: The presentation timestamp, given in microseconds. For decode,
+ 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}}.
3700
3701
The {{VideoFrame/timestamp}} getter steps are to return
3702
{{VideoFrame/[[timestamp]]}}.
0 commit comments