media/library
tonihei 6828797555 Pass Handler together with Runnable callbacks for playlist commands.
We currently either use the app thread returned by the player or the thread
the commands are called on depending on whether the media source is already
prepared or not.

This change lets the application decide which callback thread to use. As a
side effect, we also don't longer need access the player instance passed to
MediaSource.prepare.

PiperOrigin-RevId: 227871111
2019-01-08 07:37:50 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Pass Handler together with Runnable callbacks for playlist commands. 2019-01-08 07:37:50 +00:00
dash Disabled test case due to flakiness 2019-01-08 07:34:24 +00:00
hls Add simplified adaptive media source stream key filter to factory classes. 2018-12-14 15:42:36 +00:00
smoothstreaming Add test for SsMediaPeriod.getStreamKeys 2018-12-18 19:45:29 +00:00
ui Prepare DownloadState for upcoming changes 2019-01-08 07:33:23 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.