media/library
tonihei e1d960db68 Unify internal reset method to support state and position resets.
The ExoPlayerImplInternal.reset method now takes the same set of options
as the ExoPlayer.prepare method. This also allows to
- Remove some code duplication within ExoPlayerImplInternal
- Fix calls to prepare(sameSource, resetPosition=true, resetState=false)
  with enabled shuffle mode where the position was not correctly reset to the
  first period index.
- Keep the current timeline when calling stop (in line with ExoPlayerImpl).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176481878
2017-11-21 13:10:45 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Unify internal reset method to support state and position resets. 2017-11-21 13:10:45 +00:00
dash Bump target API level to 27 2017-11-21 13:03:28 +00:00
hls Bump target API level to 27 2017-11-21 13:03:28 +00:00
smoothstreaming Bump target API level to 27 2017-11-21 13:03:28 +00:00
ui Add reason to onTimelineChanged. 2017-11-21 13:07:46 +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.