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

*** Original commit *** Expose experimental offload scheduling Add a new scheduling mode that stops ExoPlayer main loop when the audio offload buffer is full and resume it when it has been partially played. This mode needs to be enabled and dissabled manually by the app for now. #exo-offload *** PiperOrigin-RevId: 315948869