media/library
olly 6b34ade908 Rename DownloadThread to Task
This resolves some naming confusion that previously existed
as a result of DownloadThread also being used for removals.
Some related variables (e.g. activeDownloadCount) would refer
to both download and removal tasks, whilst others
(e.g. maxParallelDownloads) would refer only to downloads.
This change renames those that refer to both to use "task"
terminology.

This change also includes minor test edits.

PiperOrigin-RevId: 245913671
2019-04-30 22:13:35 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Rename DownloadThread to Task 2019-04-30 22:13:35 +01:00
dash Fix tests 2019-04-19 16:05:04 +01:00
hls Improve progress reporting logic 2019-04-18 23:42:57 +01:00
smoothstreaming Improve progress reporting logic 2019-04-18 23:42:57 +01:00
ui Improve progress reporting logic 2019-04-18 23:42:57 +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.