|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hermit.android.sound.Effect
public class Effect
Class representing a specific sound effect.
Method Summary | |
---|---|
boolean |
isPlaying()
Determine whether this effect is playing. |
void |
loop()
Start playing this sound effect in a continuous loop. |
void |
play()
Play this sound effect. |
void |
play(float rvol)
Play this sound effect. |
void |
stop()
Stop this sound effect immediately. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void play()
public void play(float rvol)
rvol
- Relative volume for this sound, 0 - 1.public void loop()
public void stop()
public final boolean isPlaying()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |