|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.golden.gamedev.engine.BaseAudioRenderer ext.gtge.forum.main.util.ModPlayer
public class ModPlayer
The class player has been tested to be properly working on IBXM v 4.7.
Field Summary |
---|
Fields inherited from class com.golden.gamedev.engine.BaseAudioRenderer |
---|
END_OF_SOUND, ERROR, PLAYING, status, STOPPED, volume |
Constructor Summary | |
---|---|
ModPlayer()
Constructor for objects of class Player. |
Method Summary | |
---|---|
boolean |
isAvailable()
Please refer to superclass for documentation . |
void |
playSound(java.net.URL audioFile)
Please refer to superclass for documentation . |
protected void |
replaySound(java.net.URL audiofile)
Please refer to superclass for documentation . |
protected void |
stopSound()
Please refer to superclass for documentation . |
Methods inherited from class com.golden.gamedev.engine.BaseAudioRenderer |
---|
getAudioFile, getStatus, getVolume, isLoop, isVolumeSupported, play, play, setLoop, setSoundVolume, setVolume, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModPlayer()
Method Detail |
---|
public void playSound(java.net.URL audioFile)
playSound
in class com.golden.gamedev.engine.BaseAudioRenderer
protected void replaySound(java.net.URL audiofile)
replaySound
in class com.golden.gamedev.engine.BaseAudioRenderer
protected void stopSound()
stopSound
in class com.golden.gamedev.engine.BaseAudioRenderer
public boolean isAvailable()
isAvailable
in class com.golden.gamedev.engine.BaseAudioRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |