media/library
tonihei c8f39fe14d Update ExoPlayer doc to specifically discourage parallel access instead of allowing it.
Even if a developer synchronizes every method, thread safety is still not guaranteed
because the internal callback methods can't be synced from outside.

Issue:#3773

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184122072
2018-02-01 15:30:00 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Update ExoPlayer doc to specifically discourage parallel access instead of allowing it. 2018-02-01 15:30:00 +00:00
dash Stop using Map<Integer, X> 2018-02-01 15:21:08 +00:00
hls Add SegmentDownloader.getAllRepresentationKeys method 2018-02-01 14:59:11 +00:00
smoothstreaming Add SegmentDownloader.getAllRepresentationKeys method 2018-02-01 14:59:11 +00:00
ui Automated g4 rollback of changelist 184056034. 2018-02-01 15:13:51 +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.