media/library/extractor
rohks 7e733aa2df Convert bitrates to bps before setting it
Format expects the values of `averageBitrate` and `peakBitrate` in bps and the value fetched from AC3SpecificBox and EC3SpecificBox is in kbps.

PiperOrigin-RevId: 490756581
(cherry picked from commit 67955e0ce3)
2023-01-25 17:39:47 +00:00
..
src Convert bitrates to bps before setting it 2023-01-25 17:39:47 +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.