The MediaSettingsRange interface of the the MediaStream Image
API provides the possible range and value size of PhotoCapabilities.imageHeight
PhotoCapabilities.imageWidth
. A web.media.PhotoCapabilities
can be retrieved by calling ImageCapture.PhotoCapabilities()
.
The MediaSettingsRange interface of the the MediaStream Image API provides the possible range and value size of `PhotoCapabilities.imageHeight` `PhotoCapabilities.imageWidth`. A `web.media.PhotoCapabilities` can be retrieved by calling `ImageCapture.PhotoCapabilities()`.
(max this)
Property.
[Read Only] [Experimental]
The max read-only property of the web.media.MediaSettingsRange
returns the maximum value of the settings range.
var max = mediaSettingsRange.max
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaSettingsRange/max
Property. [Read Only] [Experimental] The max read-only property of the `web.media.MediaSettingsRange` returns the maximum value of the settings range. `var max = mediaSettingsRange.max` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaSettingsRange/max`
(min this)
Property.
[Read Only] [Experimental]
The min read-only property of the web.media.MediaSettingsRange
returns the minimum value of the settings range.
var min = mediaSettingsRange.min
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaSettingsRange/min
Property. [Read Only] [Experimental] The min read-only property of the `web.media.MediaSettingsRange` returns the minimum value of the settings range. `var min = mediaSettingsRange.min` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaSettingsRange/min`
(step this)
Property.
[Read Only] [Experimental]
The step read-only property of the web.media.MediaSettingsRange
returns the minimum difference between consecutive values of
settings range.
var step = mediaSettingsRange.step
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaSettingsRange/step
Property. [Read Only] [Experimental] The step read-only property of the `web.media.MediaSettingsRange` returns the minimum difference between consecutive values of settings range. `var step = mediaSettingsRange.step` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaSettingsRange/step`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close