media/library/extractor
Googler 25e6f628d3 Throw a ParserException instead of a NullPointerException if the sample table (stbl) is missing a required sample description (stsd).
As per the javadoc for AtomParsers.parseTrack, ParserException should be "thrown if the trak atom can't be parsed."

PiperOrigin-RevId: 499522748
(cherry picked from commit bbe78b10c1)
2023-01-25 18:29:35 +00:00
..
src Throw a ParserException instead of a NullPointerException if the sample table (stbl) is missing a required sample description (stsd). 2023-01-25 18:29:35 +00:00
build.gradle Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-21 16:24:07 +01:00
proguard-rules.txt Add remaining proguard config tests. 2020-11-27 11:08:34 +00:00
README.md Tidy READMEs 2021-10-26 14:08:21 +01:00

Extractor module

Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.