Table of Contents

Class AudioParamMap

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The AudioParamMap interface of the Web Audio API represents an iterable and read-only set of multiple audio parameters.

[Value("AudioParamMap")]
public class AudioParamMap
Inheritance
AudioParamMap
Inherited Members

Remarks

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.

See also on MDN

Constructors

AudioParamMap()

public AudioParamMap()