mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

Currently only delayed messages are handled. Change this to handling all messages so that we have more control over their execution order. This requires adding a new wrapper type for the Message to support the obtainMessage + sendToTarget use case. PiperOrigin-RevId: 353876557
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.