mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

The list of charsets is already hard-coded, and using `Charset` types ensures they will all be present at run-time, hence we will never encounter an 'unsupported' charset. PiperOrigin-RevId: 491324466
Extractor module
Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.