AudioParamMap
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 AudioParam
containing the value of that parameter.
Instance properties
size
-
?
Instance methods
Specifications
Specification |
---|
Web Audio API # audioparammap |
Browser compatibility
BCD tables only load in the browser