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

Add method getAvailableCommands() in Player interface to return the available commands. Method isCommandAvailable() moved to BasePlayer since it can be implelented by calling getAvailableCommands(). PiperOrigin-RevId: 370059328