media/library
tonihei 4f2b596062 Allow to specify player looper at the time of ExoPlayer creation.
Currently, the looper of the thread the player is created on is used (or the
main looper if this thread doesn't have a looper). To allow more control over
the threading, this change lets users specificy the looper which must be used
to call player methods and which is used for event callbacks.

Issue:#4278

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201331564
2018-06-20 18:05:52 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Allow to specify player looper at the time of ExoPlayer creation. 2018-06-20 18:05:52 +01:00
dash Add ability to update download requirements to DownloadService 2018-06-18 11:18:20 +01:00
hls Fix HlsMediaPlaylist download using HlsDownloadHelper 2018-06-20 18:04:20 +01:00
smoothstreaming Correctly report type of ParsingLoadable. 2018-06-18 11:09:43 +01:00
ui Don't show player controls unless key press is handled 2018-06-18 15:40:40 +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.