Liking cljdoc? Tell your friends :D
ClojureScript only.

web.audio.AudioParamDescriptor

The AudioParamDescriptor dictionary of the Web Audio API specifies for an web.audio.AudioParam objects.

The AudioParamDescriptor dictionary of the Web Audio API specifies
for an `web.audio.AudioParam` objects.
raw docstring

namecljs

(name this)

Property.

The DOMString which represents the name of the AudioParam. Under name the AudioParam will be available in the parameters property the node, and under this name the AudioWorkletProcessor.process will acquire the calculated values of this AudioParam.

Property.

The DOMString which represents the name of the AudioParam. Under
name the AudioParam will be available in the parameters property
the node, and under this name the AudioWorkletProcessor.process
will acquire the calculated values of this AudioParam.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

The DOMString which represents the name of the AudioParam. Under name the AudioParam will be available in the parameters property the node, and under this name the AudioWorkletProcessor.process will acquire the calculated values of this AudioParam.

Property.

The DOMString which represents the name of the AudioParam. Under
name the AudioParam will be available in the parameters property
the node, and under this name the AudioWorkletProcessor.process
will acquire the calculated values of this AudioParam.
sourceraw docstring

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

× close