Liking cljdoc? Tell your friends :D

media.MediaTrackConstraints

The MediaTrackConstraints dictionary is used to describe a set capabilities and the value or values each can take on. A constraints is passed into web.applyConstraints() to allow a script to a set of exact (required) values or ranges and/or preferred values ranges of values for the track, and the most recently-requested of custom constraints can be retrieved by calling web.getConstraints().

The MediaTrackConstraints dictionary is used to describe a set
capabilities and the value or values each can take on. A constraints
is passed into `web.applyConstraints()` to allow a script to
a set of exact (required) values or ranges and/or preferred values
ranges of values for the track, and the most recently-requested
of custom constraints can be retrieved by calling `web.getConstraints()`.
raw docstring

aspect-ratiocljs

(aspect-ratio this)

Property.

The media.MediaTrackConstraints dictionary's aspectRatio property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.aspectRatio constrainable

`var constraintsObject = { aspectRatio: constraint };

constraintsObject.aspectRatio = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's aspectRatio property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.aspectRatio` constrainable

`var constraintsObject = { aspectRatio: constraint };

constraintsObject.aspectRatio = constraint;`

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

auto-gain-controlcljs

(auto-gain-control this)

Property.

The media.MediaTrackConstraints dictionary's autoGainControl is a web.ConstrainBoolean describing the requested or mandatory placed upon the value of the web.autoGainControl constrainable

`var constraintsObject = { autoGainControl: constraint };

constraintsObject.autoGainControl = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's autoGainControl
is a `web.ConstrainBoolean` describing the requested or mandatory
placed upon the value of the `web.autoGainControl` constrainable

`var constraintsObject = { autoGainControl: constraint };

constraintsObject.autoGainControl = constraint;`

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

channel-countcljs

(channel-count this)

Property.

The media.MediaTrackConstraints dictionary's channelCount property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.channelCount constrainable property.

`var constraintsObject = { channelCount: constraint };

constraintsObject.channelCount = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's channelCount property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.channelCount` constrainable property.

`var constraintsObject = { channelCount: constraint };

constraintsObject.channelCount = constraint;`

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

cursorcljs

(cursor this)

Property.

The media.MediaTrackConstraints dictionary's cursor property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.cursor constrainable property, is used to specify whether or not the cursor should be included the captured video.

`var constraintsObject = { cursor: constraint };

constraintsObject.cursor = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's cursor property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.cursor` constrainable property,
is used to specify whether or not the cursor should be included
the captured video.

`var constraintsObject = { cursor: constraint };

constraintsObject.cursor = constraint;`

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

device-idcljs

(device-id this)

Property.

The media.MediaTrackConstraints dictionary's deviceId property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.deviceId constrainable property.

`var constraintsObject = { deviceId: constraint };

constraintsObject.deviceId = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's deviceId property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.deviceId` constrainable property.

`var constraintsObject = { deviceId: constraint };

constraintsObject.deviceId = constraint;`

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

display-surfacecljs

(display-surface this)

Property.

The media.MediaTrackConstraints dictionary's displaySurface is a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.displaySurface constrainable

`var constraintsObject = { displaySurface: constraint };

constraintsObject.displaySurface = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's displaySurface
is a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.displaySurface` constrainable

`var constraintsObject = { displaySurface: constraint };

constraintsObject.displaySurface = constraint;`

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

echo-cancellationcljs

(echo-cancellation this)

Property.

The media.MediaTrackConstraints dictionary's echoCancellation is a web.ConstrainBoolean describing the requested or mandatory placed upon the value of the web.echoCancellation constrainable

`var constraintsObject = { echoCancellation: constraint };

constraintsObject.echoCancellation = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's echoCancellation
is a `web.ConstrainBoolean` describing the requested or mandatory
placed upon the value of the `web.echoCancellation` constrainable

`var constraintsObject = { echoCancellation: constraint };

constraintsObject.echoCancellation = constraint;`

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

facing-modecljs

(facing-mode this)

Property.

The media.MediaTrackConstraints dictionary's facingMode property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.facingMode constrainable property.

`var constraintsObject = { facingMode: constraint };

constraintsObject.facingMode = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's facingMode property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.facingMode` constrainable property.

`var constraintsObject = { facingMode: constraint };

constraintsObject.facingMode = constraint;`

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

frame-ratecljs

(frame-rate this)

Property.

The media.MediaTrackConstraints dictionary's frameRate property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.frameRate constrainable property.

`var constraintsObject = { frameRate: constraint };

constraintsObject.frameRate = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's frameRate property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.frameRate` constrainable property.

`var constraintsObject = { frameRate: constraint };

constraintsObject.frameRate = constraint;`

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

group-idcljs

(group-id this)

Property.

The media.MediaTrackConstraints dictionary's groupId property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.groupId constrainable property.

`var constraintsObject = { groupId: constraint };

constraintsObject.groupId = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's groupId property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.groupId` constrainable property.

`var constraintsObject = { groupId: constraint };

constraintsObject.groupId = constraint;`

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

heightcljs

(height this)

Property.

The media.MediaTrackConstraints dictionary's height property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.height constrainable property.

`var constraintsObject = { height: constraint };

constraintsObject.height = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's height property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.height` constrainable property.

`var constraintsObject = { height: constraint };

constraintsObject.height = constraint;`

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

latencycljs

(latency this)

Property.

The media.MediaTrackConstraints dictionary's latency property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.latency constrainable property.

`var constraintsObject = { latency: constraint };

constraintsObject.latency = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's latency property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.latency` constrainable property.

`var constraintsObject = { latency: constraint };

constraintsObject.latency = constraint;`

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

logical-surfacecljs

(logical-surface this)

Property.

The media.MediaTrackConstraints dictionary's logicalSurface is a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.logicalSurface constrainable

`var constraintsObject = { logicalSurface: constraint };

constraintsObject.logicalSurface = constraint;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints/logicalSurface

Property.

The `media.MediaTrackConstraints` dictionary's logicalSurface
is a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.logicalSurface` constrainable

`var constraintsObject = { logicalSurface: constraint };

constraintsObject.logicalSurface = constraint;`

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

noise-suppressioncljs

(noise-suppression this)

Property.

The media.MediaTrackConstraints dictionary's noiseSuppression is a web.ConstrainBoolean describing the requested or mandatory placed upon the value of the web.noiseSuppression constrainable

`var constraintsObject = { noiseSuppression: constraint };

constraintsObject.noiseSuppression = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's noiseSuppression
is a `web.ConstrainBoolean` describing the requested or mandatory
placed upon the value of the `web.noiseSuppression` constrainable

`var constraintsObject = { noiseSuppression: constraint };

constraintsObject.noiseSuppression = constraint;`

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

sample-ratecljs

(sample-rate this)

Property.

The media.MediaTrackConstraints dictionary's sampleRate property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.sampleRate constrainable property.

`var constraintsObject = { sampleRate: constraint };

constraintsObject.sampleRate = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's sampleRate property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.sampleRate` constrainable property.

`var constraintsObject = { sampleRate: constraint };

constraintsObject.sampleRate = constraint;`

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

sample-sizecljs

(sample-size this)

Property.

The media.MediaTrackConstraints dictionary's sampleSize property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.sampleSize constrainable property.

`var constraintsObject = { sampleSize: constraint };

constraintsObject.sampleSize = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's sampleSize property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.sampleSize` constrainable property.

`var constraintsObject = { sampleSize: constraint };

constraintsObject.sampleSize = constraint;`

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

set-aspect-ratio!cljs

(set-aspect-ratio! this val)

Property.

The media.MediaTrackConstraints dictionary's aspectRatio property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.aspectRatio constrainable

`var constraintsObject = { aspectRatio: constraint };

constraintsObject.aspectRatio = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's aspectRatio property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.aspectRatio` constrainable

`var constraintsObject = { aspectRatio: constraint };

constraintsObject.aspectRatio = constraint;`

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

set-auto-gain-control!cljs

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

Property.

The media.MediaTrackConstraints dictionary's autoGainControl is a web.ConstrainBoolean describing the requested or mandatory placed upon the value of the web.autoGainControl constrainable

`var constraintsObject = { autoGainControl: constraint };

constraintsObject.autoGainControl = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's autoGainControl
is a `web.ConstrainBoolean` describing the requested or mandatory
placed upon the value of the `web.autoGainControl` constrainable

`var constraintsObject = { autoGainControl: constraint };

constraintsObject.autoGainControl = constraint;`

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

set-channel-count!cljs

(set-channel-count! this val)

Property.

The media.MediaTrackConstraints dictionary's channelCount property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.channelCount constrainable property.

`var constraintsObject = { channelCount: constraint };

constraintsObject.channelCount = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's channelCount property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.channelCount` constrainable property.

`var constraintsObject = { channelCount: constraint };

constraintsObject.channelCount = constraint;`

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

set-cursor!cljs

(set-cursor! this val)

Property.

The media.MediaTrackConstraints dictionary's cursor property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.cursor constrainable property, is used to specify whether or not the cursor should be included the captured video.

`var constraintsObject = { cursor: constraint };

constraintsObject.cursor = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's cursor property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.cursor` constrainable property,
is used to specify whether or not the cursor should be included
the captured video.

`var constraintsObject = { cursor: constraint };

constraintsObject.cursor = constraint;`

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

set-device-id!cljs

(set-device-id! this val)

Property.

The media.MediaTrackConstraints dictionary's deviceId property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.deviceId constrainable property.

`var constraintsObject = { deviceId: constraint };

constraintsObject.deviceId = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's deviceId property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.deviceId` constrainable property.

`var constraintsObject = { deviceId: constraint };

constraintsObject.deviceId = constraint;`

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

set-display-surface!cljs

(set-display-surface! this val)

Property.

The media.MediaTrackConstraints dictionary's displaySurface is a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.displaySurface constrainable

`var constraintsObject = { displaySurface: constraint };

constraintsObject.displaySurface = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's displaySurface
is a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.displaySurface` constrainable

`var constraintsObject = { displaySurface: constraint };

constraintsObject.displaySurface = constraint;`

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

set-echo-cancellation!cljs

(set-echo-cancellation! this val)

Property.

The media.MediaTrackConstraints dictionary's echoCancellation is a web.ConstrainBoolean describing the requested or mandatory placed upon the value of the web.echoCancellation constrainable

`var constraintsObject = { echoCancellation: constraint };

constraintsObject.echoCancellation = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's echoCancellation
is a `web.ConstrainBoolean` describing the requested or mandatory
placed upon the value of the `web.echoCancellation` constrainable

`var constraintsObject = { echoCancellation: constraint };

constraintsObject.echoCancellation = constraint;`

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

set-facing-mode!cljs

(set-facing-mode! this val)

Property.

The media.MediaTrackConstraints dictionary's facingMode property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.facingMode constrainable property.

`var constraintsObject = { facingMode: constraint };

constraintsObject.facingMode = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's facingMode property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.facingMode` constrainable property.

`var constraintsObject = { facingMode: constraint };

constraintsObject.facingMode = constraint;`

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

set-frame-rate!cljs

(set-frame-rate! this val)

Property.

The media.MediaTrackConstraints dictionary's frameRate property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.frameRate constrainable property.

`var constraintsObject = { frameRate: constraint };

constraintsObject.frameRate = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's frameRate property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.frameRate` constrainable property.

`var constraintsObject = { frameRate: constraint };

constraintsObject.frameRate = constraint;`

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

set-group-id!cljs

(set-group-id! this val)

Property.

The media.MediaTrackConstraints dictionary's groupId property a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.groupId constrainable property.

`var constraintsObject = { groupId: constraint };

constraintsObject.groupId = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's groupId property
a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.groupId` constrainable property.

`var constraintsObject = { groupId: constraint };

constraintsObject.groupId = constraint;`

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

set-height!cljs

(set-height! this val)

Property.

The media.MediaTrackConstraints dictionary's height property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.height constrainable property.

`var constraintsObject = { height: constraint };

constraintsObject.height = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's height property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.height` constrainable property.

`var constraintsObject = { height: constraint };

constraintsObject.height = constraint;`

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

set-latency!cljs

(set-latency! this val)

Property.

The media.MediaTrackConstraints dictionary's latency property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.latency constrainable property.

`var constraintsObject = { latency: constraint };

constraintsObject.latency = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's latency property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.latency` constrainable property.

`var constraintsObject = { latency: constraint };

constraintsObject.latency = constraint;`

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

set-logical-surface!cljs

(set-logical-surface! this val)

Property.

The media.MediaTrackConstraints dictionary's logicalSurface is a web.ConstrainDOMString describing the requested or mandatory placed upon the value of the web.logicalSurface constrainable

`var constraintsObject = { logicalSurface: constraint };

constraintsObject.logicalSurface = constraint;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints/logicalSurface

Property.

The `media.MediaTrackConstraints` dictionary's logicalSurface
is a `web.ConstrainDOMString` describing the requested or mandatory
placed upon the value of the `web.logicalSurface` constrainable

`var constraintsObject = { logicalSurface: constraint };

constraintsObject.logicalSurface = constraint;`

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

set-noise-suppression!cljs

(set-noise-suppression! this val)

Property.

The media.MediaTrackConstraints dictionary's noiseSuppression is a web.ConstrainBoolean describing the requested or mandatory placed upon the value of the web.noiseSuppression constrainable

`var constraintsObject = { noiseSuppression: constraint };

constraintsObject.noiseSuppression = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's noiseSuppression
is a `web.ConstrainBoolean` describing the requested or mandatory
placed upon the value of the `web.noiseSuppression` constrainable

`var constraintsObject = { noiseSuppression: constraint };

constraintsObject.noiseSuppression = constraint;`

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

set-sample-rate!cljs

(set-sample-rate! this val)

Property.

The media.MediaTrackConstraints dictionary's sampleRate property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.sampleRate constrainable property.

`var constraintsObject = { sampleRate: constraint };

constraintsObject.sampleRate = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's sampleRate property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.sampleRate` constrainable property.

`var constraintsObject = { sampleRate: constraint };

constraintsObject.sampleRate = constraint;`

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

set-sample-size!cljs

(set-sample-size! this val)

Property.

The media.MediaTrackConstraints dictionary's sampleSize property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.sampleSize constrainable property.

`var constraintsObject = { sampleSize: constraint };

constraintsObject.sampleSize = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's sampleSize property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.sampleSize` constrainable property.

`var constraintsObject = { sampleSize: constraint };

constraintsObject.sampleSize = constraint;`

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

set-volume!cljs

(set-volume! this val)

Property.

The media.MediaTrackConstraints dictionary's volume property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.volume constrainable property.

`var constraintsObject = { volume: constraint };

constraintsObject.volume = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's volume property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.volume` constrainable property.

`var constraintsObject = { volume: constraint };

constraintsObject.volume = constraint;`

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

set-width!cljs

(set-width! this val)

Property.

The media.MediaTrackConstraints dictionary's width property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.width constrainable property.

`var constraintsObject = { width: constraint };

constraintsObject.width = constraint;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints/width

Property.

The `media.MediaTrackConstraints` dictionary's width property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.width` constrainable property.

`var constraintsObject = { width: constraint };

constraintsObject.width = constraint;`

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

volumecljs

(volume this)

Property.

The media.MediaTrackConstraints dictionary's volume property a web.ConstrainDouble describing the requested or mandatory placed upon the value of the web.volume constrainable property.

`var constraintsObject = { volume: constraint };

constraintsObject.volume = constraint;`

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

Property.

The `media.MediaTrackConstraints` dictionary's volume property
a `web.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `web.volume` constrainable property.

`var constraintsObject = { volume: constraint };

constraintsObject.volume = constraint;`

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

widthcljs

(width this)

Property.

The media.MediaTrackConstraints dictionary's width property a web.ConstrainLong describing the requested or mandatory constraints upon the value of the web.width constrainable property.

`var constraintsObject = { width: constraint };

constraintsObject.width = constraint;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints/width

Property.

The `media.MediaTrackConstraints` dictionary's width property
a `web.ConstrainLong` describing the requested or mandatory constraints
upon the value of the `web.width` constrainable property.

`var constraintsObject = { width: constraint };

constraintsObject.width = constraint;`

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

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

× close