Add directories for extensions + additional demos

This commit is contained in:
Oliver Woodman 2015-01-26 16:18:41 +00:00
parent db5cc21c33
commit ce2f681bd3
3 changed files with 15 additions and 0 deletions

5
demo/README.md Normal file
View File

@ -0,0 +1,5 @@
# Demo application #
This folder contains a demo application that uses ExoPlayer to play a number
of test streams. It can be used as a starting point or reference project when
developing other applications that make use of the ExoPlayer library.

7
demo_misc/README.md Normal file
View File

@ -0,0 +1,7 @@
# Miscellaneous demos #
This folder contains miscellaneous demo applications. For example applications
that demonstrate use of optional extensions, or more advanced features.
A general purpose ExoPlayer demo application can be found in the [demo](../demo)
folder.

3
extensions/README.md Normal file
View File

@ -0,0 +1,3 @@
# Extensions #
This folder contains optional ExoPlayer extensions.