Liking cljdoc? Tell your friends :D

web.video.MediaTrackSettings

The MediaTrackSettings dictionary is used to return the current configured for each of a web.video.MediaStreamTrack's settings. values will adhere as closely as possible to any constraints described using a web.streams.MediaTrackConstraints object set using applyConstraints(), and will adhere to the default for any properties whose constraints haven't been changed, or customized constraints couldn't be matched.

The MediaTrackSettings dictionary is used to return the current
configured for each of a `web.video.MediaStreamTrack`'s settings.
values will adhere as closely as possible to any constraints
described using a `web.streams.MediaTrackConstraints` object
set using `applyConstraints()`, and will adhere to the default
for any properties whose constraints haven't been changed, or
customized constraints couldn't be matched.
raw docstring

aspect-ratiocljs

(aspect-ratio this)

Property.

The web.video.MediaTrackSettings dictionary's aspectRatio property a double-precision floating-point number indicating the aspect of the web.video.MediaStreamTrack as currently configured. lets you determine what value was selected to comply with your constraints for this property's value as described in the MediaTrackConstraints.aspectRatio you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var aspectRatio = MediaTrackSettings.aspectRatio;

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

Property.

The `web.video.MediaTrackSettings` dictionary's aspectRatio property
a double-precision floating-point number indicating the aspect
of the `web.video.MediaStreamTrack` as currently configured.
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `MediaTrackConstraints.aspectRatio`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var aspectRatio = MediaTrackSettings.aspectRatio;`

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

auto-gain-controlcljs

(auto-gain-control this)

Property.

The web.video.MediaTrackSettings dictionary's autoGainControl is a Boolean value whose value indicates whether or not automatic control (AGC) is enabled on an audio track. This lets you determine value was selected to comply with your specified constraints this property's value as described in the MediaTrackConstraints.autoGainControl you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var autoGainControl = MediaTrackSettings.autoGainControl;

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

Property.

The `web.video.MediaTrackSettings` dictionary's autoGainControl
is a Boolean value whose value indicates whether or not automatic
control (AGC) is enabled on an audio track. This lets you determine
value was selected to comply with your specified constraints
this property's value as described in the `MediaTrackConstraints.autoGainControl`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var autoGainControl = MediaTrackSettings.autoGainControl;`

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

channel-countcljs

(channel-count this)

Property.

The web.video.MediaTrackSettings dictionary's channelCount is an integer indicating how many audio channel the web.video.MediaStreamTrack currently configured to have. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.channelCount property provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var channelCount = MediaTrackSettings.channelCount;

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

Property.

The `web.video.MediaTrackSettings` dictionary's channelCount
is an integer indicating how many audio channel the `web.video.MediaStreamTrack`
currently configured to have. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.channelCount` property
provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var channelCount = MediaTrackSettings.channelCount;`

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

cursorcljs

(cursor this)

Property.

The web.video.MediaTrackSettings dictionary's cursor property whether or not the cursor should be captured as part of the video included in the web.streams.MediaStream returned by getDisplayMedia().

cursorSetting = mediaTrackSettings.cursor;

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

Property.

The `web.video.MediaTrackSettings` dictionary's cursor property
whether or not the cursor should be captured as part of the video
included in the `web.streams.MediaStream` returned by `getDisplayMedia()`.

`cursorSetting = mediaTrackSettings.cursor;`

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

device-idcljs

(device-id this)

Property.

The web.video.MediaTrackSettings dictionary's deviceId property a web.DOMString which uniquely identifies the source for the web.video.MediaStreamTrack for the origin corresponding to browsing session. This lets you determine what value was selected comply with your specified constraints for this property's value described in the MediaTrackConstraints.deviceId property you when calling either getUserMedia().

var deviceId = MediaTrackSettings.deviceId;

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

Property.

The `web.video.MediaTrackSettings` dictionary's deviceId property
a `web.DOMString` which uniquely identifies the source for the
`web.video.MediaStreamTrack` for the origin corresponding to
browsing session. This lets you determine what value was selected
comply with your specified constraints for this property's value
described in the `MediaTrackConstraints.deviceId` property you
when calling either `getUserMedia()`.

`var deviceId = MediaTrackSettings.deviceId;`

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

display-surfacecljs

(display-surface this)

Property.

The web.video.MediaTrackSettings dictionary's displaySurface indicates the type of display surface being captured.

displaySurface = mediaTrackSettings.displaySurface;

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

Property.

The `web.video.MediaTrackSettings` dictionary's displaySurface
indicates the type of display surface being captured.

`displaySurface = mediaTrackSettings.displaySurface;`

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

echo-cancellationcljs

(echo-cancellation this)

Property.

The web.video.MediaTrackSettings dictionary's echoCancellation is a Boolean value whose value indicates whether or not echo is enabled on an audio track. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.echoCancellation you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var echoCancellation = MediaTrackSettings.echoCancellation;

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

Property.

The `web.video.MediaTrackSettings` dictionary's echoCancellation
is a Boolean value whose value indicates whether or not echo
is enabled on an audio track. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.echoCancellation`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var echoCancellation = MediaTrackSettings.echoCancellation;`

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

facing-modecljs

(facing-mode this)

Property.

The web.video.MediaTrackSettings dictionary's facingMode property a web.DOMString indicating the direction in which the camera the video track represented by the web.video.MediaStreamTrack currently facing. This lets you determine what value was selected comply with your specified constraints for this property's value described in the MediaTrackConstraints.facingMode property provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var facingMode = MediaTrackSettings.facingMode;

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

Property.

The `web.video.MediaTrackSettings` dictionary's facingMode property
a `web.DOMString` indicating the direction in which the camera
the video track represented by the `web.video.MediaStreamTrack`
currently facing. This lets you determine what value was selected
comply with your specified constraints for this property's value
described in the `MediaTrackConstraints.facingMode` property
provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var facingMode = MediaTrackSettings.facingMode;`

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

frame-ratecljs

(frame-rate this)

Property.

The web.video.MediaTrackSettings dictionary's frameRate property a double-precision floating-point number indicating the frame in frames per second, of the web.video.MediaStreamTrack as configured. This lets you determine what value was selected to with your specified constraints for this property's value as in the MediaTrackConstraints.frameRate property you provided calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var frameRate = MediaTrackSettings.frameRate;

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

Property.

The `web.video.MediaTrackSettings` dictionary's frameRate property
a double-precision floating-point number indicating the frame
in frames per second, of the `web.video.MediaStreamTrack` as
configured. This lets you determine what value was selected to
with your specified constraints for this property's value as
in the `MediaTrackConstraints.frameRate` property you provided
calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var frameRate = MediaTrackSettings.frameRate;`

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

group-idcljs

(group-id this)

Property.

The web.video.MediaTrackSettings dictionary's groupId property a browsing-session unique web.DOMString which identifies the of devices which includes the source for the web.video.MediaStreamTrack. lets you determine what value was selected to comply with your constraints for this property's value as described in the MediaTrackConstraints.groupId you provided when calling either getUserMedia().

var groupId = MediaTrackSettings.groupId;

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

Property.

The `web.video.MediaTrackSettings` dictionary's groupId property
a browsing-session unique `web.DOMString` which identifies the
of devices which includes the source for the `web.video.MediaStreamTrack`.
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `MediaTrackConstraints.groupId`
you provided when calling either `getUserMedia()`.

`var groupId = MediaTrackSettings.groupId;`

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

heightcljs

(height this)

Property.

The web.video.MediaTrackSettings dictionary's height property an integer indicating the number of pixels tall web.video.MediaStreamTrack currently configured to be. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.height property you when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var height = MediaTrackSettings.height;

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

Property.

The `web.video.MediaTrackSettings` dictionary's height property
an integer indicating the number of pixels tall `web.video.MediaStreamTrack`
currently configured to be. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.height` property you
when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var height = MediaTrackSettings.height;`

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

latencycljs

(latency this)

Property.

The web.video.MediaTrackSettings dictionary's latency property a double-precision floating-point number indicating the estimated (specified in seconds) of the web.video.MediaStreamTrack as configured. This lets you determine what value was selected to with your specified constraints for this property's value as in the MediaTrackConstraints.latency property you provided calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var latency = MediaTrackSettings.latency;

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

Property.

The `web.video.MediaTrackSettings` dictionary's latency property
a double-precision floating-point number indicating the estimated
(specified in seconds) of the `web.video.MediaStreamTrack` as
configured. This lets you determine what value was selected to
with your specified constraints for this property's value as
in the `MediaTrackConstraints.latency` property you provided
calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var latency = MediaTrackSettings.latency;`

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

logical-surfacecljs

(logical-surface this)

Property.

The web.video.MediaTrackSettings dictionary's logicalSurface indicates whether or not the display area being captured is a surface. Logical surfaces are those which are not necessarily onscreen, or may even be off-screen, such as windows' backing (where only part of the buffer is visible without scrolling the window) and offscreen rendering contexts.

isLogicalSurface = mediaTrackSettings.logicalSurface;

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

Property.

The `web.video.MediaTrackSettings` dictionary's logicalSurface
indicates whether or not the display area being captured is a
surface. Logical surfaces are those which are not necessarily
onscreen, or may even be off-screen, such as windows' backing
(where only part of the buffer is visible without scrolling the
window) and offscreen rendering contexts.

`isLogicalSurface = mediaTrackSettings.logicalSurface;`

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

noise-suppressioncljs

(noise-suppression this)

Property.

The web.video.MediaTrackSettings dictionary's noiseSuppression is a Boolean value whose value indicates whether or not noise technology is enabled on an audio track. This lets you determine value was selected to comply with your specified constraints this property's value as described in the MediaTrackConstraints.noiseSuppression you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var noiseSuppression = MediaTrackSettings.noiseSuppression;

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

Property.

The `web.video.MediaTrackSettings` dictionary's noiseSuppression
is a Boolean value whose value indicates whether or not noise
technology is enabled on an audio track. This lets you determine
value was selected to comply with your specified constraints
this property's value as described in the `MediaTrackConstraints.noiseSuppression`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var noiseSuppression = MediaTrackSettings.noiseSuppression;`

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

resize-modecljs

(resize-mode this)

Property.

A DOMString indicating the current value of the resizeMode property, the mode used by the user agent to derive the resolution of the The value will be one of: "none" The track has the resolution offered by the camera, its driver the OS. "crop-and-scale" The track's resolution might be the result of the user agent cropping or downscaling from a higher camera resolution.

Property.

A DOMString indicating the current value of the resizeMode property,
the mode used by the user agent to derive the resolution of the
The value will be one of:
"none"
The track has the resolution offered by the camera, its driver
the OS.
"crop-and-scale"
The track's resolution might be the result of the user agent
cropping or downscaling from a higher camera resolution.
sourceraw docstring

sample-ratecljs

(sample-rate this)

Property.

The web.video.MediaTrackSettings dictionary's sampleRate property an integer indicating how many audio samples per second the web.video.MediaStreamTrack currently configured for. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.sampleRate property provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var sampleRate = MediaTrackSettings.sampleRate;

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

Property.

The `web.video.MediaTrackSettings` dictionary's sampleRate property
an integer indicating how many audio samples per second the `web.video.MediaStreamTrack`
currently configured for. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.sampleRate` property
provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var sampleRate = MediaTrackSettings.sampleRate;`

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

sample-sizecljs

(sample-size this)

Property.

The web.video.MediaTrackSettings dictionary's sampleSize property an integer indicating the linear sample size (in bits per sample) web.video.MediaStreamTrack is currently configured for. This you determine what value was selected to comply with your specified for this property's value as described in the MediaTrackConstraints.sampleSize you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var sampleSize = MediaTrackSettings.sampleSize;

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

Property.

The `web.video.MediaTrackSettings` dictionary's sampleSize property
an integer indicating the linear sample size (in bits per sample)
`web.video.MediaStreamTrack` is currently configured for. This
you determine what value was selected to comply with your specified
for this property's value as described in the `MediaTrackConstraints.sampleSize`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var sampleSize = MediaTrackSettings.sampleSize;`

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

set-aspect-ratio!cljs

(set-aspect-ratio! this val)

Property.

The web.video.MediaTrackSettings dictionary's aspectRatio property a double-precision floating-point number indicating the aspect of the web.video.MediaStreamTrack as currently configured. lets you determine what value was selected to comply with your constraints for this property's value as described in the MediaTrackConstraints.aspectRatio you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var aspectRatio = MediaTrackSettings.aspectRatio;

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

Property.

The `web.video.MediaTrackSettings` dictionary's aspectRatio property
a double-precision floating-point number indicating the aspect
of the `web.video.MediaStreamTrack` as currently configured.
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `MediaTrackConstraints.aspectRatio`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var aspectRatio = MediaTrackSettings.aspectRatio;`

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

set-auto-gain-control!cljs

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

Property.

The web.video.MediaTrackSettings dictionary's autoGainControl is a Boolean value whose value indicates whether or not automatic control (AGC) is enabled on an audio track. This lets you determine value was selected to comply with your specified constraints this property's value as described in the MediaTrackConstraints.autoGainControl you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var autoGainControl = MediaTrackSettings.autoGainControl;

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

Property.

The `web.video.MediaTrackSettings` dictionary's autoGainControl
is a Boolean value whose value indicates whether or not automatic
control (AGC) is enabled on an audio track. This lets you determine
value was selected to comply with your specified constraints
this property's value as described in the `MediaTrackConstraints.autoGainControl`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var autoGainControl = MediaTrackSettings.autoGainControl;`

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

set-channel-count!cljs

(set-channel-count! this val)

Property.

The web.video.MediaTrackSettings dictionary's channelCount is an integer indicating how many audio channel the web.video.MediaStreamTrack currently configured to have. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.channelCount property provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var channelCount = MediaTrackSettings.channelCount;

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

Property.

The `web.video.MediaTrackSettings` dictionary's channelCount
is an integer indicating how many audio channel the `web.video.MediaStreamTrack`
currently configured to have. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.channelCount` property
provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var channelCount = MediaTrackSettings.channelCount;`

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

set-cursor!cljs

(set-cursor! this val)

Property.

The web.video.MediaTrackSettings dictionary's cursor property whether or not the cursor should be captured as part of the video included in the web.streams.MediaStream returned by getDisplayMedia().

cursorSetting = mediaTrackSettings.cursor;

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

Property.

The `web.video.MediaTrackSettings` dictionary's cursor property
whether or not the cursor should be captured as part of the video
included in the `web.streams.MediaStream` returned by `getDisplayMedia()`.

`cursorSetting = mediaTrackSettings.cursor;`

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

set-device-id!cljs

(set-device-id! this val)

Property.

The web.video.MediaTrackSettings dictionary's deviceId property a web.DOMString which uniquely identifies the source for the web.video.MediaStreamTrack for the origin corresponding to browsing session. This lets you determine what value was selected comply with your specified constraints for this property's value described in the MediaTrackConstraints.deviceId property you when calling either getUserMedia().

var deviceId = MediaTrackSettings.deviceId;

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

Property.

The `web.video.MediaTrackSettings` dictionary's deviceId property
a `web.DOMString` which uniquely identifies the source for the
`web.video.MediaStreamTrack` for the origin corresponding to
browsing session. This lets you determine what value was selected
comply with your specified constraints for this property's value
described in the `MediaTrackConstraints.deviceId` property you
when calling either `getUserMedia()`.

`var deviceId = MediaTrackSettings.deviceId;`

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

set-display-surface!cljs

(set-display-surface! this val)

Property.

The web.video.MediaTrackSettings dictionary's displaySurface indicates the type of display surface being captured.

displaySurface = mediaTrackSettings.displaySurface;

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

Property.

The `web.video.MediaTrackSettings` dictionary's displaySurface
indicates the type of display surface being captured.

`displaySurface = mediaTrackSettings.displaySurface;`

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

set-echo-cancellation!cljs

(set-echo-cancellation! this val)

Property.

The web.video.MediaTrackSettings dictionary's echoCancellation is a Boolean value whose value indicates whether or not echo is enabled on an audio track. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.echoCancellation you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var echoCancellation = MediaTrackSettings.echoCancellation;

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

Property.

The `web.video.MediaTrackSettings` dictionary's echoCancellation
is a Boolean value whose value indicates whether or not echo
is enabled on an audio track. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.echoCancellation`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var echoCancellation = MediaTrackSettings.echoCancellation;`

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

set-facing-mode!cljs

(set-facing-mode! this val)

Property.

The web.video.MediaTrackSettings dictionary's facingMode property a web.DOMString indicating the direction in which the camera the video track represented by the web.video.MediaStreamTrack currently facing. This lets you determine what value was selected comply with your specified constraints for this property's value described in the MediaTrackConstraints.facingMode property provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var facingMode = MediaTrackSettings.facingMode;

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

Property.

The `web.video.MediaTrackSettings` dictionary's facingMode property
a `web.DOMString` indicating the direction in which the camera
the video track represented by the `web.video.MediaStreamTrack`
currently facing. This lets you determine what value was selected
comply with your specified constraints for this property's value
described in the `MediaTrackConstraints.facingMode` property
provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var facingMode = MediaTrackSettings.facingMode;`

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

set-frame-rate!cljs

(set-frame-rate! this val)

Property.

The web.video.MediaTrackSettings dictionary's frameRate property a double-precision floating-point number indicating the frame in frames per second, of the web.video.MediaStreamTrack as configured. This lets you determine what value was selected to with your specified constraints for this property's value as in the MediaTrackConstraints.frameRate property you provided calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var frameRate = MediaTrackSettings.frameRate;

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

Property.

The `web.video.MediaTrackSettings` dictionary's frameRate property
a double-precision floating-point number indicating the frame
in frames per second, of the `web.video.MediaStreamTrack` as
configured. This lets you determine what value was selected to
with your specified constraints for this property's value as
in the `MediaTrackConstraints.frameRate` property you provided
calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var frameRate = MediaTrackSettings.frameRate;`

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

set-group-id!cljs

(set-group-id! this val)

Property.

The web.video.MediaTrackSettings dictionary's groupId property a browsing-session unique web.DOMString which identifies the of devices which includes the source for the web.video.MediaStreamTrack. lets you determine what value was selected to comply with your constraints for this property's value as described in the MediaTrackConstraints.groupId you provided when calling either getUserMedia().

var groupId = MediaTrackSettings.groupId;

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

Property.

The `web.video.MediaTrackSettings` dictionary's groupId property
a browsing-session unique `web.DOMString` which identifies the
of devices which includes the source for the `web.video.MediaStreamTrack`.
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `MediaTrackConstraints.groupId`
you provided when calling either `getUserMedia()`.

`var groupId = MediaTrackSettings.groupId;`

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

set-height!cljs

(set-height! this val)

Property.

The web.video.MediaTrackSettings dictionary's height property an integer indicating the number of pixels tall web.video.MediaStreamTrack currently configured to be. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.height property you when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var height = MediaTrackSettings.height;

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

Property.

The `web.video.MediaTrackSettings` dictionary's height property
an integer indicating the number of pixels tall `web.video.MediaStreamTrack`
currently configured to be. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.height` property you
when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var height = MediaTrackSettings.height;`

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

set-latency!cljs

(set-latency! this val)

Property.

The web.video.MediaTrackSettings dictionary's latency property a double-precision floating-point number indicating the estimated (specified in seconds) of the web.video.MediaStreamTrack as configured. This lets you determine what value was selected to with your specified constraints for this property's value as in the MediaTrackConstraints.latency property you provided calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var latency = MediaTrackSettings.latency;

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

Property.

The `web.video.MediaTrackSettings` dictionary's latency property
a double-precision floating-point number indicating the estimated
(specified in seconds) of the `web.video.MediaStreamTrack` as
configured. This lets you determine what value was selected to
with your specified constraints for this property's value as
in the `MediaTrackConstraints.latency` property you provided
calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var latency = MediaTrackSettings.latency;`

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

set-logical-surface!cljs

(set-logical-surface! this val)

Property.

The web.video.MediaTrackSettings dictionary's logicalSurface indicates whether or not the display area being captured is a surface. Logical surfaces are those which are not necessarily onscreen, or may even be off-screen, such as windows' backing (where only part of the buffer is visible without scrolling the window) and offscreen rendering contexts.

isLogicalSurface = mediaTrackSettings.logicalSurface;

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

Property.

The `web.video.MediaTrackSettings` dictionary's logicalSurface
indicates whether or not the display area being captured is a
surface. Logical surfaces are those which are not necessarily
onscreen, or may even be off-screen, such as windows' backing
(where only part of the buffer is visible without scrolling the
window) and offscreen rendering contexts.

`isLogicalSurface = mediaTrackSettings.logicalSurface;`

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

set-noise-suppression!cljs

(set-noise-suppression! this val)

Property.

The web.video.MediaTrackSettings dictionary's noiseSuppression is a Boolean value whose value indicates whether or not noise technology is enabled on an audio track. This lets you determine value was selected to comply with your specified constraints this property's value as described in the MediaTrackConstraints.noiseSuppression you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var noiseSuppression = MediaTrackSettings.noiseSuppression;

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

Property.

The `web.video.MediaTrackSettings` dictionary's noiseSuppression
is a Boolean value whose value indicates whether or not noise
technology is enabled on an audio track. This lets you determine
value was selected to comply with your specified constraints
this property's value as described in the `MediaTrackConstraints.noiseSuppression`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var noiseSuppression = MediaTrackSettings.noiseSuppression;`

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

set-resize-mode!cljs

(set-resize-mode! this val)

Property.

A DOMString indicating the current value of the resizeMode property, the mode used by the user agent to derive the resolution of the The value will be one of: "none" The track has the resolution offered by the camera, its driver the OS. "crop-and-scale" The track's resolution might be the result of the user agent cropping or downscaling from a higher camera resolution.

Property.

A DOMString indicating the current value of the resizeMode property,
the mode used by the user agent to derive the resolution of the
The value will be one of:
"none"
The track has the resolution offered by the camera, its driver
the OS.
"crop-and-scale"
The track's resolution might be the result of the user agent
cropping or downscaling from a higher camera resolution.
sourceraw docstring

set-sample-rate!cljs

(set-sample-rate! this val)

Property.

The web.video.MediaTrackSettings dictionary's sampleRate property an integer indicating how many audio samples per second the web.video.MediaStreamTrack currently configured for. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.sampleRate property provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var sampleRate = MediaTrackSettings.sampleRate;

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

Property.

The `web.video.MediaTrackSettings` dictionary's sampleRate property
an integer indicating how many audio samples per second the `web.video.MediaStreamTrack`
currently configured for. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.sampleRate` property
provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var sampleRate = MediaTrackSettings.sampleRate;`

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

set-sample-size!cljs

(set-sample-size! this val)

Property.

The web.video.MediaTrackSettings dictionary's sampleSize property an integer indicating the linear sample size (in bits per sample) web.video.MediaStreamTrack is currently configured for. This you determine what value was selected to comply with your specified for this property's value as described in the MediaTrackConstraints.sampleSize you provided when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var sampleSize = MediaTrackSettings.sampleSize;

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

Property.

The `web.video.MediaTrackSettings` dictionary's sampleSize property
an integer indicating the linear sample size (in bits per sample)
`web.video.MediaStreamTrack` is currently configured for. This
you determine what value was selected to comply with your specified
for this property's value as described in the `MediaTrackConstraints.sampleSize`
you provided when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var sampleSize = MediaTrackSettings.sampleSize;`

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

set-volume!cljs

(set-volume! this val)

Property.

The web.video.MediaTrackSettings dictionary's volume property a double-precision floating-point number indicating the volume the web.video.MediaStreamTrack as currently configured, as value from 0.0 (silence) to 1.0 (maximum supported volume for device). This lets you determine what value was selected to comply your specified constraints for this property's value as described the MediaTrackConstraints.volume property you provided when either getUserMedia() or MediaStreamTrack.applyConstraints().

var volume = MediaTrackSettings.volume;

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

Property.

The `web.video.MediaTrackSettings` dictionary's volume property
a double-precision floating-point number indicating the volume
the `web.video.MediaStreamTrack` as currently configured, as
value from 0.0 (silence) to 1.0 (maximum supported volume for
device). This lets you determine what value was selected to comply
your specified constraints for this property's value as described
the `MediaTrackConstraints.volume` property you provided when
either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var volume = MediaTrackSettings.volume;`

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

set-width!cljs

(set-width! this val)

Property.

The web.video.MediaTrackSettings dictionary's width property an integer indicating the number of pixels wide web.video.MediaStreamTrack currently configured to be. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.width property you when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var width = MediaTrackSettings.width;

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

Property.

The `web.video.MediaTrackSettings` dictionary's width property
an integer indicating the number of pixels wide `web.video.MediaStreamTrack`
currently configured to be. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.width` property you
when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var width = MediaTrackSettings.width;`

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

volumecljs

(volume this)

Property.

The web.video.MediaTrackSettings dictionary's volume property a double-precision floating-point number indicating the volume the web.video.MediaStreamTrack as currently configured, as value from 0.0 (silence) to 1.0 (maximum supported volume for device). This lets you determine what value was selected to comply your specified constraints for this property's value as described the MediaTrackConstraints.volume property you provided when either getUserMedia() or MediaStreamTrack.applyConstraints().

var volume = MediaTrackSettings.volume;

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

Property.

The `web.video.MediaTrackSettings` dictionary's volume property
a double-precision floating-point number indicating the volume
the `web.video.MediaStreamTrack` as currently configured, as
value from 0.0 (silence) to 1.0 (maximum supported volume for
device). This lets you determine what value was selected to comply
your specified constraints for this property's value as described
the `MediaTrackConstraints.volume` property you provided when
either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var volume = MediaTrackSettings.volume;`

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

widthcljs

(width this)

Property.

The web.video.MediaTrackSettings dictionary's width property an integer indicating the number of pixels wide web.video.MediaStreamTrack currently configured to be. This lets you determine what value selected to comply with your specified constraints for this property's as described in the MediaTrackConstraints.width property you when calling either getUserMedia() or MediaStreamTrack.applyConstraints().

var width = MediaTrackSettings.width;

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

Property.

The `web.video.MediaTrackSettings` dictionary's width property
an integer indicating the number of pixels wide `web.video.MediaStreamTrack`
currently configured to be. This lets you determine what value
selected to comply with your specified constraints for this property's
as described in the `MediaTrackConstraints.width` property you
when calling either `getUserMedia()` or `MediaStreamTrack.applyConstraints()`.

`var width = MediaTrackSettings.width;`

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

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

× close