media/library
Steve Mayhew 57d5160161 add support SequenceableLoader.reevaluateBuffer() for HLS
DASH implements this feature, extend the feature for HLS as well.  First change just drops video samples.
For demuxed audio the audio samples will continue to play out to match the
dropped video, so need to keep indexes in all the sample queues related to a chunk and discard them all.
2019-12-04 10:58:13 -08:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Clarify Cue.DIMEN_UNSET is also used for size 2019-12-04 10:00:24 +00:00
dash Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
hls add support SequenceableLoader.reevaluateBuffer() for HLS 2019-12-04 10:58:13 -08:00
smoothstreaming Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
ui reduce number of notification updates 2019-12-04 10:00:30 +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.