files/en-us/web/api/audioparammap/index.md
{{APIRef("Web Audio API")}}
The AudioParamMap interface of the Web Audio API represents an iterable and read-only set of multiple audio parameters.
An AudioParamMap instance is a read-only Map-like object, in which each key is the name string for a parameter, and the corresponding value is an {{domxref("AudioParam")}} containing the value of that parameter.
The following methods are available to all read-only Map-like objects (the below links are to the {{jsxref("Map")}} global object reference page).
The following methods are available to all read-only Map-like objects (the below links are to the {{jsxref("Map")}} global object reference page).
[key, value] pairs in the map in insertion order.undefined if there is none.{{Specifications}}
{{Compat}}