media/library
hoangtc 0de57cbfae Allow more flexible loading strategy when loading multiple sub streams.
Currently for a DASH ChunkSource that consists of multiple sub-streams, we
always use a CompositeSequenceableLoader, which only allows the furthest behind
loader or any loader that are behind current playback position to continue
loading.
This changes allow clients to have more flexibility when deciding the loading
strategy:
- They can construct a different kind of composite SequenceableLoader from
the sub-loaders, and use it by injecting a different CompositeSequeableLoaderFactory accordingly.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176363870
2017-11-21 12:59:11 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Allow more flexible loading strategy when loading multiple sub streams. 2017-11-21 12:59:11 +00:00
dash Allow more flexible loading strategy when loading multiple sub streams. 2017-11-21 12:59:11 +00:00
hls Allow more flexible loading strategy when loading multiple sub streams. 2017-11-21 12:59:11 +00:00
smoothstreaming Allow more flexible loading strategy when loading multiple sub streams. 2017-11-21 12:59:11 +00:00
ui Fix some lint issues. 2017-11-20 13:39:03 +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.