Package | Description |
---|---|
org.cell2d.celick.openal |
Modifier and Type | Method and Description |
---|---|
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
|