parameters property

AudioParamMap parameters

The read-only parameters property of the AudioWorkletNode returns the associated AudioParamMap — that is, a Map-like collection of AudioParam objects. They are instantiated during creation of the underlying AudioWorkletProcessor according to its AudioWorkletProcessor.parameterDescriptors static getter.

Implementation

AudioParamMap get parameters;