Liking cljdoc? Tell your friends :D

web.streams.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 applyConstraints() to allow a script to establish 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 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 `applyConstraints()` to allow a script to establish
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 `getConstraints()`.
raw docstring

aspect-ratiocljs

(aspect-ratio this)

Property.

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

`var constraintsObject = { aspectRatio: constraint };

constraintsObject.aspectRatio = constraint;`

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

Property.

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

`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 web.streams.MediaTrackConstraints dictionary's autoGainControl is a web.streams.ConstrainBoolean describing the requested mandatory constraints placed upon the value of the autoGainControl property.

`var constraintsObject = { autoGainControl: constraint };

constraintsObject.autoGainControl = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's autoGainControl
is a `web.streams.ConstrainBoolean` describing the requested
mandatory constraints placed upon the value of the `autoGainControl`
property.

`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 web.streams.MediaTrackConstraints dictionary's channelCount is a web.streams.ConstrainLong describing the requested or constraints placed upon the value of the channelCount constrainable

`var constraintsObject = { channelCount: constraint };

constraintsObject.channelCount = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's channelCount
is a `web.streams.ConstrainLong` describing the requested or
constraints placed upon the value of the `channelCount` constrainable

`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 web.streams.MediaTrackConstraints dictionary's cursor property a web.streams.ConstrainDOMString describing the requested or constraints placed upon the value of the cursor constrainable which is used to specify whether or not the cursor should be in 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 `web.streams.MediaTrackConstraints` dictionary's cursor property
a `web.streams.ConstrainDOMString` describing the requested or
constraints placed upon the value of the `cursor` constrainable
which is used to specify whether or not the cursor should be
in 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 web.streams.MediaTrackConstraints dictionary's deviceId is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the deviceId property.

`var constraintsObject = { deviceId: constraint };

constraintsObject.deviceId = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's deviceId
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `deviceId`
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 web.streams.MediaTrackConstraints dictionary's displaySurface is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the displaySurface property.

`var constraintsObject = { displaySurface: constraint };

constraintsObject.displaySurface = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's displaySurface
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `displaySurface`
property.

`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 web.streams.MediaTrackConstraints dictionary's echoCancellation is a web.streams.ConstrainBoolean describing the requested mandatory constraints placed upon the value of the echoCancellation property.

`var constraintsObject = { echoCancellation: constraint };

constraintsObject.echoCancellation = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's echoCancellation
is a `web.streams.ConstrainBoolean` describing the requested
mandatory constraints placed upon the value of the `echoCancellation`
property.

`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 web.streams.MediaTrackConstraints dictionary's facingMode is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the facingMode property.

`var constraintsObject = { facingMode: constraint };

constraintsObject.facingMode = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's facingMode
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `facingMode`
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 web.streams.MediaTrackConstraints dictionary's frameRate is a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's frameRate
is a `web.rtc.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's groupId is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the groupId property.

`var constraintsObject = { groupId: constraint };

constraintsObject.groupId = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's groupId
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `groupId`
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 web.streams.MediaTrackConstraints dictionary's height property a web.streams.ConstrainLong describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's height property
a `web.streams.ConstrainLong` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's latency is a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's latency
is a `web.rtc.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's logicalSurface is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the logicalSurface property.

`var constraintsObject = { logicalSurface: constraint };

constraintsObject.logicalSurface = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's logicalSurface
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `logicalSurface`
property.

`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 web.streams.MediaTrackConstraints dictionary's noiseSuppression is a web.streams.ConstrainBoolean describing the requested mandatory constraints placed upon the value of the noiseSuppression property.

`var constraintsObject = { noiseSuppression: constraint };

constraintsObject.noiseSuppression = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's noiseSuppression
is a `web.streams.ConstrainBoolean` describing the requested
mandatory constraints placed upon the value of the `noiseSuppression`
property.

`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 web.streams.MediaTrackConstraints dictionary's sampleRate is a web.streams.ConstrainLong describing the requested or constraints placed upon the value of the sampleRate constrainable

`var constraintsObject = { sampleRate: constraint };

constraintsObject.sampleRate = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's sampleRate
is a `web.streams.ConstrainLong` describing the requested or
constraints placed upon the value of the `sampleRate` constrainable

`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 web.streams.MediaTrackConstraints dictionary's sampleSize is a web.streams.ConstrainLong describing the requested or constraints placed upon the value of the sampleSize constrainable

`var constraintsObject = { sampleSize: constraint };

constraintsObject.sampleSize = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's sampleSize
is a `web.streams.ConstrainLong` describing the requested or
constraints placed upon the value of the `sampleSize` constrainable

`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 web.streams.MediaTrackConstraints dictionary's aspectRatio is a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the aspectRatio constrainable property.

`var constraintsObject = { aspectRatio: constraint };

constraintsObject.aspectRatio = constraint;`

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

Property.

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

`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 web.streams.MediaTrackConstraints dictionary's autoGainControl is a web.streams.ConstrainBoolean describing the requested mandatory constraints placed upon the value of the autoGainControl property.

`var constraintsObject = { autoGainControl: constraint };

constraintsObject.autoGainControl = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's autoGainControl
is a `web.streams.ConstrainBoolean` describing the requested
mandatory constraints placed upon the value of the `autoGainControl`
property.

`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 web.streams.MediaTrackConstraints dictionary's channelCount is a web.streams.ConstrainLong describing the requested or constraints placed upon the value of the channelCount constrainable

`var constraintsObject = { channelCount: constraint };

constraintsObject.channelCount = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's channelCount
is a `web.streams.ConstrainLong` describing the requested or
constraints placed upon the value of the `channelCount` constrainable

`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 web.streams.MediaTrackConstraints dictionary's cursor property a web.streams.ConstrainDOMString describing the requested or constraints placed upon the value of the cursor constrainable which is used to specify whether or not the cursor should be in 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 `web.streams.MediaTrackConstraints` dictionary's cursor property
a `web.streams.ConstrainDOMString` describing the requested or
constraints placed upon the value of the `cursor` constrainable
which is used to specify whether or not the cursor should be
in 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 web.streams.MediaTrackConstraints dictionary's deviceId is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the deviceId property.

`var constraintsObject = { deviceId: constraint };

constraintsObject.deviceId = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's deviceId
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `deviceId`
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 web.streams.MediaTrackConstraints dictionary's displaySurface is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the displaySurface property.

`var constraintsObject = { displaySurface: constraint };

constraintsObject.displaySurface = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's displaySurface
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `displaySurface`
property.

`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 web.streams.MediaTrackConstraints dictionary's echoCancellation is a web.streams.ConstrainBoolean describing the requested mandatory constraints placed upon the value of the echoCancellation property.

`var constraintsObject = { echoCancellation: constraint };

constraintsObject.echoCancellation = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's echoCancellation
is a `web.streams.ConstrainBoolean` describing the requested
mandatory constraints placed upon the value of the `echoCancellation`
property.

`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 web.streams.MediaTrackConstraints dictionary's facingMode is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the facingMode property.

`var constraintsObject = { facingMode: constraint };

constraintsObject.facingMode = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's facingMode
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `facingMode`
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 web.streams.MediaTrackConstraints dictionary's frameRate is a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's frameRate
is a `web.rtc.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's groupId is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the groupId property.

`var constraintsObject = { groupId: constraint };

constraintsObject.groupId = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's groupId
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `groupId`
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 web.streams.MediaTrackConstraints dictionary's height property a web.streams.ConstrainLong describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's height property
a `web.streams.ConstrainLong` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's latency is a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's latency
is a `web.rtc.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's logicalSurface is a web.streams.ConstrainDOMString describing the requested mandatory constraints placed upon the value of the logicalSurface property.

`var constraintsObject = { logicalSurface: constraint };

constraintsObject.logicalSurface = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's logicalSurface
is a `web.streams.ConstrainDOMString` describing the requested
mandatory constraints placed upon the value of the `logicalSurface`
property.

`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 web.streams.MediaTrackConstraints dictionary's noiseSuppression is a web.streams.ConstrainBoolean describing the requested mandatory constraints placed upon the value of the noiseSuppression property.

`var constraintsObject = { noiseSuppression: constraint };

constraintsObject.noiseSuppression = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's noiseSuppression
is a `web.streams.ConstrainBoolean` describing the requested
mandatory constraints placed upon the value of the `noiseSuppression`
property.

`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 web.streams.MediaTrackConstraints dictionary's sampleRate is a web.streams.ConstrainLong describing the requested or constraints placed upon the value of the sampleRate constrainable

`var constraintsObject = { sampleRate: constraint };

constraintsObject.sampleRate = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's sampleRate
is a `web.streams.ConstrainLong` describing the requested or
constraints placed upon the value of the `sampleRate` constrainable

`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 web.streams.MediaTrackConstraints dictionary's sampleSize is a web.streams.ConstrainLong describing the requested or constraints placed upon the value of the sampleSize constrainable

`var constraintsObject = { sampleSize: constraint };

constraintsObject.sampleSize = constraint;`

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

Property.

The `web.streams.MediaTrackConstraints` dictionary's sampleSize
is a `web.streams.ConstrainLong` describing the requested or
constraints placed upon the value of the `sampleSize` constrainable

`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 web.streams.MediaTrackConstraints dictionary's volume property a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's volume property
a `web.rtc.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `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-white-balance-mode!cljs

(set-white-balance-mode! this val)

Property.

A String specifying one of "none", "manual", "single-shot", or

Property.

A String specifying one of "none", "manual", "single-shot", or
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

The web.streams.MediaTrackConstraints dictionary's width property a web.streams.ConstrainLong describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's width property
a `web.streams.ConstrainLong` describing the requested or mandatory
placed upon the value of the `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 web.streams.MediaTrackConstraints dictionary's volume property a web.rtc.ConstrainDouble describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's volume property
a `web.rtc.ConstrainDouble` describing the requested or mandatory
placed upon the value of the `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

white-balance-modecljs

(white-balance-mode this)

Property.

A String specifying one of "none", "manual", "single-shot", or

Property.

A String specifying one of "none", "manual", "single-shot", or
sourceraw docstring

widthcljs

(width this)

Property.

The web.streams.MediaTrackConstraints dictionary's width property a web.streams.ConstrainLong describing the requested or mandatory placed upon the value of the 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 `web.streams.MediaTrackConstraints` dictionary's width property
a `web.streams.ConstrainLong` describing the requested or mandatory
placed upon the value of the `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