media/library
olly 2fc122745a Give EventDispatcher more predictable behavior
If EventDispatcher.removeListener is called to remove a listener,
and if the call is made from the same thread that said listener
handles events on, then it should be guaranteed that the listener
will not be subsequently invoked on that thread.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=218331427
2018-10-24 18:37:59 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Give EventDispatcher more predictable behavior 2018-10-24 18:37:59 +01:00
dash Fix documentation confusion in MediaChunkIterator subclasses 2018-10-18 23:39:51 +01:00
hls Remove extra blank line 2018-10-24 18:22:31 +01:00
smoothstreaming Fix documentation confusion in MediaChunkIterator subclasses 2018-10-18 23:39:51 +01:00
ui Add VR string and icon 2018-10-24 18:29:10 +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.