The MediaStreamConstraints dictionary is used when calling 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 `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 web.video.MediaStreamConstraints
dictionary's audio property
used to indicate what kind of audio track, if any, should be
in the web.streams.MediaStream
returned by a call to getUserMedia()
.
var audioConstraints = true | false | MediaTrackConstraints;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/audio
Property. The `web.video.MediaStreamConstraints` dictionary's audio property used to indicate what kind of audio track, if any, should be in the `web.streams.MediaStream` returned by a call to `getUserMedia()`. `var audioConstraints = true | false | MediaTrackConstraints;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/audio`
(peer-identity this)
Property.
A DOMString identifying the peer who has sole access to the stream. this property is specified, only the indicated peer can receive use the stream. Streams isolated in this way can only be displayed a media element (<audio> or <video>) where the content is protected as if CORS cross-origin rules were in effect. When a peer identity set, MediaStreamTracks from that peer have their isolated flag to true.
Property. A DOMString identifying the peer who has sole access to the stream. this property is specified, only the indicated peer can receive use the stream. Streams isolated in this way can only be displayed a media element (<audio> or <video>) where the content is protected as if CORS cross-origin rules were in effect. When a peer identity set, MediaStreamTracks from that peer have their isolated flag to true.
(set-audio! this val)
Property.
The web.video.MediaStreamConstraints
dictionary's audio property
used to indicate what kind of audio track, if any, should be
in the web.streams.MediaStream
returned by a call to getUserMedia()
.
var audioConstraints = true | false | MediaTrackConstraints;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/audio
Property. The `web.video.MediaStreamConstraints` dictionary's audio property used to indicate what kind of audio track, if any, should be in the `web.streams.MediaStream` returned by a call to `getUserMedia()`. `var audioConstraints = true | false | MediaTrackConstraints;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/audio`
(set-peer-identity! this val)
Property.
A DOMString identifying the peer who has sole access to the stream. this property is specified, only the indicated peer can receive use the stream. Streams isolated in this way can only be displayed a media element (<audio> or <video>) where the content is protected as if CORS cross-origin rules were in effect. When a peer identity set, MediaStreamTracks from that peer have their isolated flag to true.
Property. A DOMString identifying the peer who has sole access to the stream. this property is specified, only the indicated peer can receive use the stream. Streams isolated in this way can only be displayed a media element (<audio> or <video>) where the content is protected as if CORS cross-origin rules were in effect. When a peer identity set, MediaStreamTracks from that peer have their isolated flag to true.
(set-video! this val)
Property.
The web.video.MediaStreamConstraints
dictionary's video property
used to indicate what kind of video track, if any, should be
in the web.streams.MediaStream
returned by a call to getUserMedia()
.
var videoConstraints = true | false | MediaTrackConstraints;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/video
Property. The `web.video.MediaStreamConstraints` dictionary's video property used to indicate what kind of video track, if any, should be in the `web.streams.MediaStream` returned by a call to `getUserMedia()`. `var videoConstraints = true | false | MediaTrackConstraints;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/video`
(video this)
Property.
The web.video.MediaStreamConstraints
dictionary's video property
used to indicate what kind of video track, if any, should be
in the web.streams.MediaStream
returned by a call to getUserMedia()
.
var videoConstraints = true | false | MediaTrackConstraints;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints/video
Property. The `web.video.MediaStreamConstraints` dictionary's video property used to indicate what kind of video track, if any, should be in the `web.streams.MediaStream` returned by a call to `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