public static interface AudioFocusManager.PlayerControl
| Modifier and Type | Method and Description |
|---|---|
void |
executePlayerCommand(int playerCommand)
Called when a command must be executed on the player.
|
void |
setVolumeMultiplier(float volumeMultiplier)
Called when the volume multiplier on the player should be changed.
|
void setVolumeMultiplier(float volumeMultiplier)
volumeMultiplier - The new volume multiplier.void executePlayerCommand(@AudioFocusManager.PlayerCommand int playerCommand)
playerCommand - The command that must be executed.