mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update README
This commit is contained in:
parent
166c2f7cc0
commit
4cebae7dce
1 changed files with 10 additions and 8 deletions
18
README.md
18
README.md
|
|
@ -10,21 +10,24 @@ SmoothStreaming adaptive playbacks, persistent caching and custom renderers.
|
||||||
Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and
|
Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and
|
||||||
can be updated through Play Store application updates.
|
can be updated through Play Store application updates.
|
||||||
|
|
||||||
|
## Blog ##
|
||||||
|
|
||||||
|
Read news, hints and tips in the ExoPlayer [blog][].
|
||||||
|
|
||||||
|
[blog]: https://google.github.io/ExoPlayer/blog.html
|
||||||
|
|
||||||
## Developer guide ##
|
## Developer guide ##
|
||||||
|
|
||||||
The [ExoPlayer developer guide][] provides a wealth of information to help you
|
The ExoPlayer [developer guide][] provides a wealth of information to help
|
||||||
get started.
|
you get started.
|
||||||
|
|
||||||
[ExoPlayer developer guide]: http://developer.android.com/guide/topics/media/exoplayer.html
|
|
||||||
|
|
||||||
|
[ExoPlayer developer guide]: https://google.github.io/ExoPlayer/guide.html
|
||||||
|
|
||||||
## Reference documentation ##
|
## Reference documentation ##
|
||||||
|
|
||||||
[Class reference][] (Documents the ExoPlayer library classes).
|
The Exoplayer [class reference][] documents the ExoPlayer library classes.
|
||||||
|
|
||||||
[Class reference]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/package-summary.html
|
|
||||||
|
|
||||||
|
[class reference]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/package-summary.html
|
||||||
|
|
||||||
## Project branches ##
|
## Project branches ##
|
||||||
|
|
||||||
|
|
@ -35,7 +38,6 @@ get started.
|
||||||
[master]: https://github.com/google/ExoPlayer/tree/master
|
[master]: https://github.com/google/ExoPlayer/tree/master
|
||||||
[dev]: https://github.com/google/ExoPlayer/tree/dev
|
[dev]: https://github.com/google/ExoPlayer/tree/dev
|
||||||
|
|
||||||
|
|
||||||
## Using Eclipse ##
|
## Using Eclipse ##
|
||||||
|
|
||||||
The repository includes Eclipse projects for both the ExoPlayer library and its
|
The repository includes Eclipse projects for both the ExoPlayer library and its
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue