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

This change introduces a new class in Media3 `MediaExtractorCompat`, designed to be a drop-in replacement for platform `MediaExtractor`. While not all APIs are currently supported, the core functionality for the most common use cases of `MediaExtractor` is now available. Full API compatibility will be achieved in the future. PiperOrigin-RevId: 643045429
Test data module
Provides sample data for media unit and instrumentation tests.