media/library
ibaker 7083dbf7b4 Remove zero-args ParsableByteArray#reset() method
It's potentially confusing that this resets both position & limit, so
require callers to pass `limit` explicitly, or call setPosition(0)
if that's actually what they intended.

This makes enforcing the limit in an upcoming change slightly safer.

PiperOrigin-RevId: 323340485
2020-07-27 23:59:43 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Remove zero-args ParsableByteArray#reset() method 2020-07-27 23:59:43 +01:00
core Hide ParsableByteArray#data behind a getter 2020-07-27 23:59:34 +01:00
dash Use manifest assets instead of building manifests with code 2020-07-24 10:46:46 +01:00
extractor Remove zero-args ParsableByteArray#reset() method 2020-07-27 23:59:43 +01:00
hls Hide ParsableByteArray#data behind a getter 2020-07-27 23:59:34 +01:00
smoothstreaming Remove onMediaPeriodCreated/Released/ReadingStarted 2020-07-24 10:44:48 +01:00
ui Makes controls initially hidden 2020-07-27 23:59:16 +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.