media/library
olly 3e76464666 Fix download percentage reporting
- When calculating the downloaded percentage in DASH, there was no
  way to disambiguate between 0 of 0 segments being downloaded because
  there are no cached indexes (i.e. 0% downloaded) and 0 of 0 segments
  being downloaded because the index defines 0 segments (i.e. 100%
  downloaded).
- Also replace use of NaN with a named constant.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194453202
2018-05-07 06:20:59 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Fix download percentage reporting 2018-05-07 06:20:59 +01:00
dash Fix download percentage reporting 2018-05-07 06:20:59 +01:00
hls Fix download percentage reporting 2018-05-07 06:20:59 +01:00
smoothstreaming Fix download percentage reporting 2018-05-07 06:20:59 +01:00
ui Fix download percentage reporting 2018-05-07 06:20:59 +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.