This page was translated from English by the community.Learn more and join the MDN Web Docs community.
AudioParamMap
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2021년 4월.
Web Audio API의AudioParamMap 인터페이스는 다수의 오디오 파라미터의 집합을 나타내는데, 각 파라미터는DOMString의 매핑으로 기술되고, DOMString은AudioParam 객체에 대한 파라미터를 명시하며, AudioParam 객체는 자신의 값을 나타냅니다.
In this article
속성
AudioParamMap 객체는Map으로써 이용되는데, 이 Map에서 각 파라미터는 이 파라미터의 값을 포함하고 있는AudioParam에 매핑된 name 문자열에 의해 식별됩니다. 추가적으로, 다음의 속성들을 사용할 수 있습니다.
size?