Liking cljdoc? Tell your friends :D

media.MediaStreamConstraints

The MediaStreamConstraints dictionary is used when calling web.getUserMedia() specify what kinds of tracks should be included in the returned and, optionally, to establish constraints for those tracks' settings.

The MediaStreamConstraints dictionary is used when calling `web.getUserMedia()`
specify what kinds of tracks should be included in the returned
and, optionally, to establish constraints for those tracks' settings.
raw docstring

audiocljs

(audio this)

Property.

The media.MediaStreamConstraints dictionary's audio property used to indicate what kind of audio track, if any, should be in the media.MediaStream returned by a call to web.getUserMedia().

var audioConstraints = true | false | MediaTrackConstraints;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/audio

Property.

The `media.MediaStreamConstraints` dictionary's audio property
used to indicate what kind of audio track, if any, should be
in the `media.MediaStream` returned by a call to `web.getUserMedia()`.

`var audioConstraints = true | false | MediaTrackConstraints;`

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

set-audio!cljs

(set-audio! this val)

Property.

The media.MediaStreamConstraints dictionary's audio property used to indicate what kind of audio track, if any, should be in the media.MediaStream returned by a call to web.getUserMedia().

var audioConstraints = true | false | MediaTrackConstraints;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/audio

Property.

The `media.MediaStreamConstraints` dictionary's audio property
used to indicate what kind of audio track, if any, should be
in the `media.MediaStream` returned by a call to `web.getUserMedia()`.

`var audioConstraints = true | false | MediaTrackConstraints;`

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

set-video!cljs

(set-video! this val)

Property.

The media.MediaStreamConstraints dictionary's video property used to indicate what kind of video track, if any, should be in the media.MediaStream returned by a call to web.getUserMedia().

var videoConstraints = true | false | MediaTrackConstraints;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/video

Property.

The `media.MediaStreamConstraints` dictionary's video property
used to indicate what kind of video track, if any, should be
in the `media.MediaStream` returned by a call to `web.getUserMedia()`.

`var videoConstraints = true | false | MediaTrackConstraints;`

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

videocljs

(video this)

Property.

The media.MediaStreamConstraints dictionary's video property used to indicate what kind of video track, if any, should be in the media.MediaStream returned by a call to web.getUserMedia().

var videoConstraints = true | false | MediaTrackConstraints;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/video

Property.

The `media.MediaStreamConstraints` dictionary's video property
used to indicate what kind of video track, if any, should be
in the `media.MediaStream` returned by a call to `web.getUserMedia()`.

`var videoConstraints = true | false | MediaTrackConstraints;`

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close