|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.sound.fmod.scene.Playable
com.jme.sound.fmod.objects.MusicStream
| Field Summary |
| Fields inherited from class com.jme.sound.fmod.scene.Playable |
configuration, configured, listener, playingChannel |
| Constructor Summary | |
MusicStream(java.lang.String file,
boolean memoryLoad)
|
|
| Method Summary | |
void |
close()
|
protected static java.nio.ByteBuffer |
getData(java.lang.String filename)
Reads the file into a ByteBuffer |
boolean |
isOpened()
|
boolean |
isPlaying()
|
int |
length()
|
boolean |
pause()
Pause the stream |
boolean |
play()
|
void |
setConfiguration(Configuration conf)
|
void |
stop()
|
| Methods inherited from class com.jme.sound.fmod.scene.Playable |
getFxChorusID, getFxCompressorID, getFxDistorsionID, getFxEchoID, getFxFlangerID, getFxGargleID, getFxI3DL2ReverbID, getFxMaxID, getFxParamEqID, getFxWavesReverbID, resetConfig, setFxChorusID, setFxCompressorID, setFxDistorsionID, setFxEchoID, setFxFlangerID, setFxGargleID, setFxI3DL2ReverbID, setFxMaxID, setFxParamEqID, setFxWavesReverbID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MusicStream(java.lang.String file,
boolean memoryLoad)
| Method Detail |
public void setConfiguration(Configuration conf)
public boolean play()
public boolean pause()
public void stop()
public void close()
public boolean isPlaying()
public int length()
protected static java.nio.ByteBuffer getData(java.lang.String filename)
filename - Name of file to load
public boolean isOpened()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||