media/library/extractor
ibaker b25e1e2f24 Fix Dackka javadoc errors in protected methods
If there's an @param javadoc tag in a supertype then all overrides
of this method that don't also override the javadoc must use the same
parameter name.

PiperOrigin-RevId: 485857711
(cherry picked from commit b8e5d708fc)
2022-11-03 13:35:39 +00:00
..
src Fix Dackka javadoc errors in protected methods 2022-11-03 13:35:39 +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.