media/library/core
andrewlewis ea69a3dbb6 Move MpegAudioHeader to MpegUtil
This makes MPEG audio utilities similar to utilities we have for WAV,
AC-3 etc., and moves them out of the extractor package so that an
extractor module can be split out without needing to have a class in the
extractor package in the common library.

PiperOrigin-RevId: 290595089
2020-01-24 11:07:40 +00:00
..
src Move MpegAudioHeader to MpegUtil 2020-01-24 11:07:40 +00:00
build.gradle Remove some direct test dependencies from core's build.gradle 2019-12-18 18:50:12 +00:00
proguard-rules.txt Use FlacLibrary.isAvailable in FlacExtractor selection 2020-01-08 15:58:12 +00: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.