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

At the point of playing period transition pre-warming has completed and the renderers should receive necessary resources for playback. This CL adds the `Renderer.MessageType` `MSG_TRANSFER_RESOURCES` to direct a renderer to transfer relevant resources to another renderer. PiperOrigin-RevId: 713372754
Test data module
Provides sample data for media unit and instrumentation tests.