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

*** Original commit *** Use last queue format instead of previous decision to select new track We currently use the saved selectionIndex to base our new track selection decision on. This index might be stale if the previous selection didn't result in a queue update (e.g. when loading live streams where the new chunk isn't available yet). Fix this by using the format of the last chunk to make the new decision. Issue: #7582 *** PiperOrigin-RevId: 319991676
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.