media/library
olly 314bc65d62 Enable download parallelisation in demo app
- Deprecate constructors that don't take an executor, to direct
  developers toward the new ones. Callers can trivially pass
  Runnable::run to one of the new ones if they want old behaviour.
- Add comment explaining warning suppression added in the CL that
  added parallelised download support.

Issue: #5978
PiperOrigin-RevId: 318803296
2020-06-29 14:38:51 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Bump release to 2.11.7 2020-06-29 13:33:18 +01:00
core Enable download parallelisation in demo app 2020-06-29 14:38:51 +01:00
dash Push all Downloader networking onto the executor 2020-06-29 13:32:36 +01:00
extractor Parse stbl in FragmentedMp4Extractor 2020-06-29 14:38:42 +01:00
hls Push all Downloader networking onto the executor 2020-06-29 13:32:36 +01:00
smoothstreaming Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
ui Cleanup deprecated SimpleExoPlayerView and PlaybackControlView 2020-06-26 11:14:13 +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.