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