-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathnotes.html
More file actions
41 lines (38 loc) · 1.7 KB
/
notes.html
File metadata and controls
41 lines (38 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>API References | Able Player Demos</title>
<link rel="stylesheet" href="demos.css" type="text/css">
</head>
<body>
<header>
<div class="title">Able Player Demos</div>
</header>
<nav>
<ul>
<li><a href="index.html">More demos</a></li>
<li><a href="https://ableplayer.github.io/ableplayer">Able Player Home</a></li>
</ul>
</nav>
<main>
<h1>API Reference Notes</h1>
<p>
References to relevant APIs used by Able Player.
</p>
<ul>
<li><a href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement">HTML5 Media API</a></li>
<li><a href="https://www.w3.org/2010/05/video/mediaevents.html">W3C API Test Page</a></li>
<li><a href="https://developers.google.com/youtube/iframe_api_reference">YouTube Player API for iframe embeds</a></li>
<li><a href="https://developers.google.com/youtube/player_parameters?playerVersion=HTML5">YouTube Player Parameters</a></li>
<li><a href="https://developers.google.com/youtube/v3">YouTube Data API</a></li>
<li><a href="https://github.com/vimeo/player.js">Vimeo Player API</a></li>
<li><a href="https://github.com/google/google-api-javascript-client">Google API Client Library for JS</a></li>
<li><a href="https://developers.google.com/apis-explorer/#s/youtube/v3/">Google API Explorer: YouTube services and methods</a></li>
<li><a href="https://webaudio.github.io/web-speech-api/#tts-section">SpeechSynthesis Interface Spec</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Window/speechSynthesis">SpeechSynthesis API Developer Docs</a></li>
</ul>
</main>
</body>
</html>