public final class LwjglAL
extends java.lang.Object
implements com.jme3.audio.openal.AL
AL.AL_BITS, AL_BUFFER, AL_BUFFERS_PROCESSED, AL_BUFFERS_QUEUED, AL_BYTE_OFFSET, AL_CHANNELS, AL_CONE_INNER_ANGLE, AL_CONE_OUTER_ANGLE, AL_CONE_OUTER_GAIN, AL_DIRECTION, AL_DISTANCE_MODEL, AL_DOPPLER_FACTOR, AL_DOPPLER_VELOCITY, AL_EXPONENT_DISTANCE, AL_EXPONENT_DISTANCE_CLAMPED, AL_EXTENSIONS, AL_FALSE, AL_FORMAT_MONO16, AL_FORMAT_MONO8, AL_FORMAT_STEREO16, AL_FORMAT_STEREO8, AL_FREQUENCY, AL_GAIN, AL_INITIAL, AL_INVALID_ENUM, AL_INVALID_NAME, AL_INVALID_OPERATION, AL_INVALID_VALUE, AL_INVERSE_DISTANCE, AL_INVERSE_DISTANCE_CLAMPED, AL_LINEAR_DISTANCE, AL_LINEAR_DISTANCE_CLAMPED, AL_LOOPING, AL_MAX_DISTANCE, AL_MAX_GAIN, AL_MIN_GAIN, AL_NO_ERROR, AL_NONE, AL_ORIENTATION, AL_OUT_OF_MEMORY, AL_PAUSED, AL_PENDING, AL_PITCH, AL_PLAYING, AL_POSITION, AL_PROCESSED, AL_REFERENCE_DISTANCE, AL_RENDERER, AL_ROLLOFF_FACTOR, AL_SAMPLE_OFFSET, AL_SEC_OFFSET, AL_SIZE, AL_SOURCE_RELATIVE, AL_SOURCE_STATE, AL_SOURCE_TYPE, AL_SPEED_OF_SOUND, AL_STATIC, AL_STOPPED, AL_STREAMING, AL_TRUE, AL_UNDETERMINED, AL_UNUSED, AL_VELOCITY, AL_VENDOR, AL_VERSION| Constructor and Description |
|---|
LwjglAL() |
| Modifier and Type | Method and Description |
|---|---|
void |
alBufferData(int buffer,
int format,
java.nio.ByteBuffer data,
int size,
int frequency) |
void |
alDeleteBuffers(int numBuffers,
java.nio.IntBuffer buffers) |
void |
alDeleteSources(int numSources,
java.nio.IntBuffer sources) |
void |
alGenBuffers(int numBuffers,
java.nio.IntBuffer buffers) |
int |
alGenSources() |
int |
alGetError() |
int |
alGetSourcei(int source,
int param) |
java.lang.String |
alGetString(int parameter) |
void |
alListener(int param,
java.nio.FloatBuffer data) |
void |
alListener3f(int param,
float value1,
float value2,
float value3) |
void |
alListenerf(int param,
float value) |
void |
alSource3f(int source,
int param,
float value1,
float value2,
float value3) |
void |
alSource3i(int source,
int param,
int value1,
int value2,
int value3) |
void |
alSourcef(int source,
int param,
float value) |
void |
alSourcei(int source,
int param,
int value) |
void |
alSourcePause(int source) |
void |
alSourcePlay(int source) |
void |
alSourceQueueBuffers(int source,
int numBuffers,
java.nio.IntBuffer buffers) |
void |
alSourceStop(int source) |
void |
alSourceUnqueueBuffers(int source,
int numBuffers,
java.nio.IntBuffer buffers) |
public java.lang.String alGetString(int parameter)
alGetString in interface com.jme3.audio.openal.ALpublic int alGenSources()
alGenSources in interface com.jme3.audio.openal.ALpublic int alGetError()
alGetError in interface com.jme3.audio.openal.ALpublic void alDeleteSources(int numSources,
java.nio.IntBuffer sources)
alDeleteSources in interface com.jme3.audio.openal.ALpublic void alGenBuffers(int numBuffers,
java.nio.IntBuffer buffers)
alGenBuffers in interface com.jme3.audio.openal.ALpublic void alDeleteBuffers(int numBuffers,
java.nio.IntBuffer buffers)
alDeleteBuffers in interface com.jme3.audio.openal.ALpublic void alSourceStop(int source)
alSourceStop in interface com.jme3.audio.openal.ALpublic void alSourcei(int source,
int param,
int value)
alSourcei in interface com.jme3.audio.openal.ALpublic void alBufferData(int buffer,
int format,
java.nio.ByteBuffer data,
int size,
int frequency)
alBufferData in interface com.jme3.audio.openal.ALpublic void alSourcePlay(int source)
alSourcePlay in interface com.jme3.audio.openal.ALpublic void alSourcePause(int source)
alSourcePause in interface com.jme3.audio.openal.ALpublic void alSourcef(int source,
int param,
float value)
alSourcef in interface com.jme3.audio.openal.ALpublic void alSource3f(int source,
int param,
float value1,
float value2,
float value3)
alSource3f in interface com.jme3.audio.openal.ALpublic int alGetSourcei(int source,
int param)
alGetSourcei in interface com.jme3.audio.openal.ALpublic void alSourceUnqueueBuffers(int source,
int numBuffers,
java.nio.IntBuffer buffers)
alSourceUnqueueBuffers in interface com.jme3.audio.openal.ALpublic void alSourceQueueBuffers(int source,
int numBuffers,
java.nio.IntBuffer buffers)
alSourceQueueBuffers in interface com.jme3.audio.openal.ALpublic void alListener(int param,
java.nio.FloatBuffer data)
alListener in interface com.jme3.audio.openal.ALpublic void alListenerf(int param,
float value)
alListenerf in interface com.jme3.audio.openal.ALpublic void alListener3f(int param,
float value1,
float value2,
float value3)
alListener3f in interface com.jme3.audio.openal.ALpublic void alSource3i(int source,
int param,
int value1,
int value2,
int value3)
alSource3i in interface com.jme3.audio.openal.AL