Liking cljdoc? Tell your friends :D

web.streams.MediaTrackSupportedConstraints

The MediaTrackSupportedConstraints dictionary establishes the of constrainable properties recognized by the user agent or browser its implementation of the web.audio.MediaStreamTrack object. object conforming to MediaTrackSupportedConstraints is returned MediaDevices.getSupportedConstraints().

The MediaTrackSupportedConstraints dictionary establishes the
of constrainable properties recognized by the user agent or browser
its implementation of the `web.audio.MediaStreamTrack` object.
object conforming to MediaTrackSupportedConstraints is returned
`MediaDevices.getSupportedConstraints()`.
raw docstring

aspect-ratiocljs

(aspect-ratio this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the aspectRatio constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

aspectConstraintSupported = supportedConstraintsDictionary.aspectRatio;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/aspectRatio

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the aspectRatio constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`aspectConstraintSupported = supportedConstraintsDictionary.aspectRatio;`

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

auto-gain-controlcljs

(auto-gain-control this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the autoGainControl constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

autoGainSupported = supportedConstraintsDictionary.autoGainControl;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/autoGainControl

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the autoGainControl constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`autoGainSupported = supportedConstraintsDictionary.autoGainControl;`

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

channel-countcljs

(channel-count this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the channelCount constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

channelCountConstraintSupported = supportedConstraintsDictionary.channelCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/channelCount

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the channelCount constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`channelCountConstraintSupported = supportedConstraintsDictionary.channelCount;`

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

cursorcljs

(cursor this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property indicates whether or not the cursor constraint is by the user agent and the device on which the content is being

isCursorSupported = supportedConstraints.cursor;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/cursor

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property indicates whether or not the `cursor` constraint is
by the user agent and the device on which the content is being

`isCursorSupported = supportedConstraints.cursor;`

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

device-idcljs

(device-id this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the deviceId constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

deviceIdConstraintSupported = supportedConstraintsDictionary.deviceId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/deviceId

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the deviceId constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`deviceIdConstraintSupported = supportedConstraintsDictionary.deviceId;`

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

display-surfacecljs

(display-surface this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property indicates whether or not the displaySurface constraint supported by the user agent and the device on which the content being used.

isDisplaySurfaceSupported = supportedConstraints.displaySurface;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/displaySurface

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property indicates whether or not the `displaySurface` constraint
supported by the user agent and the device on which the content
being used.

`isDisplaySurfaceSupported = supportedConstraints.displaySurface;`

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

echo-cancellationcljs

(echo-cancellation this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the echoCancellation constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

echoCancellationConstraintSupported = supportedConstraintsDictionary.echoCancellation;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/echoCancellation

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the echoCancellation constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`echoCancellationConstraintSupported = supportedConstraintsDictionary.echoCancellation;`

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

facing-modecljs

(facing-mode this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the facingMode constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

facingModeConstraintSupported = supportedConstraintsDictionary.facingMode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/facingMode

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the facingMode constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`facingModeConstraintSupported = supportedConstraintsDictionary.facingMode;`

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

frame-ratecljs

(frame-rate this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the frameRate constraint.

frameRateConstraintSupported = supportedConstraintsDictionary.frameRate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/frameRate

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the `frameRate` constraint.

`frameRateConstraintSupported = supportedConstraintsDictionary.frameRate;`

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

group-idcljs

(group-id this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the groupId constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

groupIdConstraintSupported = supportedConstraintsDictionary.groupId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/groupId

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the groupId constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`groupIdConstraintSupported = supportedConstraintsDictionary.groupId;`

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

heightcljs

(height this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the height constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

heightConstraintSupported = supportedConstraintsDictionary.height;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/height

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the height constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`heightConstraintSupported = supportedConstraintsDictionary.height;`

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

latencycljs

(latency this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the latency constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

latencyConstraintSupported = supportedConstraintsDictionary.latency;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/latency

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the latency constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`latencyConstraintSupported = supportedConstraintsDictionary.latency;`

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

noise-suppressioncljs

(noise-suppression this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the noiseSuppression constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

noiseSuppressionSupported = supportedConstraintsDictionary.noiseSuppression;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/noiseSuppression

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the noiseSuppression constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`noiseSuppressionSupported = supportedConstraintsDictionary.noiseSuppression;`

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

sample-ratecljs

(sample-rate this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the sampleRate constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

sampleRateConstraintSupported = supportedConstraintsDictionary.sampleRate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/sampleRate

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the sampleRate constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`sampleRateConstraintSupported = supportedConstraintsDictionary.sampleRate;`

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

sample-sizecljs

(sample-size this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the sampleSize constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

sampleSizeConstraintSupported = supportedConstraintsDictionary.sampleSize;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/sampleSize

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the sampleSize constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`sampleSizeConstraintSupported = supportedConstraintsDictionary.sampleSize;`

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

set-aspect-ratio!cljs

(set-aspect-ratio! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the aspectRatio constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

aspectConstraintSupported = supportedConstraintsDictionary.aspectRatio;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/aspectRatio

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the aspectRatio constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`aspectConstraintSupported = supportedConstraintsDictionary.aspectRatio;`

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

set-auto-gain-control!cljs

(set-auto-gain-control! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the autoGainControl constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

autoGainSupported = supportedConstraintsDictionary.autoGainControl;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/autoGainControl

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the autoGainControl constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`autoGainSupported = supportedConstraintsDictionary.autoGainControl;`

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

set-channel-count!cljs

(set-channel-count! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the channelCount constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

channelCountConstraintSupported = supportedConstraintsDictionary.channelCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/channelCount

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the channelCount constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`channelCountConstraintSupported = supportedConstraintsDictionary.channelCount;`

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

set-cursor!cljs

(set-cursor! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property indicates whether or not the cursor constraint is by the user agent and the device on which the content is being

isCursorSupported = supportedConstraints.cursor;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/cursor

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property indicates whether or not the `cursor` constraint is
by the user agent and the device on which the content is being

`isCursorSupported = supportedConstraints.cursor;`

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

set-device-id!cljs

(set-device-id! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the deviceId constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

deviceIdConstraintSupported = supportedConstraintsDictionary.deviceId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/deviceId

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the deviceId constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`deviceIdConstraintSupported = supportedConstraintsDictionary.deviceId;`

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

set-display-surface!cljs

(set-display-surface! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property indicates whether or not the displaySurface constraint supported by the user agent and the device on which the content being used.

isDisplaySurfaceSupported = supportedConstraints.displaySurface;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/displaySurface

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property indicates whether or not the `displaySurface` constraint
supported by the user agent and the device on which the content
being used.

`isDisplaySurfaceSupported = supportedConstraints.displaySurface;`

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

set-echo-cancellation!cljs

(set-echo-cancellation! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the echoCancellation constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

echoCancellationConstraintSupported = supportedConstraintsDictionary.echoCancellation;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/echoCancellation

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the echoCancellation constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`echoCancellationConstraintSupported = supportedConstraintsDictionary.echoCancellation;`

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

set-facing-mode!cljs

(set-facing-mode! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the facingMode constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

facingModeConstraintSupported = supportedConstraintsDictionary.facingMode;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/facingMode

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the facingMode constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`facingModeConstraintSupported = supportedConstraintsDictionary.facingMode;`

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

set-frame-rate!cljs

(set-frame-rate! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the frameRate constraint.

frameRateConstraintSupported = supportedConstraintsDictionary.frameRate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/frameRate

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the `frameRate` constraint.

`frameRateConstraintSupported = supportedConstraintsDictionary.frameRate;`

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

set-group-id!cljs

(set-group-id! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the groupId constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

groupIdConstraintSupported = supportedConstraintsDictionary.groupId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/groupId

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the groupId constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`groupIdConstraintSupported = supportedConstraintsDictionary.groupId;`

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

set-height!cljs

(set-height! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the height constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

heightConstraintSupported = supportedConstraintsDictionary.height;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/height

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the height constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`heightConstraintSupported = supportedConstraintsDictionary.height;`

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

set-latency!cljs

(set-latency! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the latency constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

latencyConstraintSupported = supportedConstraintsDictionary.latency;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/latency

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the latency constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`latencyConstraintSupported = supportedConstraintsDictionary.latency;`

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

set-noise-suppression!cljs

(set-noise-suppression! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the noiseSuppression constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

noiseSuppressionSupported = supportedConstraintsDictionary.noiseSuppression;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/noiseSuppression

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the noiseSuppression constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`noiseSuppressionSupported = supportedConstraintsDictionary.noiseSuppression;`

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

set-sample-rate!cljs

(set-sample-rate! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the sampleRate constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

sampleRateConstraintSupported = supportedConstraintsDictionary.sampleRate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/sampleRate

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the sampleRate constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`sampleRateConstraintSupported = supportedConstraintsDictionary.sampleRate;`

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

set-sample-size!cljs

(set-sample-size! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the sampleSize constraint. the constraint isn't supported, it's not included in the list, this value will never be false.

sampleSizeConstraintSupported = supportedConstraintsDictionary.sampleSize;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/sampleSize

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the sampleSize constraint.
the constraint isn't supported, it's not included in the list,
this value will never be false.

`sampleSizeConstraintSupported = supportedConstraintsDictionary.sampleSize;`

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

set-volume!cljs

(set-volume! this val)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the volume constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

volumeConstraintSupported = supportedConstraintsDictionary.volume;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/volume

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the volume constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`volumeConstraintSupported = supportedConstraintsDictionary.volume;`

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

volumecljs

(volume this)

Property.

The web.streams.MediaTrackSupportedConstraints dictionary's property is a read-only Boolean value which is present (and set true) in the object returned by MediaDevices.getSupportedConstraints() and only if the user agent supports the volume constraint. If constraint isn't supported, it's not included in the list, so value will never be false.

volumeConstraintSupported = supportedConstraintsDictionary.volume;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/volume

Property.

The `web.streams.MediaTrackSupportedConstraints` dictionary's
property is a read-only Boolean value which is present (and set
true) in the object returned by `MediaDevices.getSupportedConstraints()`
and only if the user agent supports the volume constraint. If
constraint isn't supported, it's not included in the list, so
value will never be false.

`volumeConstraintSupported = supportedConstraintsDictionary.volume;`

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

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

× close