Liking cljdoc? Tell your friends :D
ClojureScript only.

web.media.MediaSettingsRange

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()`.
raw docstring

maxcljs

(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`
sourceraw docstring

mincljs

(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`
sourceraw docstring

stepcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close