docs.rodeo

MDN Web Docs mirror

AudioParamMap

{{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.

Instance properties

The following methods are available to all read-only Map-like objects (the below links are to the {{jsxref("Map")}}  global object reference page).

Instance methods

The following methods are available to all read-only Map-like objects (the below links are to the {{jsxref("Map")}}  global object reference page).

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

In this article

View on MDN