Public Member Functions | |
native void | freeChunk () |
native int | setVolume (int volume) |
Set volume. | |
Static Public Member Functions | |
static native Chunk | loadWAV (String filePath) |
static Chunk | loadWAV (File file) |
static native Chunk | loadWAV (byte[] bytes, int offset, int length) |
static Chunk | loadWAV (byte[] bytes) |
static Chunk | loadWAV (InputStream inputStream) |
Protected Member Functions | |
Chunk () | |
void | finalize () throws Throwable |
Protected Attributes | |
gnu.gcj.RawData | implementation = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set volume.
|
|
|