AudioParamMap

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

MDN Reference

Properties

Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
open fun forEach(action: (value: AudioParam, key: AudioParamName) -> Unit)
Link copied to clipboard
open override fun get(key: AudioParamName): AudioParam?
Link copied to clipboard
open fun has(key: AudioParamName): Boolean
Link copied to clipboard
open override fun keys(): JsIterator<AudioParamName>
Link copied to clipboard