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

Previously two timelines that differed only in shuffle order were considered equal, which resulted in no call to Player.Listener.onTimelineChanged when calling ExoPlayer.setShuffleOrder. This in turn resulted in no call to MediaControllerCompat.Callback.onQueueChanged. Also make a small fix inside ExoPlayerImpl.setShuffleOrder, to ensure that the new shuffle order is used when constructing the masked timeline. Issue: google/ExoPlayer#9889 #minor-release PiperOrigin-RevId: 457703727 (cherry picked from commit 6f9ce4056cc427076ba48189ab192e65234da4d8)
Test utils module
Provides utility classes for media unit and instrumentation tests.