media/library/core
ibaker ce2e6e2fd6 Hide ParsableByteArray#data behind a getter
This allows us to enforce the limit because the array can only be
reassigned through reset(byte[]) or reset(byte[], int) (which update
the limit)

PiperOrigin-RevId: 323339960
2020-07-27 23:59:34 +01:00
..
src Hide ParsableByteArray#data behind a getter 2020-07-27 23:59:34 +01:00
build.gradle Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
proguard-rules.txt DefaultDownloaderFactory: upgrade deprecated call 2020-07-24 10:43:53 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.