Dart API Referencedart:htmlAudioElement

AudioElement Interface

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.

Extends

MediaElement

Constructors

Code new AudioElement([String src]) #

AudioElement([String src]);

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.