This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
90 lines (87 loc) · 3.56 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: default
---
<nav class="main">
<h1><a href="/popcorn-docs/index.html">API Reference</a></h1>
<ul>
<li><a href="/popcorn-docs/getting-started">Getting Started</a></li>
<li><a href="/popcorn-docs/addon-development">Addon Development</a></li>
<li><a href="/popcorn-docs/popcorn-constructor">Popcorn Constructor</a></li>
<li><a href="/popcorn-docs/popcorn-methods">Popcorn Methods</a></li>
<li><a href="/popcorn-docs/media-methods">Media Methods</a></li>
<li><a href="/popcorn-docs/media-properties">Media Properties</a></li>
<li><a href="/popcorn-docs/utility-methods">Utility Methods</a></li>
<li><a href="/popcorn-docs/events">Events</a></li>
<li><a href="/popcorn-docs/plugins">Plugins</a></li>
<li><a href="/popcorn-docs/media-wrappers">Media Wrappers</a></li>
<li><a href="/popcorn-docs/players">Players</a></li>
<li><a href="/popcorn-docs/parsers">Parsers</a></li>
<li><a href="/popcorn-docs/modules">Modules</a></li>
<li><a href="/popcorn-docs/effects">Effects</a></li>
</ul>
</nav>
<div class="scrollable">
<section class="content index-content">
<article class="home">
<h1><a href="/popcorn-docs/index.html" name="API%20Reference">API Reference</a></h1>
<ul>
<li>
<h2><a href="/popcorn-docs/getting-started">Getting Started</a></h2>
<span>First time using Popcorn.js? Take a look here</span>
</li>
<li>
<h2><a href="/popcorn-docs/addon-development">Addon Development</a></h2>
<span>Interested in developing a new plugin, player, or other feature for Popcorn.js?</span>
</li>
<li>
<h2><a href="/popcorn-docs/popcorn-constructor">Popcorn Constructor</a></h2>
<span>Information on the Popcorn constructor, its options, and how to use it</span>
</li>
<li>
<h2><a href="/popcorn-docs/popcorn-methods">Popcorn Methods</a></h2>
<span>Methods for adding, removing and updating track events</span>
</li>
<li>
<h2><a href="/popcorn-docs/media-methods">Media Methods</a></h2>
<span>Various methods that alter the functionality of the current media</span>
</li>
<li>
<h2><a href="/popcorn-docs/media-properties">Media Properties</a></h2>
<span>Properties that are available to every Popcorn instance</span>
</li>
<li>
<h2><a href="/popcorn-docs/utility-methods">Utility Methods</a></h2>
<span>Methods available from the global Popcorn object</span>
</li>
<li>
<h2><a href="/popcorn-docs/events">Events</a></h2>
<span>Information on Popcorn's event system</span>
</li>
<li>
<h2><a href="/popcorn-docs/plugins">Plugins</a></h2>
<span>Add additional functionality to your page with various custom plugins</span>
</li>
<li>
<h2><a href="/popcorn-docs/media-wrappers">Media Wrappers</a></h2>
<span>Additional audio and video media wrappers to be used with Popcorn.js</span>
</li>
<li>
<h2><a href="/popcorn-docs/players">Players</a></h2>
<span>Additional audio and video players to be used with Popcorn.js</span>
</li>
<li>
<h2><a href="/popcorn-docs/parsers">Parsers</a></h2>
<span>Parsers to handle various forms of data, such as subtitle, JSON, and XML</span>
</li>
<li>
<h2><a href="/popcorn-docs/modules">Modules</a></h2>
<span>Additional functionality added to the Popcorn.js core</span>
</li>
<li>
<h2><a href="/popcorn-docs/effects">Effects</a></h2>
<span>Transitions and visual effects composed on a track events start and end</span>
</li>
</ul>
</article>
</section>
</div>