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.
(audio this)
Property.
The web.audio.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.audio.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`
(set-audio! this val)
Property.
The web.audio.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.audio.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`
(set-video! this val)
Property.
The web.audio.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.audio.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`
(video this)
Property.
The web.audio.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.audio.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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close