media/library
tonihei b2c445776a Allow parallel reuse of media sources.
This is achieved by adding a BaseMediaSource which keeps a reference count of the
number of times the source has been prepared and forwards to the actual implementations
only once, such that only minimal changes are needed for each media source.

Issue:#3498

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=187186691
2018-03-02 09:08:28 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Allow parallel reuse of media sources. 2018-03-02 09:08:28 +00:00
dash Allow parallel reuse of media sources. 2018-03-02 09:08:28 +00:00
hls Allow parallel reuse of media sources. 2018-03-02 09:08:28 +00:00
smoothstreaming Allow parallel reuse of media sources. 2018-03-02 09:08:28 +00:00
ui Translation console import 2018-02-16 11:47:49 +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.