Add isPaused() and isStopped() methods to Sound interface
This commit is contained in:
@@ -9,6 +9,10 @@ public interface Sound {
|
||||
|
||||
boolean isPlaying();
|
||||
|
||||
boolean isPaused();
|
||||
|
||||
boolean isStopped();
|
||||
|
||||
void setGain(float gain);
|
||||
|
||||
void setRepeat(boolean repeat);
|
||||
|
||||
Reference in New Issue
Block a user