mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

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