media/library
tonihei 318618d7a2 Fix seek/prepare/stop acks when exception is thrown.
1. The player doesn't acknowledge phantom stops when an exception is thrown anymore.
2. It also makes sure it doesn't reset the pendingPrepareCount unless it's actually
immediately acknowledging these prepares.
3. It ensures a seek is acknowledged even though an exception is thrown during seeking.

Added tests (which previously failed) for all three cases.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178876362
2017-12-13 12:53:39 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Fix seek/prepare/stop acks when exception is thrown. 2017-12-13 12:53:39 +00:00
dash Expose ability to get adjusted seek position from MediaPeriod 2017-12-12 19:16:34 +00:00
hls Expose ability to get adjusted seek position from MediaPeriod 2017-12-12 19:16:34 +00:00
smoothstreaming Expose ability to get adjusted seek position from MediaPeriod 2017-12-12 19:16:34 +00:00
ui Add an option to turn off hiding controls during ads 2017-12-12 19:07:02 +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.