Liking cljdoc? Tell your friends :D

web.video.DisplayMediaStreamConstraints

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

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

audiocljs

(audio this)

Property.

The web.video.DisplayMediaStreamConstraints dictionary's audio is used to specify whether or not to request that the web.streams.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.video.DisplayMediaStreamConstraints` dictionary's audio
is used to specify whether or not to request that the `web.streams.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.video.DisplayMediaStreamConstraints dictionary's audio is used to specify whether or not to request that the web.streams.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.video.DisplayMediaStreamConstraints` dictionary's audio
is used to specify whether or not to request that the `web.streams.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.video.DisplayMediaStreamConstraints dictionary's video is used to configure the video track in the stream returned by

`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.video.DisplayMediaStreamConstraints` dictionary's video
is used to configure the video track in the stream returned by

`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.video.DisplayMediaStreamConstraints dictionary's video is used to configure the video track in the stream returned by

`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.video.DisplayMediaStreamConstraints` dictionary's video
is used to configure the video track in the stream returned by

`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