forked from nkronlage/JavaScripture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTMLAudioElement.html
More file actions
10 lines (10 loc) · 2.79 KB
/
HTMLAudioElement.html
File metadata and controls
10 lines (10 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html><html><head><meta charset="utf-8"><title>HTMLAudioElement JavaScript API</title><meta name="description" content="Interactive API reference for the JavaScript HTMLAudioElement Object. HTMLAudioElement is an element that plays audio. It corresponds to the &lt;audio&gt; tag. See HTMLMediaElement for the properties"><link rel="stylesheet" type="text/css" href="styles.css"><script type="text/javascript">var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23450559-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();</script></head><body><script>if (sessionStorage.collapsed === 'true') {
document.body.classList.add('members-collapsed');
}</script><div class="topnav"><a href="/">JavaScripture</a><div class="bookmarks"><a class="bookmark contribute" href="https://github.com/nkronlage/JavaScripture">Contribute via GitHub</a> <a class="bookmark" href="/feedback">Feedback</a></div></div><div class="container"><nav class="leftnav"><div id="searchContainer"><input id="searchBox" type="text" placeholder="Search (Ctrl + S)" autocomplete="false" autofocus="autofocus"><div id="resultsBox" style="display:none;"></div></div><div id="apichooser"><a href="#" onclick="openApiChooser(); return false;"><div class="arrow"></div><span id="selectedsets"></span></a><div id="obscure"></div><div id="apisets"><ul></ul></div></div><div class="toc"><h2>HTMLAudioElement</h2><div class="navgroup"></div><h2>Media API</h2><div id="related-apis" class="navgroup"></div><h2>All API</h2><div id="rootObjs" class="navgroup"><span class="empty">No API set selected.</span></div></div></nav><div class="content"><h1 class="declaration"><span class="hide">JavaScript</span> <span class="object">HTMLAudioElement</span> <span class="type">: <a href="/HTMLMediaElement">HTMLMediaElement</a></span></h1><div class="metadata"></div><div class="objectdescription"><code>HTMLAudioElement</code> is an element that plays audio. It corresponds to the <code><audio></code> tag. See <a href="/HTMLMediaElement">HTMLMediaElement</a> for the properties, methods and events available on the audio element.<div class="membermetadata"><a href="https://html.spec.whatwg.org/#htmlaudiojeoelement" class="spec">Spec</a></div></div><div class="bottomnav"><a href="/">home</a> <a href="/license">license</a> <a href="https://github.com/nkronlage/JavaScripture">contribute</a> <a href="/feedback">feedback</a></div><div class="copyright">Copyright © JavaScripture Contributors</div></div></div></body><script src="javascripture.js"></script></html>