media/library
tonihei 6330d46d9e Improve housekeeping of ConcatenatingMediaSource callbacks.
When calling releaseSource(), all pending messages will be removed. That means
that all action-on-completion callbacks which are somewhere in flight are
just dropped without being called. This change adds code to keep track of the
current state of each callback to allow all of them being called when the
source is released.

Issue:#5464
PiperOrigin-RevId: 232312528
2019-02-04 19:58:34 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Improve housekeeping of ConcatenatingMediaSource callbacks. 2019-02-04 19:58:34 +00:00
dash Add start position to MediaSource.createPeriod. 2019-01-17 19:07:49 +00:00
hls Parse CHANNELS attribute from EXT-X-MEDIA 2019-01-30 19:44:56 +00:00
smoothstreaming Add start position to MediaSource.createPeriod. 2019-01-17 19:07:49 +00:00
ui Remove remainder of skip button focus hack 2019-01-31 14:08: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.