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

There is a large number of repeated arguments in the callback methods of MediaSourceEventListener. Grouping them into load related data and media related data allows to significantly reduce the amount of boiler plate code and also simplifies future extensions of either set of data. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=187857252
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.