media/library
tonihei 7703676c87 Swap reading and playing media period updates.
Both periods are rarely updated in the same iteration. If they are, advancing
the reading period first seems more logical and also more efficient as it may
avoid one extra doSomeWork iteration.

PiperOrigin-RevId: 260463735
2019-07-29 21:27:25 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Swap reading and playing media period updates. 2019-07-29 21:27:25 +01:00
dash Rename SourceInfoRefreshListener to MediaSourceCaller. 2019-07-14 16:25:18 +01:00
hls Plumb DrmSessionManager into HlsMediaSource 2019-07-23 23:16:33 +01:00
smoothstreaming Plumb DrmSessionManager into SsMediaSource 2019-07-14 16:23:19 +01:00
ui Merge pull request #6042 from Timbals:dev-v2 2019-07-18 19:40:36 +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.