Skip to content

Commit

Permalink
Specify rendering behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Sanders committed Oct 28, 2024
1 parent 4ae2011 commit 71cf720
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -4396,6 +4396,11 @@
{{ImageBitmapOptions}} {{ImageBitmapOptions/colorSpaceConversion}}. Setting this
value to {{ColorSpaceConversion/"none"}} disables color space conversion.

The rendering of a {{VideoFrame}} is produced from the [=media resource=] by
applying any necessary color space conversion, cropping to the
{{VideoFrame/visibleRect}}, rotating clockwise by {{VideoFrame/rotation}}
degrees, and flipping horizontally if {{VideoFrame/flip}} is `true`.

VideoFrame CopyTo() Options {#videoframe-copyto-options}
------------------------------------------------------------
Options to specify a rectangle of pixels to copy, their format, and the offset
Expand Down

0 comments on commit 71cf720

Please sign in to comment.