Haxe API Documentation
Back | Index
extern class js.html.AudioElement
extends MediaElement
Available in js

The HTMLAudioElement interface provides access to the properties of <audio>  elements, as well as methods to manipulate them. It's derived from the HTMLMediaElement interface; it's implemented by nsIDOMHTMLMediaElement .

For details on how to use the audio streaming features exposed by this interface, please see Introducing the Audio API Extension.



Documentation for this class was provided by MDN.
function new() : Void
Back | Index