|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AiffData | |
|---|---|
| org.newdawn.slick.openal | This package contains the nitty gritty sound manipulation code for using OpenAL with standard audio formats. |
| Uses of AiffData in org.newdawn.slick.openal |
|---|
| Methods in org.newdawn.slick.openal that return AiffData | |
|---|---|
static AiffData |
AiffData.create(javax.sound.sampled.AudioInputStream ais)
Creates a AiffData container from the specified stream |
static AiffData |
AiffData.create(byte[] buffer)
Creates a AiffData container from the specified bytes |
static AiffData |
AiffData.create(java.nio.ByteBuffer buffer)
Creates a AiffData container from the specified ByetBuffer. |
static AiffData |
AiffData.create(java.io.InputStream is)
Creates a AiffData container from the specified inputstream |
static AiffData |
AiffData.create(java.lang.String path)
Creates a AiffData container from the specified in the classpath |
static AiffData |
AiffData.create(java.net.URL path)
Creates a AiffData container from the specified url |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||