Skip to content

Commit

Permalink
Clarify getSettings() are target values.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Mar 8, 2018
1 parent 8c4a0d7 commit 43e9a6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -4100,8 +4100,9 @@ <h2>Methods</h2>
<p>The <dfn>getSettings()</dfn> method returns the current
settings of all the constrainable properties of the object,
whether they are platform defaults or have been set by the
<a>applyConstraints algorithm</a>. Note that the actual setting
of a property MUST be a single value.</p>
<a>applyConstraints algorithm</a>. Note that a setting is a target
value that complies with constraints, and therefore may differ
from measured performance at times, due to hardware delay.</p>
</dd>
<dt><code>applyConstraints</code></dt>
<dd>
Expand Down

0 comments on commit 43e9a6c

Please sign in to comment.