|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WaveData | |
|---|---|
| zombie.openal | |
| Uses of WaveData in zombie.openal |
|---|
| Methods in zombie.openal that return WaveData | |
|---|---|
static WaveData |
WaveData.create(javax.sound.sampled.AudioInputStream ais)
Creates a WaveData container from the specified stream |
static WaveData |
WaveData.create(byte[] buffer)
Creates a WaveData container from the specified bytes |
static WaveData |
WaveData.create(java.nio.ByteBuffer buffer)
Creates a WaveData container from the specified ByetBuffer. |
static WaveData |
WaveData.create(java.io.InputStream path)
Creates a WaveData container from the specified url |
static WaveData |
WaveData.create(java.lang.String path)
Creates a WaveData container from the specified in the classpath |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||