From 71cf720b5110addb86d08f3b7e61dfba2a5e0a17 Mon Sep 17 00:00:00 2001 From: Dan Sanders Date: Mon, 28 Oct 2024 13:23:09 -0700 Subject: [PATCH] Specify rendering behavior --- index.src.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.src.html b/index.src.html index 14b5c6d4..0253beca 100644 --- a/index.src.html +++ b/index.src.html @@ -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