From d9c7ad2830d0c19f77016a640ae7938367dcfb8a Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Thu, 4 Feb 2021 09:28:56 -0500 Subject: [PATCH] Have resizeMode: 'none' mean native frame rate as well. --- getusermedia.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/getusermedia.html b/getusermedia.html index ee6da60b..77e45757 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -1825,8 +1825,8 @@

Constrainable Properties

none -

This resolution is offered by the camera, its driver, or - the OS.

+

This resolution and frame rate is offered by the camera, + its driver, or the OS.

Note: The UA MAY report this value to disguise concurrent use, but only when the camera is in use in another browsing context.

@@ -1837,7 +1837,8 @@

Constrainable Properties

"idl-def-VideoResizeModeEnum.right">crop-and-scale

This resolution is downscaled and/or cropped from a higher - camera resolution by the User Agent. The media MUST NOT be + camera resolution by the User Agent, or its frame rate is + decimated by the User Agent. The media MUST NOT be upscaled, stretched or have fake data created that did not occur in the input source.