media/library
tonihei 030f52b41b Wait for HandlerThread to terminate after calling quit.
Calling HandlerThread.quit() or .quitSafely() doesn't immediately terminate
the thread. It just instructs the Looper not to accept any new messages and
to terminate at the next opportunity. Added a HandlerThread.join() everywhere
where the intention is to close and release all resources and to stop all
threads.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171525241
2017-10-11 12:26:58 +01:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Wait for HandlerThread to terminate after calling quit. 2017-10-11 12:26:58 +01:00
dash Tweak live-streaming track selection logic. 2017-09-26 13:48:23 +01:00
hls Prevent unnecessary consecutive playlist loads 2017-09-26 19:19:57 +01:00
smoothstreaming Tweak live-streaming track selection logic. 2017-09-26 13:48:23 +01:00
ui Allow ads to be paused/resumed 2017-10-11 12:18:45 +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.