Liking cljdoc? Tell your friends :D

web.DisplayMediaStreamConstraints

The DisplayMediaStreamConstraints dictionary is used to specify or not to include video and/or audio tracks in the media.MediaStream be returned by web.getDisplayMedia(), as well as what type processing must be applied to the tracks.

The DisplayMediaStreamConstraints dictionary is used to specify
or not to include video and/or audio tracks in the `media.MediaStream`
be returned by `web.getDisplayMedia()`, as well as what type
processing must be applied to the tracks.
raw docstring

audiocljs

(audio this)

Property.

The web.DisplayMediaStreamConstraints dictionary's audio property used to specify whether or not to request that the media.MediaStream screen display contents also include an audio track. This value simply be a Boolean, where true indicates that an audio track be included an false (the default) indicates that no audio should included in the stream.

`displayMediaStreamConstraints.audio = allowAudioFlag; displayMediaStreamConstraints.audio = mediaTrackConstraints;

displayMediaStreamConstraints = { audio: allowAudioFlag|mediaTrackConstraints; }`

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

Property.

The `web.DisplayMediaStreamConstraints` dictionary's audio property
used to specify whether or not to request that the `media.MediaStream`
screen display contents also include an audio track. This value
simply be a Boolean, where true indicates that an audio track
be included an false (the default) indicates that no audio should
included in the stream.

`displayMediaStreamConstraints.audio = allowAudioFlag;
displayMediaStreamConstraints.audio = mediaTrackConstraints;

displayMediaStreamConstraints = {
audio: allowAudioFlag|mediaTrackConstraints;
}`

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

set-audio!cljs

(set-audio! this val)

Property.

The web.DisplayMediaStreamConstraints dictionary's audio property used to specify whether or not to request that the media.MediaStream screen display contents also include an audio track. This value simply be a Boolean, where true indicates that an audio track be included an false (the default) indicates that no audio should included in the stream.

`displayMediaStreamConstraints.audio = allowAudioFlag; displayMediaStreamConstraints.audio = mediaTrackConstraints;

displayMediaStreamConstraints = { audio: allowAudioFlag|mediaTrackConstraints; }`

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

Property.

The `web.DisplayMediaStreamConstraints` dictionary's audio property
used to specify whether or not to request that the `media.MediaStream`
screen display contents also include an audio track. This value
simply be a Boolean, where true indicates that an audio track
be included an false (the default) indicates that no audio should
included in the stream.

`displayMediaStreamConstraints.audio = allowAudioFlag;
displayMediaStreamConstraints.audio = mediaTrackConstraints;

displayMediaStreamConstraints = {
audio: allowAudioFlag|mediaTrackConstraints;
}`

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

set-video!cljs

(set-video! this val)

Property.

The web.DisplayMediaStreamConstraints dictionary's video property used to configure the video track in the stream returned by web.getDisplayMedia().

`displayMediaStreamConstraints.video = allowVideoFlag; displayMediaStreamConstraints.video = mediaTrackConstraints;

displayMediaStreamConstraints = { video: allowVideoFlag | mediaTrackConstraints; }`

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

Property.

The `web.DisplayMediaStreamConstraints` dictionary's video property
used to configure the video track in the stream returned by `web.getDisplayMedia()`.

`displayMediaStreamConstraints.video = allowVideoFlag;
displayMediaStreamConstraints.video = mediaTrackConstraints;

displayMediaStreamConstraints = {
video: allowVideoFlag | mediaTrackConstraints;
}`

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

videocljs

(video this)

Property.

The web.DisplayMediaStreamConstraints dictionary's video property used to configure the video track in the stream returned by web.getDisplayMedia().

`displayMediaStreamConstraints.video = allowVideoFlag; displayMediaStreamConstraints.video = mediaTrackConstraints;

displayMediaStreamConstraints = { video: allowVideoFlag | mediaTrackConstraints; }`

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

Property.

The `web.DisplayMediaStreamConstraints` dictionary's video property
used to configure the video track in the stream returned by `web.getDisplayMedia()`.

`displayMediaStreamConstraints.video = allowVideoFlag;
displayMediaStreamConstraints.video = mediaTrackConstraints;

displayMediaStreamConstraints = {
video: allowVideoFlag | mediaTrackConstraints;
}`

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

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

× close