Liking cljdoc? Tell your friends :D

media.MediaTrackSettings

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

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

aspect-ratiocljs

(aspect-ratio this)

Property.

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

var aspectRatio = MediaTrackSettings.aspectRatio;

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

Property.

The `media.MediaTrackSettings` dictionary's aspectRatio property
a double-precision floating-point number indicating the aspect
of the `media.MediaStreamTrack` as currently configured. This
you determine what value was selected to comply with your specified
for this property's value as described in the `media.MediaTrackConstraints.aspectRatio`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's autoGainControl property 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 media.MediaTrackConstraints.autoGainControl you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var autoGainControl = MediaTrackSettings.autoGainControl;

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

Property.

The `media.MediaTrackSettings` dictionary's autoGainControl property
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 `media.MediaTrackConstraints.autoGainControl`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's channelCount property an integer indicating how many audio channel the media.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 media.MediaTrackConstraints.channelCount you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var channelCount = MediaTrackSettings.channelCount;

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

Property.

The `media.MediaTrackSettings` dictionary's channelCount property
an integer indicating how many audio channel the `media.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 `media.MediaTrackConstraints.channelCount`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's cursor property indicates or not the cursor should be captured as part of the video track in the media.MediaStream returned by web.getDisplayMedia().

cursorSetting = mediaTrackSettings.cursor;

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

Property.

The `media.MediaTrackSettings` dictionary's cursor property indicates
or not the cursor should be captured as part of the video track
in the `media.MediaStream` returned by `web.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 media.MediaTrackSettings dictionary's deviceId property a dom.DOMString which uniquely identifies the source for the media.MediaStreamTrack for the origin corresponding to the session. This lets you determine what value was selected to comply your specified constraints for this property's value as described the media.MediaTrackConstraints.deviceId property you provided calling either web.getUserMedia().

var deviceId = MediaTrackSettings.deviceId;

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

Property.

The `media.MediaTrackSettings` dictionary's deviceId property
a `dom.DOMString` which uniquely identifies the source for the
`media.MediaStreamTrack` for the origin corresponding to the
session. This lets you determine what value was selected to comply
your specified constraints for this property's value as described
the `media.MediaTrackConstraints.deviceId` property you provided
calling either `web.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 media.MediaTrackSettings dictionary's displaySurface property 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 `media.MediaTrackSettings` dictionary's displaySurface property
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 media.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 media.MediaTrackConstraints.echoCancellation you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var echoCancellation = MediaTrackSettings.echoCancellation;

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

Property.

The `media.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 `media.MediaTrackConstraints.echoCancellation`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's facingMode property a dom.DOMString indicating the direction in which the camera the video track represented by the media.MediaStreamTrack is facing. This lets you determine what value was selected to comply your specified constraints for this property's value as described the media.MediaTrackConstraints.facingMode property you provided calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var facingMode = MediaTrackSettings.facingMode;

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

Property.

The `media.MediaTrackSettings` dictionary's facingMode property
a `dom.DOMString` indicating the direction in which the camera
the video track represented by the `media.MediaStreamTrack` is
facing. This lets you determine what value was selected to comply
your specified constraints for this property's value as described
the `media.MediaTrackConstraints.facingMode` property you provided
calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's frameRate property a double-precision floating-point number indicating the frame in frames per second, of the media.MediaStreamTrack as currently This lets you determine what value was selected to comply with specified constraints for this property's value as described the media.MediaTrackConstraints.frameRate property you provided calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var frameRate = MediaTrackSettings.frameRate;

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

Property.

The `media.MediaTrackSettings` dictionary's frameRate property
a double-precision floating-point number indicating the frame
in frames per second, of the `media.MediaStreamTrack` as currently
This lets you determine what value was selected to comply with
specified constraints for this property's value as described
the `media.MediaTrackConstraints.frameRate` property you provided
calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's groupId property a browsing-session unique dom.DOMString which identifies the of devices which includes the source for the media.MediaStreamTrack. lets you determine what value was selected to comply with your constraints for this property's value as described in the media.MediaTrackConstraints.groupId you provided when calling either web.getUserMedia().

var groupId = MediaTrackSettings.groupId;

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

Property.

The `media.MediaTrackSettings` dictionary's groupId property
a browsing-session unique `dom.DOMString` which identifies the
of devices which includes the source for the `media.MediaStreamTrack`.
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `media.MediaTrackConstraints.groupId`
you provided when calling either `web.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 media.MediaTrackSettings dictionary's height property is integer indicating the number of pixels tall media.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 media.MediaTrackConstraints.height property provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var height = MediaTrackSettings.height;

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

Property.

The `media.MediaTrackSettings` dictionary's height property is
integer indicating the number of pixels tall `media.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 `media.MediaTrackConstraints.height` property
provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's latency property a double-precision floating-point number indicating the estimated (specified in seconds) of the media.MediaStreamTrack as currently This lets you determine what value was selected to comply with specified constraints for this property's value as described the media.MediaTrackConstraints.latency property you provided calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var latency = MediaTrackSettings.latency;

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

Property.

The `media.MediaTrackSettings` dictionary's latency property
a double-precision floating-point number indicating the estimated
(specified in seconds) of the `media.MediaStreamTrack` as currently
This lets you determine what value was selected to comply with
specified constraints for this property's value as described
the `media.MediaTrackConstraints.latency` property you provided
calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's logicalSurface property whether or not the display area being captured is a logical surface. surfaces are those which are not necessarily entirely onscreen, may even be off-screen, such as windows' backing buffers (where part of the buffer is visible without scrolling the containing and offscreen rendering contexts.

isLogicalSurface = mediaTrackSettings.logicalSurface;

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

Property.

The `media.MediaTrackSettings` dictionary's logicalSurface property
whether or not the display area being captured is a logical surface.
surfaces are those which are not necessarily entirely onscreen,
may even be off-screen, such as windows' backing buffers (where
part of the buffer is visible without scrolling the containing
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 media.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 media.MediaTrackConstraints.noiseSuppression you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var noiseSuppression = MediaTrackSettings.noiseSuppression;

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

Property.

The `media.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 `media.MediaTrackConstraints.noiseSuppression`
you provided when calling either `web.getUserMedia()` or `media.MediaStreamTrack.applyConstraints()`.

`var noiseSuppression = MediaTrackSettings.noiseSuppression;`

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

sample-ratecljs

(sample-rate this)

Property.

The media.MediaTrackSettings dictionary's sampleRate property an integer indicating how many audio samples per second the media.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 media.MediaTrackConstraints.sampleRate you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var sampleRate = MediaTrackSettings.sampleRate;

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

Property.

The `media.MediaTrackSettings` dictionary's sampleRate property
an integer indicating how many audio samples per second the `media.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 `media.MediaTrackConstraints.sampleRate`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's sampleSize property an integer indicating the linear sample size (in bits per sample) media.MediaStreamTrack is currently configured for. This lets determine what value was selected to comply with your specified for this property's value as described in the media.MediaTrackConstraints.sampleSize you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var sampleSize = MediaTrackSettings.sampleSize;

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

Property.

The `media.MediaTrackSettings` dictionary's sampleSize property
an integer indicating the linear sample size (in bits per sample)
`media.MediaStreamTrack` is currently configured for. This lets
determine what value was selected to comply with your specified
for this property's value as described in the `media.MediaTrackConstraints.sampleSize`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's aspectRatio property a double-precision floating-point number indicating the aspect of the media.MediaStreamTrack as currently configured. This you determine what value was selected to comply with your specified for this property's value as described in the media.MediaTrackConstraints.aspectRatio you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var aspectRatio = MediaTrackSettings.aspectRatio;

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

Property.

The `media.MediaTrackSettings` dictionary's aspectRatio property
a double-precision floating-point number indicating the aspect
of the `media.MediaStreamTrack` as currently configured. This
you determine what value was selected to comply with your specified
for this property's value as described in the `media.MediaTrackConstraints.aspectRatio`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's autoGainControl property 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 media.MediaTrackConstraints.autoGainControl you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var autoGainControl = MediaTrackSettings.autoGainControl;

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

Property.

The `media.MediaTrackSettings` dictionary's autoGainControl property
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 `media.MediaTrackConstraints.autoGainControl`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's channelCount property an integer indicating how many audio channel the media.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 media.MediaTrackConstraints.channelCount you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var channelCount = MediaTrackSettings.channelCount;

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

Property.

The `media.MediaTrackSettings` dictionary's channelCount property
an integer indicating how many audio channel the `media.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 `media.MediaTrackConstraints.channelCount`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's cursor property indicates or not the cursor should be captured as part of the video track in the media.MediaStream returned by web.getDisplayMedia().

cursorSetting = mediaTrackSettings.cursor;

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

Property.

The `media.MediaTrackSettings` dictionary's cursor property indicates
or not the cursor should be captured as part of the video track
in the `media.MediaStream` returned by `web.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 media.MediaTrackSettings dictionary's deviceId property a dom.DOMString which uniquely identifies the source for the media.MediaStreamTrack for the origin corresponding to the session. This lets you determine what value was selected to comply your specified constraints for this property's value as described the media.MediaTrackConstraints.deviceId property you provided calling either web.getUserMedia().

var deviceId = MediaTrackSettings.deviceId;

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

Property.

The `media.MediaTrackSettings` dictionary's deviceId property
a `dom.DOMString` which uniquely identifies the source for the
`media.MediaStreamTrack` for the origin corresponding to the
session. This lets you determine what value was selected to comply
your specified constraints for this property's value as described
the `media.MediaTrackConstraints.deviceId` property you provided
calling either `web.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 media.MediaTrackSettings dictionary's displaySurface property 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 `media.MediaTrackSettings` dictionary's displaySurface property
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 media.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 media.MediaTrackConstraints.echoCancellation you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var echoCancellation = MediaTrackSettings.echoCancellation;

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

Property.

The `media.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 `media.MediaTrackConstraints.echoCancellation`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's facingMode property a dom.DOMString indicating the direction in which the camera the video track represented by the media.MediaStreamTrack is facing. This lets you determine what value was selected to comply your specified constraints for this property's value as described the media.MediaTrackConstraints.facingMode property you provided calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var facingMode = MediaTrackSettings.facingMode;

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

Property.

The `media.MediaTrackSettings` dictionary's facingMode property
a `dom.DOMString` indicating the direction in which the camera
the video track represented by the `media.MediaStreamTrack` is
facing. This lets you determine what value was selected to comply
your specified constraints for this property's value as described
the `media.MediaTrackConstraints.facingMode` property you provided
calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's frameRate property a double-precision floating-point number indicating the frame in frames per second, of the media.MediaStreamTrack as currently This lets you determine what value was selected to comply with specified constraints for this property's value as described the media.MediaTrackConstraints.frameRate property you provided calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var frameRate = MediaTrackSettings.frameRate;

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

Property.

The `media.MediaTrackSettings` dictionary's frameRate property
a double-precision floating-point number indicating the frame
in frames per second, of the `media.MediaStreamTrack` as currently
This lets you determine what value was selected to comply with
specified constraints for this property's value as described
the `media.MediaTrackConstraints.frameRate` property you provided
calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's groupId property a browsing-session unique dom.DOMString which identifies the of devices which includes the source for the media.MediaStreamTrack. lets you determine what value was selected to comply with your constraints for this property's value as described in the media.MediaTrackConstraints.groupId you provided when calling either web.getUserMedia().

var groupId = MediaTrackSettings.groupId;

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

Property.

The `media.MediaTrackSettings` dictionary's groupId property
a browsing-session unique `dom.DOMString` which identifies the
of devices which includes the source for the `media.MediaStreamTrack`.
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `media.MediaTrackConstraints.groupId`
you provided when calling either `web.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 media.MediaTrackSettings dictionary's height property is integer indicating the number of pixels tall media.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 media.MediaTrackConstraints.height property provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var height = MediaTrackSettings.height;

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

Property.

The `media.MediaTrackSettings` dictionary's height property is
integer indicating the number of pixels tall `media.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 `media.MediaTrackConstraints.height` property
provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's latency property a double-precision floating-point number indicating the estimated (specified in seconds) of the media.MediaStreamTrack as currently This lets you determine what value was selected to comply with specified constraints for this property's value as described the media.MediaTrackConstraints.latency property you provided calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var latency = MediaTrackSettings.latency;

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

Property.

The `media.MediaTrackSettings` dictionary's latency property
a double-precision floating-point number indicating the estimated
(specified in seconds) of the `media.MediaStreamTrack` as currently
This lets you determine what value was selected to comply with
specified constraints for this property's value as described
the `media.MediaTrackConstraints.latency` property you provided
calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's logicalSurface property whether or not the display area being captured is a logical surface. surfaces are those which are not necessarily entirely onscreen, may even be off-screen, such as windows' backing buffers (where part of the buffer is visible without scrolling the containing and offscreen rendering contexts.

isLogicalSurface = mediaTrackSettings.logicalSurface;

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

Property.

The `media.MediaTrackSettings` dictionary's logicalSurface property
whether or not the display area being captured is a logical surface.
surfaces are those which are not necessarily entirely onscreen,
may even be off-screen, such as windows' backing buffers (where
part of the buffer is visible without scrolling the containing
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 media.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 media.MediaTrackConstraints.noiseSuppression you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var noiseSuppression = MediaTrackSettings.noiseSuppression;

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

Property.

The `media.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 `media.MediaTrackConstraints.noiseSuppression`
you provided when calling either `web.getUserMedia()` or `media.MediaStreamTrack.applyConstraints()`.

`var noiseSuppression = MediaTrackSettings.noiseSuppression;`

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

set-sample-rate!cljs

(set-sample-rate! this val)

Property.

The media.MediaTrackSettings dictionary's sampleRate property an integer indicating how many audio samples per second the media.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 media.MediaTrackConstraints.sampleRate you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var sampleRate = MediaTrackSettings.sampleRate;

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

Property.

The `media.MediaTrackSettings` dictionary's sampleRate property
an integer indicating how many audio samples per second the `media.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 `media.MediaTrackConstraints.sampleRate`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's sampleSize property an integer indicating the linear sample size (in bits per sample) media.MediaStreamTrack is currently configured for. This lets determine what value was selected to comply with your specified for this property's value as described in the media.MediaTrackConstraints.sampleSize you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var sampleSize = MediaTrackSettings.sampleSize;

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

Property.

The `media.MediaTrackSettings` dictionary's sampleSize property
an integer indicating the linear sample size (in bits per sample)
`media.MediaStreamTrack` is currently configured for. This lets
determine what value was selected to comply with your specified
for this property's value as described in the `media.MediaTrackConstraints.sampleSize`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's volume property is double-precision floating-point number indicating the volume the media.MediaStreamTrack as currently configured, as a value 0.0 (silence) to 1.0 (maximum supported volume for the device). lets you determine what value was selected to comply with your constraints for this property's value as described in the media.MediaTrackConstraints.volume you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var volume = MediaTrackSettings.volume;

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

Property.

The `media.MediaTrackSettings` dictionary's volume property is
double-precision floating-point number indicating the volume
the `media.MediaStreamTrack` as currently configured, as a value
0.0 (silence) to 1.0 (maximum supported volume for the device).
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `media.MediaTrackConstraints.volume`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's width property is integer indicating the number of pixels wide media.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 media.MediaTrackConstraints.width property provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var width = MediaTrackSettings.width;

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

Property.

The `media.MediaTrackSettings` dictionary's width property is
integer indicating the number of pixels wide `media.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 `media.MediaTrackConstraints.width` property
provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's volume property is double-precision floating-point number indicating the volume the media.MediaStreamTrack as currently configured, as a value 0.0 (silence) to 1.0 (maximum supported volume for the device). lets you determine what value was selected to comply with your constraints for this property's value as described in the media.MediaTrackConstraints.volume you provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var volume = MediaTrackSettings.volume;

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

Property.

The `media.MediaTrackSettings` dictionary's volume property is
double-precision floating-point number indicating the volume
the `media.MediaStreamTrack` as currently configured, as a value
0.0 (silence) to 1.0 (maximum supported volume for the device).
lets you determine what value was selected to comply with your
constraints for this property's value as described in the `media.MediaTrackConstraints.volume`
you provided when calling either `web.getUserMedia()` or `media.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 media.MediaTrackSettings dictionary's width property is integer indicating the number of pixels wide media.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 media.MediaTrackConstraints.width property provided when calling either web.getUserMedia() or media.MediaStreamTrack.applyConstraints().

var width = MediaTrackSettings.width;

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

Property.

The `media.MediaTrackSettings` dictionary's width property is
integer indicating the number of pixels wide `media.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 `media.MediaTrackConstraints.width` property
provided when calling either `web.getUserMedia()` or `media.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