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

In passthrough MediaCodec is not used except if the format has a DRM. Nevertheless the code was still requiring that a passthrough decoder be present even if it was not going to be used (aka no drm). PiperOrigin-RevId: 309947271
ExoPlayer library
The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.