diff --git a/api.md b/api.md index d20a8b1b8..8b647ad2a 100644 --- a/api.md +++ b/api.md @@ -1,7 +1,18 @@ # API and Configuration +* [Configuration](#development) + * [Standalone](#standalone) + * [MediaElementPlayer](#player) +* [API](#api) + * [Properties](#properties) + * [Methods](#methods) + * [Events](#events) + + + ## Configuration + ### Standalone As a standalone library, _MediaElement.js_ can be configured using the following settings. @@ -57,6 +68,7 @@ success: function (mediaElement, domObject) { }, error: function () { } ``` + ### MediaElementPlayer Including the above, `MediaElementPlayer` object allows the following extra configuration elements. @@ -195,13 +207,16 @@ fullscreenText: mejs.i18n.t('Fullscreen'), skipBackText: mejs.i18n.t('Skip back %1 seconds'), // %1 will be replaced with skipBackInterval in this string ``` + ## API MediaElementPlayer is a complete audio and video player, but you can also use just the MediaElement object which replaces `