media/library/extractor
kimvde e9249c3a73 Add methods to get the current sample info in FragmentedMp4Extractor
This enhances readability, particularly as those methods will become
more complex when partially fragmented media will be supported.

PiperOrigin-RevId: 318795536
2020-06-29 13:33:26 +01:00
..
src Add methods to get the current sample info in FragmentedMp4Extractor 2020-06-29 13:33:26 +01:00
build.gradle Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
proguard-rules.txt Align flags between the core and extension FLAC extractors 2020-06-23 11:05:37 +01:00
README.md Split out extractor and common modules 2020-01-24 18:15:19 +00:00

ExoPlayer extractor library module

Provides media container extractors.

  • Javadoc: Classes matching com.google.android.exoplayer2.extractor.* belong to this module.