Skip to content

Commit

Permalink
Have resizeMode: 'none' mean native frame rate as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Feb 4, 2021
1 parent 6b782b5 commit d9c7ad2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions getusermedia.html
Expand Up @@ -1825,8 +1825,8 @@ <h2>Constrainable Properties</h2>
<td><dfn id=
"idl-def-VideoResizeModeEnum.user">none</dfn></td>
<td>
<p>This resolution is offered by the camera, its driver, or
the OS.</p>
<p>This resolution and frame rate is offered by the camera,
its driver, or the OS.</p>
<p class="fingerprint">Note: The UA MAY report this value to
disguise concurrent use, but only when the camera is in use
in another browsing context.</p>
Expand All @@ -1837,7 +1837,8 @@ <h2>Constrainable Properties</h2>
"idl-def-VideoResizeModeEnum.right">crop-and-scale</dfn></td>
<td>
<p>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.</p>
</td>
Expand Down

0 comments on commit d9c7ad2

Please sign in to comment.