Liking cljdoc? Tell your friends :D

web.media.PhotoCapabilities

The PhotoCapabilities interface of the the MediaStream Image API provides available configuration options for an attached device. A PhotoCapabilities object is retrieved by calling ImageCapture.getPhotoCapabilities().

The PhotoCapabilities interface of the the MediaStream Image
API provides available configuration options for an attached
device. A PhotoCapabilities object is retrieved by calling `ImageCapture.getPhotoCapabilities()`.
raw docstring

fill-light-modecljs

(fill-light-mode this)

Property.

[Read Only] [Experimental]

The fillLightMode read-only property of the web.media.PhotoCapabilities returns an array of available fill light options. Options may auto, off, or flash.

var lightModes[] = photoCapabilities.fillLightMode

See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/fillLightMode

Property.

[Read Only]
[Experimental]

The fillLightMode read-only property of the `web.media.PhotoCapabilities`
returns an array of available fill light options. Options may
auto, off, or flash.

`var lightModes[] = photoCapabilities.fillLightMode`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/fillLightMode`
sourceraw docstring

image-heightcljs

(image-height this)

Property.

[Read Only] [Experimental]

The imageHeight read-only property of the web.media.PhotoCapabilities returns a web.media.MediaSettingsRange object indicating the height range supported by the user agent.

var mediaSettingsRange = photoCapabilities.imageHeight

See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageHeight

Property.

[Read Only]
[Experimental]

The imageHeight read-only property of the `web.media.PhotoCapabilities`
returns a `web.media.MediaSettingsRange` object indicating the
height range supported by the user agent.

`var mediaSettingsRange = photoCapabilities.imageHeight`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageHeight`
sourceraw docstring

image-widthcljs

(image-width this)

Property.

[Read Only] [Experimental]

The imageWidth read-only property of the web.media.PhotoCapabilities returns a web.media.MediaSettingsRange object indicating the width range supported by the user agent.

var mediaSettingsRange = photoCapabilities.imageWidth

See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageWidth

Property.

[Read Only]
[Experimental]

The imageWidth read-only property of the `web.media.PhotoCapabilities`
returns a `web.media.MediaSettingsRange` object indicating the
width range supported by the user agent.

`var mediaSettingsRange = photoCapabilities.imageWidth`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/imageWidth`
sourceraw docstring

red-eye-reductioncljs

(red-eye-reduction this)

Property.

[Read Only] [Experimental]

The redEyeReduction read-only property of the web.media.PhotoCapabilities returns a RedEyeReduction object indicating the red-eye reduction of the source.

var redEyeReduction = photoCapabilities.redEyeReduction

See also: https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/redEyeReduction

Property.

[Read Only]
[Experimental]

The redEyeReduction read-only property of the `web.media.PhotoCapabilities`
returns a `RedEyeReduction` object indicating the red-eye reduction
of the source.

`var redEyeReduction = photoCapabilities.redEyeReduction`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PhotoCapabilities/redEyeReduction`
sourceraw docstring

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

× close