mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

This will allow Player to move in common without trackSelector and all its many dependency. Currently all users of `getTrackSelector` are downcasting it in `DefaultTrackSelector`, this change thus does not break them. Track selection API is intended to be reworked, methods will be added to the currently empty interface. #player-to-common PiperOrigin-RevId: 346159765