Liking cljdoc? Tell your friends :D

web.audio.MediaStreamConstraints

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.
raw docstring

audiocljs

(audio this)

Property.

The web.audio.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.audio.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`
sourceraw docstring

peer-identitycljs

(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.
sourceraw docstring

set-audio!cljs

(set-audio! this val)

Property.

The web.audio.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.audio.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`
sourceraw docstring

set-peer-identity!cljs

(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.
sourceraw docstring

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

× close