Skip to content

Commit 71cf720

Browse files
author
Dan Sanders
committed
Specify rendering behavior
1 parent 4ae2011 commit 71cf720

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4396,6 +4396,11 @@
43964396
{{ImageBitmapOptions}} {{ImageBitmapOptions/colorSpaceConversion}}. Setting this
43974397
value to {{ColorSpaceConversion/"none"}} disables color space conversion.
43984398

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+
43994404
VideoFrame CopyTo() Options {#videoframe-copyto-options}
44004405
------------------------------------------------------------
44014406
Options to specify a rectangle of pixels to copy, their format, and the offset

0 commit comments

Comments
 (0)