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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close