media/library
tonihei 4ee971052b Improve Extractor partial read tests.
Partial reads were performed once using a partial size of 1 byte.
This was not enough to detect problems which only occur in combination
with IOExceptions. Partial reads are now only applied when no exception
is thrown.

Moreover, the tests didn't check whether the total number of sampled bytes
is what it is supposed to be. Added a field to the data dumps checking
the total number of bytes in the sampled data.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=181296545
2018-01-15 11:33:23 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Improve Extractor partial read tests. 2018-01-15 11:33:23 +00:00
dash Add assertions to check that media sources are not prepared twice. 2018-01-15 11:23:31 +00:00
hls Add assertions to check that media sources are not prepared twice. 2018-01-15 11:23:31 +00:00
smoothstreaming Add assertions to check that media sources are not prepared twice. 2018-01-15 11:23:31 +00:00
ui Automatically apply rotation for TextureView in SimpleExoPlayer. 2018-01-15 11:20:41 +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.