We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae2011 commit 71cf720Copy full SHA for 71cf720
index.src.html
@@ -4396,6 +4396,11 @@
4396
{{ImageBitmapOptions}} {{ImageBitmapOptions/colorSpaceConversion}}. Setting this
4397
value to {{ColorSpaceConversion/"none"}} disables color space conversion.
4398
4399
+The rendering of a {{VideoFrame}} is produced from the [=media resource=] by
4400
+applying any necessary color space conversion, cropping to the
4401
+{{VideoFrame/visibleRect}}, rotating clockwise by {{VideoFrame/rotation}}
4402
+degrees, and flipping horizontally if {{VideoFrame/flip}} is `true`.
4403
+
4404
VideoFrame CopyTo() Options {#videoframe-copyto-options}
4405
------------------------------------------------------------
4406
Options to specify a rectangle of pixels to copy, their format, and the offset
0 commit comments