The MediaStreamAudioSourceOptions dictionary provides configuration
used when creating a web.audio.MediaStreamAudioSourceNode
using
constructor.
The MediaStreamAudioSourceOptions dictionary provides configuration used when creating a `web.audio.MediaStreamAudioSourceNode` using constructor.
(media-stream this)
Property.
The web.audio.MediaStreamAudioSourceOptions
dictionary's mediaStream
must specify the web.streams.MediaStream
from which to retrieve
data when instantiating a MediaStreamAudioSourceNode using the
constructor.
`mediaStreamAudioSourceOptions = { mediaStream: audioSourceStream; }
mediaStreamAudioSourceOptions.mediaStream = audioSourceStream;`
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions/mediaStream
Property. The `web.audio.MediaStreamAudioSourceOptions` dictionary's mediaStream must specify the `web.streams.MediaStream` from which to retrieve data when instantiating a MediaStreamAudioSourceNode using the constructor. `mediaStreamAudioSourceOptions = { mediaStream: audioSourceStream; } mediaStreamAudioSourceOptions.mediaStream = audioSourceStream;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions/mediaStream`
(set-media-stream! this val)
Property.
The web.audio.MediaStreamAudioSourceOptions
dictionary's mediaStream
must specify the web.streams.MediaStream
from which to retrieve
data when instantiating a MediaStreamAudioSourceNode using the
constructor.
`mediaStreamAudioSourceOptions = { mediaStream: audioSourceStream; }
mediaStreamAudioSourceOptions.mediaStream = audioSourceStream;`
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions/mediaStream
Property. The `web.audio.MediaStreamAudioSourceOptions` dictionary's mediaStream must specify the `web.streams.MediaStream` from which to retrieve data when instantiating a MediaStreamAudioSourceNode using the constructor. `mediaStreamAudioSourceOptions = { mediaStream: audioSourceStream; } mediaStreamAudioSourceOptions.mediaStream = audioSourceStream;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions/mediaStream`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close