Uses of Class
org.htmlunit.javascript.host.media.AudioBuffer
Packages that use AudioBuffer
Package
Description
Implementations of the JavaScript host media objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of AudioBuffer in org.htmlunit.javascript.host.media
Methods in org.htmlunit.javascript.host.media that return AudioBufferModifier and TypeMethodDescriptionBaseAudioContext.createBuffer()Creates a new, empty AudioBuffer object, which can then be populated by data, and played via an AudioBufferSourceNode.