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()`.
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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
(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`
(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`
(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
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close