media/library
andrewlewis a0b15595f4 Cancel and interrupt downloads
Upstream components may incorrectly clear the interrupted flag and not
propagate an exception when the caching thread is interrupted due to
cancellation. Pass a settable flag down to CacheUtil.cache and check it
frequently so it's not necessary to rely on the interrupted flag.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=195371244
2018-05-07 07:05:20 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Cancel and interrupt downloads 2018-05-07 07:05:20 +01:00
dash Clean up DownloadManagerTest 2018-05-07 07:03:05 +01:00
hls Further clean up DownloadActions + DownloadActivity 2018-05-07 06:53:59 +01:00
smoothstreaming Further clean up DownloadActions + DownloadActivity 2018-05-07 06:53:59 +01:00
ui Improve track naming when sampleMimeType unset 2018-05-07 06:58:23 +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.