|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.common.audio.AudioClipConfig
Encapsulates the configuration of a BufferedClip
BufferedClip| Field Summary | |
static AudioClipConfig |
SINGLE_BUFFER_NO_LOOP
|
| Constructor Summary | |
AudioClipConfig(boolean loop,
int bufferSize)
Constructor for AudioClipConfig. |
|
| Method Summary | |
int |
getBufferSize()
|
boolean |
isLoop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final AudioClipConfig SINGLE_BUFFER_NO_LOOP
| Constructor Detail |
public AudioClipConfig(boolean loop,
int bufferSize)
loop - if loop is set to true, the AudioClip will be configured to run as a loopbufferSize - the number of buffers for the AudioClip| Method Detail |
public int getBufferSize()
public boolean isLoop()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||