parameters property
AudioParamMap
get
parameters
The read-only parameters
property of the
AudioWorkletNode interface 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
external AudioParamMap get parameters;