media/library
olly afe6f667b2 Move all buffer discard to MediaPeriod.discardBuffer
This is a step toward retaining a back-buffer in a way that
works for all MediaSource implementations. It's not possible
to adjust the discardBuffer calls in ExoPlayerImplInternal
to discard up to (position - backBufferDurationUs). Next steps
are to:

1. Find an appropriate place to specify the back buffer value,
   to be passed to the discardBuffer calls. I guess the
   LoadControl is the appropriate place to define such values.
2. Enhance discardBuffer to support a toKeyframe argument to
   pass through to discardTo.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175565363
2017-11-13 20:07:25 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Move all buffer discard to MediaPeriod.discardBuffer 2017-11-13 20:07:25 +00:00
dash Move all buffer discard to MediaPeriod.discardBuffer 2017-11-13 20:07:25 +00:00
hls Move all buffer discard to MediaPeriod.discardBuffer 2017-11-13 20:07:25 +00:00
smoothstreaming Pass MediaSource instance through onSourceInfoRefreshed 2017-10-27 16:13:59 +01:00
ui Only set shutter color if attr is declared 2017-11-13 17:28:25 +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.