media/library
tonihei 29b12e2f8d Split SampleQueue.advanceTo into two operations.
The method currently advances the read position and returns the number
of skipped samples. This prevents checking how many samples are skipped
before the operation is executed.

Instead, we have a new method that returns the number of to be skipped
samples and a skip method that executes the skipping.

PiperOrigin-RevId: 320953439
2020-07-13 17:00:33 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Remove some occurrences of dummy 2020-07-13 17:00:21 +01:00
core Split SampleQueue.advanceTo into two operations. 2020-07-13 17:00:33 +01:00
dash Remove some occurrences of dummy 2020-07-13 17:00:21 +01:00
extractor Remove some occurrences of dummy 2020-07-13 17:00:21 +01:00
hls Split SampleQueue.advanceTo into two operations. 2020-07-13 17:00:33 +01:00
smoothstreaming Misc analysis fixes 2020-07-13 14:04:29 +01:00
ui Remove some occurrences of dummy 2020-07-13 17:00:21 +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.