mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00

Upon the call of `PreloadMediaSource.preload`, the source will periodically check the source refresh or period loading error, and trigger `PreloadMediaSource.PreloadControl.onPreloadError`. For now, the `DefaultPreloadManager` will skip the problematic source and continue to preload the next source. The checking of the error will be terminated when the source stops preloading or releases. PiperOrigin-RevId: 650195817