mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00

It makes more sense to have it in the AssetLoader now that decoding is done there, particularly as the decoder factory should rarely be customized. Also remove the setter from the AssetLoader.Factory because it's uncommon to have setters in a factory. PiperOrigin-RevId: 501244974
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.