media/library
tonihei fc16833903 Use Handler instead of ExoPlayer messages in ConcatenatingMediaSource
ExoPlayer methods must not be called from any thread besides the specified
app thread. Therefore we shouldn't use them here. Using a regular Handler
instead is fully equivalent.

Issue:#5240
PiperOrigin-RevId: 227650489
2019-01-15 14:07:05 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Use Handler instead of ExoPlayer messages in ConcatenatingMediaSource 2019-01-15 14:07:05 +00:00
dash Merge pull request #5187 from BrainCrumbz:feat/get-tag 2018-12-19 21:40:35 +00:00
hls Merge pull request #5187 from BrainCrumbz:feat/get-tag 2018-12-19 21:40:35 +00:00
smoothstreaming Fix manifest uri in SsDownloadHelper. 2019-01-15 13:47:53 +00:00
ui Improve doc for setKeepContentOnPlayerReset. 2019-01-15 13:43:39 +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.