AudioParamMap

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

Web Audio API의 AudioParamMap 인터페이스는 다수의 오디오 파라미터의 집합을 나타내는데, 각 파라미터는 DOMString의 매핑으로 기술되고, DOMString은 AudioParam 객체에 대한 파라미터를 명시하며, AudioParam 객체는 자신의 값을 나타냅니다.

속성

AudioParamMap 객체는 Map으로써 이용되는데, 이 Map에서 각 파라미터는 이 파라미터의 값을 포함하고 있는 AudioParam에 매핑된 name 문자열에 의해 식별됩니다. 추가적으로, 다음의 속성들을 사용할 수 있습니다.

size

?

메서드

브라우저 호환성

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
AudioParamMap
[Symbol.iterator]
entries
forEach
get
has
keys
size
values

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support