media/library
olly 175a0100d0 Remove ability to query Downloader implementations
This was adding a lot of code, and the multiple use cases
for Downloader was pretty confusing (in particular the
ordering of method calls was unclear). It's also not
performant (e.g. it requires loading/parsing manifest(s)
and initialization segments from disk).

In practice I think apps will need to keep a record of
what's offlined in their app's database (or equivalent),
which they can update by registering as a listener on
DownloadManager. This will be done for the demo app in
a subsequent change.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194932876
2018-05-07 06:43:25 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Remove ability to query Downloader implementations 2018-05-07 06:43:25 +01:00
dash Remove ability to query Downloader implementations 2018-05-07 06:43:25 +01:00
hls Remove ability to query Downloader implementations 2018-05-07 06:43:25 +01:00
smoothstreaming Remove ability to query Downloader implementations 2018-05-07 06:43:25 +01:00
ui Clean up offline notifications 2018-05-07 06:41:12 +01: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.