mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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