diff --git a/files/en-us/web/api/audioworkletnode/parameters/index.html b/files/en-us/web/api/audioworkletnode/parameters/index.html index 793003a8f21a528..e102623dc09c35f 100644 --- a/files/en-us/web/api/audioworkletnode/parameters/index.html +++ b/files/en-us/web/api/audioworkletnode/parameters/index.html @@ -9,6 +9,8 @@ - Property - Reference - Web Audio API + +browser-compat: api.AudioWorkletNode.parameters ---
Specification | -Status | -Comment | -
---|---|---|
{{SpecName('Web Audio API', '#dom-audioworkletnode-parameters', 'parameters')}} - | -{{Spec2('Web Audio API')}} | -- |
{{Compat("api.AudioWorkletNode.parameters")}}
+{{Compat}}
The read-only parameterDescriptors
- property of an {{domxref("AudioWorkletProcessor")}}-derived class is a static
- getter, which returns an iterable of {{domxref("AudioParamDescriptor")}}-based
- objects.
The read-only parameterDescriptors
property of an {{domxref("AudioWorkletProcessor")}}-derived class is a static getter,
+ which returns an iterable of {{domxref("AudioParamDescriptor")}}-based objects.
The property is not a part of the {{domxref("AudioWorkletProcessor")}} +
The property is not a part of the {{domxref("AudioWorkletProcessor")}} interface, but, if defined, it is called internally by the {{domxref("AudioWorkletProcessor")}} constructor to create a list of custom {{domxref("AudioParam")}} objects in the {{domxref("AudioWorkletNode.parameters", "parameters")}} property of the associated {{domxref("AudioWorkletNode")}}.
-Defining the getter is optional.
+Defining the getter is optional.
{{page("/en-US/docs/Web/API/AudioWorkletNode/parameters", "Examples")}}
+See AudioWorkletNode.parameters
for example code showing how to add static parameterDescriptors
getter to a custom AudioWorkletProcessor
.
{{Compat("api.AudioWorkletProcessor.parameterDescriptors")}}
+{{Compat}}