public static interface SoundPlayer.Frob
| Modifier and Type | Method and Description |
|---|---|
float |
getPan()
Get the pan value of this sound.
|
float |
getVolume()
Get the volume of this sound.
|
void |
setPan(float pan)
Set the pan value for the sound.
|
void |
setVolume(float vol)
Set the volume of the sound.
|
void |
stop()
Stop playing or looping the sound.
|
void stop()
void setVolume(float vol)
float getVolume()
void setPan(float pan)
float getPan()
Copyright © 2015. All rights reserved.