media/library/core
olly e159e3acd0 Mp3Extractor: Avoid outputting non-zero position seek frame as a sample
Checking inputPosition == 0 isn't sufficient because the synchronization
at the top of read() may advance the input (i.e. in the case where there's
some garbage prior to the seek frame).

PiperOrigin-RevId: 261086901
2019-08-01 20:50:53 +01:00
..
src Mp3Extractor: Avoid outputting non-zero position seek frame as a sample 2019-08-01 20:50:53 +01:00
build.gradle Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
proguard-rules.txt Add DownloadHelper.createMediaSource utility method 2019-05-15 19:47:43 +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.