media/library
olly d09f872179 Fix positions passed to TrackSelection
- When transitioning to a new period, the value of bufferedDurationUs
  passed to TrackSelection.updateSelectedTrack was incorrectly set to
  0. It should have been set to correctly reflect buffered media in
  previous periods still being played out.
- This change fixes the issue described above, and also propagates the
  playback position through to this method. The position of the next
  load within the period can be calculated by adding the position and
  bufferedDurationUs.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172736101
2017-10-19 16:48:39 +01:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Fix positions passed to TrackSelection 2017-10-19 16:48:39 +01:00
dash Fix positions passed to TrackSelection 2017-10-19 16:48:39 +01:00
hls Fix positions passed to TrackSelection 2017-10-19 16:48:39 +01:00
smoothstreaming Fix positions passed to TrackSelection 2017-10-19 16:48:39 +01:00
ui Document DefaultTimeBar attributes 2017-10-17 18:23:35 +01: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.