HTMLAudioElement

< dom
Jump to: navigation, search

HTMLAudioElement


W3C Working Draft

Needs Summary: This article does not have a summary. Summaries give a brief overview of the topic and are automatically included on some listing pages that link to this article.

Inherits from HTMLMediaElement

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from HTMLMediaElement

Properties

API Name Summary
audioTracks
autobuffer
autoplay
buffered
controls
currentSrc
currentTime
defaultPlaybackRate
duration
ended
error
loop
muted
networkState
paused
playbackRate
played
preload
seekable
seeking
src
textTracks
volume

Methods

API Name Summary
canPlayType
load
pause
play

Events

API Name Summary
canplay Fires whenever enough data is available to determine whether a media is playable.
canplaythrough Fires when enough data is available to determine whether a media is playable at a normal rate without interruptions.
progress Fires to indicate progress while downloading media data.

Needs Examples: This section should include examples.



Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

See also

Related articles

HTML


  • HTMLAudioElement