JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java (public API).
|
Public Member Functions | |
void | alEnable (int capability) |
Entry point (through function pointer) to C language function: void alEnable(ALenum capability) More... | |
void | alDisable (int capability) |
Entry point (through function pointer) to C language function: void alDisable(ALenum capability) More... | |
boolean | alIsEnabled (int capability) |
Entry point (through function pointer) to C language function: ALboolean alIsEnabled(ALenum capability) More... | |
void | alDopplerFactor (float value) |
Entry point (through function pointer) to C language function: void alDopplerFactor(ALfloat value) More... | |
void | alDopplerVelocity (float value) |
Entry point (through function pointer) to C language function: void alDopplerVelocity(ALfloat value) More... | |
void | alSpeedOfSound (float value) |
Entry point (through function pointer) to C language function: void alSpeedOfSound(ALfloat value) More... | |
void | alDistanceModel (int distanceModel) |
Entry point (through function pointer) to C language function: void alDistanceModel(ALenum distanceModel) More... | |
String | alGetString (int param) |
Entry point (through function pointer) to C language function: const ALchar * alGetString(ALenum param) More... | |
void | alGetBooleanv (int param, ByteBuffer values) |
Entry point (through function pointer) to C language function: void alGetBooleanv(ALenum param, ALboolean * values) More... | |
void | alGetBooleanv (int param, byte[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetBooleanv(ALenum param, ALboolean * values) More... | |
void | alGetIntegerv (int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alGetIntegerv(ALenum param, ALint * values) More... | |
void | alGetIntegerv (int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetIntegerv(ALenum param, ALint * values) More... | |
void | alGetFloatv (int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alGetFloatv(ALenum param, ALfloat * values) More... | |
void | alGetFloatv (int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetFloatv(ALenum param, ALfloat * values) More... | |
void | alGetDoublev (int param, DoubleBuffer values) |
Entry point (through function pointer) to C language function: void alGetDoublev(ALenum param, ALdouble * values) More... | |
void | alGetDoublev (int param, double[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetDoublev(ALenum param, ALdouble * values) More... | |
boolean | alGetBoolean (int param) |
Entry point (through function pointer) to C language function: ALboolean alGetBoolean(ALenum param) More... | |
int | alGetInteger (int param) |
Entry point (through function pointer) to C language function: ALint alGetInteger(ALenum param) More... | |
float | alGetFloat (int param) |
Entry point (through function pointer) to C language function: ALfloat alGetFloat(ALenum param) More... | |
double | alGetDouble (int param) |
Entry point (through function pointer) to C language function: ALdouble alGetDouble(ALenum param) More... | |
int | alGetError () |
Entry point (through function pointer) to C language function: ALenum alGetError() More... | |
boolean | alIsExtensionPresent (String extname) |
Entry point (through function pointer) to C language function: ALboolean alIsExtensionPresent(const ALchar * extname) More... | |
int | alGetEnumValue (String ename) |
Entry point (through function pointer) to C language function: ALenum alGetEnumValue(const ALchar * ename) More... | |
void | alListenerf (int param, float value) |
Entry point (through function pointer) to C language function: void alListenerf(ALenum param, ALfloat value) More... | |
void | alListener3f (int param, float value1, float value2, float value3) |
Entry point (through function pointer) to C language function: void alListener3f(ALenum param, ALfloat value1, ALfloat value2, ALfloat value3) More... | |
void | alListenerfv (int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alListenerfv(ALenum param, const ALfloat * values) More... | |
void | alListenerfv (int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alListenerfv(ALenum param, const ALfloat * values) More... | |
void | alListeneri (int param, int value) |
Entry point (through function pointer) to C language function: void alListeneri(ALenum param, ALint value) More... | |
void | alListener3i (int param, int value1, int value2, int value3) |
Entry point (through function pointer) to C language function: void alListener3i(ALenum param, ALint value1, ALint value2, ALint value3) More... | |
void | alListeneriv (int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alListeneriv(ALenum param, const ALint * values) More... | |
void | alListeneriv (int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alListeneriv(ALenum param, const ALint * values) More... | |
void | alGetListenerf (int param, FloatBuffer value) |
Entry point (through function pointer) to C language function: void alGetListenerf(ALenum param, ALfloat * value) More... | |
void | alGetListenerf (int param, float[] value, int value_offset) |
Entry point (through function pointer) to C language function: void alGetListenerf(ALenum param, ALfloat * value) More... | |
void | alGetListener3f (int param, FloatBuffer value1, FloatBuffer value2, FloatBuffer value3) |
Entry point (through function pointer) to C language function: void alGetListener3f(ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3) More... | |
void | alGetListener3f (int param, float[] value1, int value1_offset, float[] value2, int value2_offset, float[] value3, int value3_offset) |
Entry point (through function pointer) to C language function: void alGetListener3f(ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3) More... | |
void | alGetListenerfv (int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alGetListenerfv(ALenum param, ALfloat * values) More... | |
void | alGetListenerfv (int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetListenerfv(ALenum param, ALfloat * values) More... | |
void | alGetListeneri (int param, IntBuffer value) |
Entry point (through function pointer) to C language function: void alGetListeneri(ALenum param, ALint * value) More... | |
void | alGetListeneri (int param, int[] value, int value_offset) |
Entry point (through function pointer) to C language function: void alGetListeneri(ALenum param, ALint * value) More... | |
void | alGetListener3i (int param, IntBuffer value1, IntBuffer value2, IntBuffer value3) |
Entry point (through function pointer) to C language function: void alGetListener3i(ALenum param, ALint * value1, ALint * value2, ALint * value3) More... | |
void | alGetListener3i (int param, int[] value1, int value1_offset, int[] value2, int value2_offset, int[] value3, int value3_offset) |
Entry point (through function pointer) to C language function: void alGetListener3i(ALenum param, ALint * value1, ALint * value2, ALint * value3) More... | |
void | alGetListeneriv (int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alGetListeneriv(ALenum param, ALint * values) More... | |
void | alGetListeneriv (int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetListeneriv(ALenum param, ALint * values) More... | |
void | alGenSources (int n, IntBuffer sources) |
Entry point (through function pointer) to C language function: void alGenSources(ALsizei n, ALuint * sources) More... | |
void | alGenSources (int n, int[] sources, int sources_offset) |
Entry point (through function pointer) to C language function: void alGenSources(ALsizei n, ALuint * sources) More... | |
void | alDeleteSources (int n, IntBuffer sources) |
Entry point (through function pointer) to C language function: void alDeleteSources(ALsizei n, const ALuint * sources) More... | |
void | alDeleteSources (int n, int[] sources, int sources_offset) |
Entry point (through function pointer) to C language function: void alDeleteSources(ALsizei n, const ALuint * sources) More... | |
boolean | alIsSource (int source) |
Entry point (through function pointer) to C language function: ALboolean alIsSource(ALuint source) More... | |
void | alSourcef (int source, int param, float value) |
Entry point (through function pointer) to C language function: void alSourcef(ALuint source, ALenum param, ALfloat value) More... | |
void | alSource3f (int source, int param, float value1, float value2, float value3) |
Entry point (through function pointer) to C language function: void alSource3f(ALuint source, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3) More... | |
void | alSourcefv (int source, int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alSourcefv(ALuint source, ALenum param, const ALfloat * values) More... | |
void | alSourcefv (int source, int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alSourcefv(ALuint source, ALenum param, const ALfloat * values) More... | |
void | alSourcei (int source, int param, int value) |
Entry point (through function pointer) to C language function: void alSourcei(ALuint source, ALenum param, ALint value) More... | |
void | alSource3i (int source, int param, int value1, int value2, int value3) |
Entry point (through function pointer) to C language function: void alSource3i(ALuint source, ALenum param, ALint value1, ALint value2, ALint value3) More... | |
void | alSourceiv (int source, int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alSourceiv(ALuint source, ALenum param, const ALint * values) More... | |
void | alSourceiv (int source, int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alSourceiv(ALuint source, ALenum param, const ALint * values) More... | |
void | alGetSourcef (int source, int param, FloatBuffer value) |
Entry point (through function pointer) to C language function: void alGetSourcef(ALuint source, ALenum param, ALfloat * value) More... | |
void | alGetSourcef (int source, int param, float[] value, int value_offset) |
Entry point (through function pointer) to C language function: void alGetSourcef(ALuint source, ALenum param, ALfloat * value) More... | |
void | alGetSource3f (int source, int param, FloatBuffer value1, FloatBuffer value2, FloatBuffer value3) |
Entry point (through function pointer) to C language function: void alGetSource3f(ALuint source, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3) More... | |
void | alGetSource3f (int source, int param, float[] value1, int value1_offset, float[] value2, int value2_offset, float[] value3, int value3_offset) |
Entry point (through function pointer) to C language function: void alGetSource3f(ALuint source, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3) More... | |
void | alGetSourcefv (int source, int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alGetSourcefv(ALuint source, ALenum param, ALfloat * values) More... | |
void | alGetSourcefv (int source, int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetSourcefv(ALuint source, ALenum param, ALfloat * values) More... | |
void | alGetSourcei (int source, int param, IntBuffer value) |
Entry point (through function pointer) to C language function: void alGetSourcei(ALuint source, ALenum param, ALint * value) More... | |
void | alGetSourcei (int source, int param, int[] value, int value_offset) |
Entry point (through function pointer) to C language function: void alGetSourcei(ALuint source, ALenum param, ALint * value) More... | |
void | alGetSource3i (int source, int param, IntBuffer value1, IntBuffer value2, IntBuffer value3) |
Entry point (through function pointer) to C language function: void alGetSource3i(ALuint source, ALenum param, ALint * value1, ALint * value2, ALint * value3) More... | |
void | alGetSource3i (int source, int param, int[] value1, int value1_offset, int[] value2, int value2_offset, int[] value3, int value3_offset) |
Entry point (through function pointer) to C language function: void alGetSource3i(ALuint source, ALenum param, ALint * value1, ALint * value2, ALint * value3) More... | |
void | alGetSourceiv (int source, int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alGetSourceiv(ALuint source, ALenum param, ALint * values) More... | |
void | alGetSourceiv (int source, int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetSourceiv(ALuint source, ALenum param, ALint * values) More... | |
void | alSourcePlay (int source) |
Entry point (through function pointer) to C language function: void alSourcePlay(ALuint source) More... | |
void | alSourceStop (int source) |
Entry point (through function pointer) to C language function: void alSourceStop(ALuint source) More... | |
void | alSourceRewind (int source) |
Entry point (through function pointer) to C language function: void alSourceRewind(ALuint source) More... | |
void | alSourcePause (int source) |
Entry point (through function pointer) to C language function: void alSourcePause(ALuint source) More... | |
void | alSourcePlayv (int n, IntBuffer sources) |
Entry point (through function pointer) to C language function: void alSourcePlayv(ALsizei n, const ALuint * sources) More... | |
void | alSourcePlayv (int n, int[] sources, int sources_offset) |
Entry point (through function pointer) to C language function: void alSourcePlayv(ALsizei n, const ALuint * sources) More... | |
void | alSourceStopv (int n, IntBuffer sources) |
Entry point (through function pointer) to C language function: void alSourceStopv(ALsizei n, const ALuint * sources) More... | |
void | alSourceStopv (int n, int[] sources, int sources_offset) |
Entry point (through function pointer) to C language function: void alSourceStopv(ALsizei n, const ALuint * sources) More... | |
void | alSourceRewindv (int n, IntBuffer sources) |
Entry point (through function pointer) to C language function: void alSourceRewindv(ALsizei n, const ALuint * sources) More... | |
void | alSourceRewindv (int n, int[] sources, int sources_offset) |
Entry point (through function pointer) to C language function: void alSourceRewindv(ALsizei n, const ALuint * sources) More... | |
void | alSourcePausev (int n, IntBuffer sources) |
Entry point (through function pointer) to C language function: void alSourcePausev(ALsizei n, const ALuint * sources) More... | |
void | alSourcePausev (int n, int[] sources, int sources_offset) |
Entry point (through function pointer) to C language function: void alSourcePausev(ALsizei n, const ALuint * sources) More... | |
void | alSourceQueueBuffers (int source, int nb, IntBuffer buffers) |
Entry point (through function pointer) to C language function: void alSourceQueueBuffers(ALuint source, ALsizei nb, const ALuint * buffers) More... | |
void | alSourceQueueBuffers (int source, int nb, int[] buffers, int buffers_offset) |
Entry point (through function pointer) to C language function: void alSourceQueueBuffers(ALuint source, ALsizei nb, const ALuint * buffers) More... | |
void | alSourceUnqueueBuffers (int source, int nb, IntBuffer buffers) |
Entry point (through function pointer) to C language function: void alSourceUnqueueBuffers(ALuint source, ALsizei nb, ALuint * buffers) More... | |
void | alSourceUnqueueBuffers (int source, int nb, int[] buffers, int buffers_offset) |
Entry point (through function pointer) to C language function: void alSourceUnqueueBuffers(ALuint source, ALsizei nb, ALuint * buffers) More... | |
void | alGenBuffers (int n, IntBuffer buffers) |
Entry point (through function pointer) to C language function: void alGenBuffers(ALsizei n, ALuint * buffers) More... | |
void | alGenBuffers (int n, int[] buffers, int buffers_offset) |
Entry point (through function pointer) to C language function: void alGenBuffers(ALsizei n, ALuint * buffers) More... | |
void | alDeleteBuffers (int n, IntBuffer buffers) |
Entry point (through function pointer) to C language function: void alDeleteBuffers(ALsizei n, const ALuint * buffers) More... | |
void | alDeleteBuffers (int n, int[] buffers, int buffers_offset) |
Entry point (through function pointer) to C language function: void alDeleteBuffers(ALsizei n, const ALuint * buffers) More... | |
boolean | alIsBuffer (int buffer) |
Entry point (through function pointer) to C language function: ALboolean alIsBuffer(ALuint buffer) More... | |
void | alBufferData (int buffer, int format, Buffer data, int size, int samplerate) |
Entry point (through function pointer) to C language function: void alBufferData(ALuint buffer, ALenum format, const ALvoid * data, ALsizei size, ALsizei samplerate) More... | |
void | alBufferf (int buffer, int param, float value) |
Entry point (through function pointer) to C language function: void alBufferf(ALuint buffer, ALenum param, ALfloat value) More... | |
void | alBuffer3f (int buffer, int param, float value1, float value2, float value3) |
Entry point (through function pointer) to C language function: void alBuffer3f(ALuint buffer, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3) More... | |
void | alBufferfv (int buffer, int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alBufferfv(ALuint buffer, ALenum param, const ALfloat * values) More... | |
void | alBufferfv (int buffer, int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alBufferfv(ALuint buffer, ALenum param, const ALfloat * values) More... | |
void | alBufferi (int buffer, int param, int value) |
Entry point (through function pointer) to C language function: void alBufferi(ALuint buffer, ALenum param, ALint value) More... | |
void | alBuffer3i (int buffer, int param, int value1, int value2, int value3) |
Entry point (through function pointer) to C language function: void alBuffer3i(ALuint buffer, ALenum param, ALint value1, ALint value2, ALint value3) More... | |
void | alBufferiv (int buffer, int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alBufferiv(ALuint buffer, ALenum param, const ALint * values) More... | |
void | alBufferiv (int buffer, int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alBufferiv(ALuint buffer, ALenum param, const ALint * values) More... | |
void | alGetBufferf (int buffer, int param, FloatBuffer value) |
Entry point (through function pointer) to C language function: void alGetBufferf(ALuint buffer, ALenum param, ALfloat * value) More... | |
void | alGetBufferf (int buffer, int param, float[] value, int value_offset) |
Entry point (through function pointer) to C language function: void alGetBufferf(ALuint buffer, ALenum param, ALfloat * value) More... | |
void | alGetBuffer3f (int buffer, int param, FloatBuffer value1, FloatBuffer value2, FloatBuffer value3) |
Entry point (through function pointer) to C language function: void alGetBuffer3f(ALuint buffer, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3) More... | |
void | alGetBuffer3f (int buffer, int param, float[] value1, int value1_offset, float[] value2, int value2_offset, float[] value3, int value3_offset) |
Entry point (through function pointer) to C language function: void alGetBuffer3f(ALuint buffer, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3) More... | |
void | alGetBufferfv (int buffer, int param, FloatBuffer values) |
Entry point (through function pointer) to C language function: void alGetBufferfv(ALuint buffer, ALenum param, ALfloat * values) More... | |
void | alGetBufferfv (int buffer, int param, float[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetBufferfv(ALuint buffer, ALenum param, ALfloat * values) More... | |
void | alGetBufferi (int buffer, int param, IntBuffer value) |
Entry point (through function pointer) to C language function: void alGetBufferi(ALuint buffer, ALenum param, ALint * value) More... | |
void | alGetBufferi (int buffer, int param, int[] value, int value_offset) |
Entry point (through function pointer) to C language function: void alGetBufferi(ALuint buffer, ALenum param, ALint * value) More... | |
void | alGetBuffer3i (int buffer, int param, IntBuffer value1, IntBuffer value2, IntBuffer value3) |
Entry point (through function pointer) to C language function: void alGetBuffer3i(ALuint buffer, ALenum param, ALint * value1, ALint * value2, ALint * value3) More... | |
void | alGetBuffer3i (int buffer, int param, int[] value1, int value1_offset, int[] value2, int value2_offset, int[] value3, int value3_offset) |
Entry point (through function pointer) to C language function: void alGetBuffer3i(ALuint buffer, ALenum param, ALint * value1, ALint * value2, ALint * value3) More... | |
void | alGetBufferiv (int buffer, int param, IntBuffer values) |
Entry point (through function pointer) to C language function: void alGetBufferiv(ALuint buffer, ALenum param, ALint * values) More... | |
void | alGetBufferiv (int buffer, int param, int[] values, int values_offset) |
Entry point (through function pointer) to C language function: void alGetBufferiv(ALuint buffer, ALenum param, ALint * values) More... | |
Additional Inherited Members | |
![]() | |
static final int | AL_ILLEGAL_COMMAND = 0xa004 |
Define "AL_ILLEGAL_COMMAND" with expression '0xA004 ', CType: int. More... | |
static final int | AL_PROCESSED = 0x2012 |
Define "AL_PROCESSED" with expression '0x2012 ', CType: int. More... | |
static final int | AL_FREQUENCY = 0x2001 |
Define "AL_FREQUENCY" with expression '0x2001 ', CType: int. More... | |
static final int | AL_NO_ERROR = 0x0 |
Define "AL_NO_ERROR" with expression '0 ', CType: int. More... | |
static final int | AL_VENDOR = 0xb001 |
Define "AL_VENDOR" with expression '0xB001 ', CType: int. More... | |
static final int | AL_STATIC = 0x1028 |
Define "AL_STATIC" with expression '0x1028 ', CType: int. More... | |
static final int | AL_INVALID_ENUM = 0xa002 |
Define "AL_INVALID_ENUM" with expression '0xA002 ', CType: int. More... | |
static final int | AL_MAX_DISTANCE = 0x1023 |
Define "AL_MAX_DISTANCE" with expression '0x1023 ', CType: int. More... | |
static final int | AL_ROLLOFF_FACTOR = 0x1021 |
Define "AL_ROLLOFF_FACTOR" with expression '0x1021 ', CType: int. More... | |
static final int | AL_GAIN = 0x100a |
Define "AL_GAIN" with expression '0x100A ', CType: int. More... | |
static final int | AL_SIZE = 0x2004 |
Define "AL_SIZE" with expression '0x2004 ', CType: int. More... | |
static final int | AL_DISTANCE_MODEL = 0xd000 |
Define "AL_DISTANCE_MODEL" with expression '0xD000 ', CType: int. More... | |
static final int | AL_BYTE_OFFSET = 0x1026 |
Define "AL_BYTE_OFFSET" with expression '0x1026 ', CType: int. More... | |
static final int | AL_SOURCE_STATE = 0x1010 |
Define "AL_SOURCE_STATE" with expression '0x1010 ', CType: int. More... | |
static final int | AL_STOPPED = 0x1014 |
Define "AL_STOPPED" with expression '0x1014 ', CType: int. More... | |
static final int | AL_REFERENCE_DISTANCE = 0x1020 |
Define "AL_REFERENCE_DISTANCE" with expression '0x1020 ', CType: int. More... | |
static final int | AL_MIN_GAIN = 0x100d |
Define "AL_MIN_GAIN" with expression '0x100D ', CType: int. More... | |
static final int | AL_PLAYING = 0x1012 |
Define "AL_PLAYING" with expression '0x1012 ', CType: int. More... | |
static final int | AL_INVERSE_DISTANCE_CLAMPED = 0xd002 |
Define "AL_INVERSE_DISTANCE_CLAMPED" with expression '0xD002 ', CType: int. More... | |
static final int | AL_PITCH = 0x1003 |
Define "AL_PITCH" with expression '0x1003 ', CType: int. More... | |
static final int | AL_OUT_OF_MEMORY = 0xa005 |
Define "AL_OUT_OF_MEMORY" with expression '0xA005 ', CType: int. More... | |
static final int | AL_FORMAT_MONO8 = 0x1100 |
Define "AL_FORMAT_MONO8" with expression '0x1100 ', CType: int. More... | |
static final int | AL_TRUE = 0x1 |
Define "AL_TRUE" with expression '1 ', CType: int. More... | |
static final int | AL_LINEAR_DISTANCE = 0xd003 |
Define "AL_LINEAR_DISTANCE" with expression '0xD003 ', CType: int. More... | |
static final int | AL_LOOPING = 0x1007 |
Define "AL_LOOPING" with expression '0x1007 ', CType: int. More... | |
static final int | AL_STREAMING = 0x1029 |
Define "AL_STREAMING" with expression '0x1029 ', CType: int. More... | |
static final int | AL_EXPONENT_DISTANCE_CLAMPED = 0xd006 |
Define "AL_EXPONENT_DISTANCE_CLAMPED" with expression '0xD006 ', CType: int. More... | |
static final int | AL_CHANNELS = 0x2003 |
Define "AL_CHANNELS" with expression '0x2003 ', CType: int. More... | |
static final int | AL_PAUSED = 0x1013 |
Define "AL_PAUSED" with expression '0x1013 ', CType: int. More... | |
static final int | AL_CONE_OUTER_GAIN = 0x1022 |
Define "AL_CONE_OUTER_GAIN" with expression '0x1022 ', CType: int. More... | |
static final int | AL_INVERSE_DISTANCE = 0xd001 |
Define "AL_INVERSE_DISTANCE" with expression '0xD001 ', CType: int. More... | |
static final int | AL_ILLEGAL_ENUM = 0xa002 |
Define "AL_ILLEGAL_ENUM" with expression '0xA002 ', CType: int. More... | |
static final int | AL_DIRECTION = 0x1005 |
Define "AL_DIRECTION" with expression '0x1005 ', CType: int. More... | |
static final int | AL_INVALID_OPERATION = 0xa004 |
Define "AL_INVALID_OPERATION" with expression '0xA004 ', CType: int. More... | |
static final int | AL_ORIENTATION = 0x100f |
Define "AL_ORIENTATION" with expression '0x100F ', CType: int. More... | |
static final int | AL_FORMAT_STEREO8 = 0x1102 |
Define "AL_FORMAT_STEREO8" with expression '0x1102 ', CType: int. More... | |
static final int | AL_CONE_OUTER_ANGLE = 0x1002 |
Define "AL_CONE_OUTER_ANGLE" with expression '0x1002 ', CType: int. More... | |
static final int | AL_DOPPLER_VELOCITY = 0xc001 |
Define "AL_DOPPLER_VELOCITY" with expression '0xC001 ', CType: int. More... | |
static final int | AL_RENDERER = 0xb003 |
Define "AL_RENDERER" with expression '0xB003 ', CType: int. More... | |
static final int | AL_SAMPLE_OFFSET = 0x1025 |
Define "AL_SAMPLE_OFFSET" with expression '0x1025 ', CType: int. More... | |
static final int | AL_FORMAT_STEREO16 = 0x1103 |
Define "AL_FORMAT_STEREO16" with expression '0x1103 ', CType: int. More... | |
static final int | AL_SEC_OFFSET = 0x1024 |
Define "AL_SEC_OFFSET" with expression '0x1024 ', CType: int. More... | |
static final int | AL_POSITION = 0x1004 |
Define "AL_POSITION" with expression '0x1004 ', CType: int. More... | |
static final int | AL_PENDING = 0x2011 |
Define "AL_PENDING" with expression '0x2011 ', CType: int. More... | |
static final int | AL_UNUSED = 0x2010 |
Define "AL_UNUSED" with expression '0x2010 ', CType: int. More... | |
static final int | AL_INVALID_VALUE = 0xa003 |
Define "AL_INVALID_VALUE" with expression '0xA003 ', CType: int. More... | |
static final int | AL_NONE = 0x0 |
Define "AL_NONE" with expression '0 ', CType: int. More... | |
static final int | AL_BUFFER = 0x1009 |
Define "AL_BUFFER" with expression '0x1009 ', CType: int. More... | |
static final int | AL_BUFFERS_PROCESSED = 0x1016 |
Define "AL_BUFFERS_PROCESSED" with expression '0x1016 ', CType: int. More... | |
static final int | AL_VELOCITY = 0x1006 |
Define "AL_VELOCITY" with expression '0x1006 ', CType: int. More... | |
static final int | AL_DOPPLER_FACTOR = 0xc000 |
Define "AL_DOPPLER_FACTOR" with expression '0xC000 ', CType: int. More... | |
static final int | AL_MAX_GAIN = 0x100e |
Define "AL_MAX_GAIN" with expression '0x100E ', CType: int. More... | |
static final int | AL_SPEED_OF_SOUND = 0xc003 |
Define "AL_SPEED_OF_SOUND" with expression '0xC003 ', CType: int. More... | |
static final int | AL_UNDETERMINED = 0x1030 |
Define "AL_UNDETERMINED" with expression '0x1030 ', CType: int. More... | |
static final int | AL_EXTENSIONS = 0xb004 |
Define "AL_EXTENSIONS" with expression '0xB004 ', CType: int. More... | |
static final int | AL_EXPONENT_DISTANCE = 0xd005 |
Define "AL_EXPONENT_DISTANCE" with expression '0xD005 ', CType: int. More... | |
static final int | AL_INVALID = ( - 0x1 ) |
Define "AL_INVALID" with expression '(-1) ', CType: int. More... | |
static final int | AL_VERSION = 0xb002 |
Define "AL_VERSION" with expression '0xB002 ', CType: int. More... | |
static final int | AL_INITIAL = 0x1011 |
Define "AL_INITIAL" with expression '0x1011 ', CType: int. More... | |
static final int | AL_BUFFERS_QUEUED = 0x1015 |
Define "AL_BUFFERS_QUEUED" with expression '0x1015 ', CType: int. More... | |
static final int | AL_BITS = 0x2002 |
Define "AL_BITS" with expression '0x2002 ', CType: int. More... | |
static final int | AL_CONE_INNER_ANGLE = 0x1001 |
Define "AL_CONE_INNER_ANGLE" with expression '0x1001 ', CType: int. More... | |
static final int | AL_SOURCE_RELATIVE = 0x202 |
Define "AL_SOURCE_RELATIVE" with expression '0x202 ', CType: int. More... | |
static final int | AL_SOURCE_TYPE = 0x1027 |
Define "AL_SOURCE_TYPE" with expression '0x1027 ', CType: int. More... | |
static final int | AL_LINEAR_DISTANCE_CLAMPED = 0xd004 |
Define "AL_LINEAR_DISTANCE_CLAMPED" with expression '0xD004 ', CType: int. More... | |
static final int | AL_FORMAT_MONO16 = 0x1101 |
Define "AL_FORMAT_MONO16" with expression '0x1101 ', CType: int. More... | |
static final int | AL_FALSE = 0x0 |
Define "AL_FALSE" with expression '0 ', CType: int. More... | |
static final int | AL_INVALID_NAME = 0xa001 |
Define "AL_INVALID_NAME" with expression '0xA001 ', CType: int. More... | |
void com.jogamp.openal.AL.alBuffer3f | ( | int | buffer, |
int | param, | ||
float | value1, | ||
float | value2, | ||
float | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alBuffer3f(ALuint buffer, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3)
void com.jogamp.openal.AL.alBuffer3i | ( | int | buffer, |
int | param, | ||
int | value1, | ||
int | value2, | ||
int | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alBuffer3i(ALuint buffer, ALenum param, ALint value1, ALint value2, ALint value3)
void com.jogamp.openal.AL.alBufferData | ( | int | buffer, |
int | format, | ||
Buffer | data, | ||
int | size, | ||
int | samplerate | ||
) |
Entry point (through function pointer) to C language function:
void alBufferData(ALuint buffer, ALenum format, const ALvoid * data, ALsizei size, ALsizei samplerate)
data | a direct or array-backed java.nio.Buffer |
void com.jogamp.openal.AL.alBufferf | ( | int | buffer, |
int | param, | ||
float | value | ||
) |
Entry point (through function pointer) to C language function:
void alBufferf(ALuint buffer, ALenum param, ALfloat value)
void com.jogamp.openal.AL.alBufferfv | ( | int | buffer, |
int | param, | ||
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alBufferfv(ALuint buffer, ALenum param, const ALfloat * values)
void com.jogamp.openal.AL.alBufferfv | ( | int | buffer, |
int | param, | ||
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alBufferfv(ALuint buffer, ALenum param, const ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alBufferi | ( | int | buffer, |
int | param, | ||
int | value | ||
) |
Entry point (through function pointer) to C language function:
void alBufferi(ALuint buffer, ALenum param, ALint value)
void com.jogamp.openal.AL.alBufferiv | ( | int | buffer, |
int | param, | ||
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alBufferiv(ALuint buffer, ALenum param, const ALint * values)
void com.jogamp.openal.AL.alBufferiv | ( | int | buffer, |
int | param, | ||
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alBufferiv(ALuint buffer, ALenum param, const ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alDeleteBuffers | ( | int | n, |
int[] | buffers, | ||
int | buffers_offset | ||
) |
Entry point (through function pointer) to C language function:
void alDeleteBuffers(ALsizei n, const ALuint * buffers)
void com.jogamp.openal.AL.alDeleteBuffers | ( | int | n, |
IntBuffer | buffers | ||
) |
Entry point (through function pointer) to C language function:
void alDeleteBuffers(ALsizei n, const ALuint * buffers)
buffers | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alDeleteSources | ( | int | n, |
int[] | sources, | ||
int | sources_offset | ||
) |
Entry point (through function pointer) to C language function:
void alDeleteSources(ALsizei n, const ALuint * sources)
void com.jogamp.openal.AL.alDeleteSources | ( | int | n, |
IntBuffer | sources | ||
) |
Entry point (through function pointer) to C language function:
void alDeleteSources(ALsizei n, const ALuint * sources)
sources | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alDisable | ( | int | capability | ) |
Entry point (through function pointer) to C language function:
void alDisable(ALenum capability)
void com.jogamp.openal.AL.alDistanceModel | ( | int | distanceModel | ) |
Entry point (through function pointer) to C language function:
void alDistanceModel(ALenum distanceModel)
void com.jogamp.openal.AL.alDopplerFactor | ( | float | value | ) |
Entry point (through function pointer) to C language function:
void alDopplerFactor(ALfloat value)
void com.jogamp.openal.AL.alDopplerVelocity | ( | float | value | ) |
Entry point (through function pointer) to C language function:
void alDopplerVelocity(ALfloat value)
void com.jogamp.openal.AL.alEnable | ( | int | capability | ) |
Entry point (through function pointer) to C language function:
void alEnable(ALenum capability)
void com.jogamp.openal.AL.alGenBuffers | ( | int | n, |
int[] | buffers, | ||
int | buffers_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGenBuffers(ALsizei n, ALuint * buffers)
void com.jogamp.openal.AL.alGenBuffers | ( | int | n, |
IntBuffer | buffers | ||
) |
Entry point (through function pointer) to C language function:
void alGenBuffers(ALsizei n, ALuint * buffers)
buffers | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGenSources | ( | int | n, |
int[] | sources, | ||
int | sources_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGenSources(ALsizei n, ALuint * sources)
void com.jogamp.openal.AL.alGenSources | ( | int | n, |
IntBuffer | sources | ||
) |
Entry point (through function pointer) to C language function:
void alGenSources(ALsizei n, ALuint * sources)
sources | a direct or array-backed java.nio.IntBuffer |
boolean com.jogamp.openal.AL.alGetBoolean | ( | int | param | ) |
Entry point (through function pointer) to C language function:
ALboolean alGetBoolean(ALenum param)
void com.jogamp.openal.AL.alGetBooleanv | ( | int | param, |
byte[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBooleanv(ALenum param, ALboolean * values)
void com.jogamp.openal.AL.alGetBooleanv | ( | int | param, |
ByteBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetBooleanv(ALenum param, ALboolean * values)
values | a direct or array-backed java.nio.ByteBuffer |
void com.jogamp.openal.AL.alGetBuffer3f | ( | int | buffer, |
int | param, | ||
float[] | value1, | ||
int | value1_offset, | ||
float[] | value2, | ||
int | value2_offset, | ||
float[] | value3, | ||
int | value3_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBuffer3f(ALuint buffer, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3)
void com.jogamp.openal.AL.alGetBuffer3f | ( | int | buffer, |
int | param, | ||
FloatBuffer | value1, | ||
FloatBuffer | value2, | ||
FloatBuffer | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alGetBuffer3f(ALuint buffer, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3)
value1 | a direct or array-backed java.nio.FloatBuffer |
value2 | a direct or array-backed java.nio.FloatBuffer |
value3 | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetBuffer3i | ( | int | buffer, |
int | param, | ||
int[] | value1, | ||
int | value1_offset, | ||
int[] | value2, | ||
int | value2_offset, | ||
int[] | value3, | ||
int | value3_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBuffer3i(ALuint buffer, ALenum param, ALint * value1, ALint * value2, ALint * value3)
void com.jogamp.openal.AL.alGetBuffer3i | ( | int | buffer, |
int | param, | ||
IntBuffer | value1, | ||
IntBuffer | value2, | ||
IntBuffer | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alGetBuffer3i(ALuint buffer, ALenum param, ALint * value1, ALint * value2, ALint * value3)
value1 | a direct or array-backed java.nio.IntBuffer |
value2 | a direct or array-backed java.nio.IntBuffer |
value3 | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetBufferf | ( | int | buffer, |
int | param, | ||
float[] | value, | ||
int | value_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferf(ALuint buffer, ALenum param, ALfloat * value)
void com.jogamp.openal.AL.alGetBufferf | ( | int | buffer, |
int | param, | ||
FloatBuffer | value | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferf(ALuint buffer, ALenum param, ALfloat * value)
value | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetBufferfv | ( | int | buffer, |
int | param, | ||
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferfv(ALuint buffer, ALenum param, ALfloat * values)
void com.jogamp.openal.AL.alGetBufferfv | ( | int | buffer, |
int | param, | ||
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferfv(ALuint buffer, ALenum param, ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetBufferi | ( | int | buffer, |
int | param, | ||
int[] | value, | ||
int | value_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferi(ALuint buffer, ALenum param, ALint * value)
void com.jogamp.openal.AL.alGetBufferi | ( | int | buffer, |
int | param, | ||
IntBuffer | value | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferi(ALuint buffer, ALenum param, ALint * value)
value | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetBufferiv | ( | int | buffer, |
int | param, | ||
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferiv(ALuint buffer, ALenum param, ALint * values)
void com.jogamp.openal.AL.alGetBufferiv | ( | int | buffer, |
int | param, | ||
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetBufferiv(ALuint buffer, ALenum param, ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
double com.jogamp.openal.AL.alGetDouble | ( | int | param | ) |
Entry point (through function pointer) to C language function:
ALdouble alGetDouble(ALenum param)
void com.jogamp.openal.AL.alGetDoublev | ( | int | param, |
double[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetDoublev(ALenum param, ALdouble * values)
void com.jogamp.openal.AL.alGetDoublev | ( | int | param, |
DoubleBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetDoublev(ALenum param, ALdouble * values)
values | a direct or array-backed java.nio.DoubleBuffer |
int com.jogamp.openal.AL.alGetEnumValue | ( | String | ename | ) |
Entry point (through function pointer) to C language function:
ALenum alGetEnumValue(const ALchar * ename)
int com.jogamp.openal.AL.alGetError | ( | ) |
Entry point (through function pointer) to C language function:
ALenum alGetError()
float com.jogamp.openal.AL.alGetFloat | ( | int | param | ) |
Entry point (through function pointer) to C language function:
ALfloat alGetFloat(ALenum param)
void com.jogamp.openal.AL.alGetFloatv | ( | int | param, |
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetFloatv(ALenum param, ALfloat * values)
void com.jogamp.openal.AL.alGetFloatv | ( | int | param, |
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetFloatv(ALenum param, ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
int com.jogamp.openal.AL.alGetInteger | ( | int | param | ) |
Entry point (through function pointer) to C language function:
ALint alGetInteger(ALenum param)
void com.jogamp.openal.AL.alGetIntegerv | ( | int | param, |
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetIntegerv(ALenum param, ALint * values)
void com.jogamp.openal.AL.alGetIntegerv | ( | int | param, |
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetIntegerv(ALenum param, ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetListener3f | ( | int | param, |
float[] | value1, | ||
int | value1_offset, | ||
float[] | value2, | ||
int | value2_offset, | ||
float[] | value3, | ||
int | value3_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetListener3f(ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3)
void com.jogamp.openal.AL.alGetListener3f | ( | int | param, |
FloatBuffer | value1, | ||
FloatBuffer | value2, | ||
FloatBuffer | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alGetListener3f(ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3)
value1 | a direct or array-backed java.nio.FloatBuffer |
value2 | a direct or array-backed java.nio.FloatBuffer |
value3 | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetListener3i | ( | int | param, |
int[] | value1, | ||
int | value1_offset, | ||
int[] | value2, | ||
int | value2_offset, | ||
int[] | value3, | ||
int | value3_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetListener3i(ALenum param, ALint * value1, ALint * value2, ALint * value3)
void com.jogamp.openal.AL.alGetListener3i | ( | int | param, |
IntBuffer | value1, | ||
IntBuffer | value2, | ||
IntBuffer | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alGetListener3i(ALenum param, ALint * value1, ALint * value2, ALint * value3)
value1 | a direct or array-backed java.nio.IntBuffer |
value2 | a direct or array-backed java.nio.IntBuffer |
value3 | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetListenerf | ( | int | param, |
float[] | value, | ||
int | value_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetListenerf(ALenum param, ALfloat * value)
void com.jogamp.openal.AL.alGetListenerf | ( | int | param, |
FloatBuffer | value | ||
) |
Entry point (through function pointer) to C language function:
void alGetListenerf(ALenum param, ALfloat * value)
value | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetListenerfv | ( | int | param, |
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetListenerfv(ALenum param, ALfloat * values)
void com.jogamp.openal.AL.alGetListenerfv | ( | int | param, |
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetListenerfv(ALenum param, ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetListeneri | ( | int | param, |
int[] | value, | ||
int | value_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetListeneri(ALenum param, ALint * value)
void com.jogamp.openal.AL.alGetListeneri | ( | int | param, |
IntBuffer | value | ||
) |
Entry point (through function pointer) to C language function:
void alGetListeneri(ALenum param, ALint * value)
value | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetListeneriv | ( | int | param, |
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetListeneriv(ALenum param, ALint * values)
void com.jogamp.openal.AL.alGetListeneriv | ( | int | param, |
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetListeneriv(ALenum param, ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetSource3f | ( | int | source, |
int | param, | ||
float[] | value1, | ||
int | value1_offset, | ||
float[] | value2, | ||
int | value2_offset, | ||
float[] | value3, | ||
int | value3_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetSource3f(ALuint source, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3)
void com.jogamp.openal.AL.alGetSource3f | ( | int | source, |
int | param, | ||
FloatBuffer | value1, | ||
FloatBuffer | value2, | ||
FloatBuffer | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alGetSource3f(ALuint source, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3)
value1 | a direct or array-backed java.nio.FloatBuffer |
value2 | a direct or array-backed java.nio.FloatBuffer |
value3 | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetSource3i | ( | int | source, |
int | param, | ||
int[] | value1, | ||
int | value1_offset, | ||
int[] | value2, | ||
int | value2_offset, | ||
int[] | value3, | ||
int | value3_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetSource3i(ALuint source, ALenum param, ALint * value1, ALint * value2, ALint * value3)
void com.jogamp.openal.AL.alGetSource3i | ( | int | source, |
int | param, | ||
IntBuffer | value1, | ||
IntBuffer | value2, | ||
IntBuffer | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alGetSource3i(ALuint source, ALenum param, ALint * value1, ALint * value2, ALint * value3)
value1 | a direct or array-backed java.nio.IntBuffer |
value2 | a direct or array-backed java.nio.IntBuffer |
value3 | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetSourcef | ( | int | source, |
int | param, | ||
float[] | value, | ||
int | value_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourcef(ALuint source, ALenum param, ALfloat * value)
void com.jogamp.openal.AL.alGetSourcef | ( | int | source, |
int | param, | ||
FloatBuffer | value | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourcef(ALuint source, ALenum param, ALfloat * value)
value | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetSourcefv | ( | int | source, |
int | param, | ||
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourcefv(ALuint source, ALenum param, ALfloat * values)
void com.jogamp.openal.AL.alGetSourcefv | ( | int | source, |
int | param, | ||
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourcefv(ALuint source, ALenum param, ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alGetSourcei | ( | int | source, |
int | param, | ||
int[] | value, | ||
int | value_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourcei(ALuint source, ALenum param, ALint * value)
void com.jogamp.openal.AL.alGetSourcei | ( | int | source, |
int | param, | ||
IntBuffer | value | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourcei(ALuint source, ALenum param, ALint * value)
value | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alGetSourceiv | ( | int | source, |
int | param, | ||
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourceiv(ALuint source, ALenum param, ALint * values)
void com.jogamp.openal.AL.alGetSourceiv | ( | int | source, |
int | param, | ||
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alGetSourceiv(ALuint source, ALenum param, ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
String com.jogamp.openal.AL.alGetString | ( | int | param | ) |
Entry point (through function pointer) to C language function:
const ALchar * alGetString(ALenum param)
boolean com.jogamp.openal.AL.alIsBuffer | ( | int | buffer | ) |
Entry point (through function pointer) to C language function:
ALboolean alIsBuffer(ALuint buffer)
boolean com.jogamp.openal.AL.alIsEnabled | ( | int | capability | ) |
Entry point (through function pointer) to C language function:
ALboolean alIsEnabled(ALenum capability)
boolean com.jogamp.openal.AL.alIsExtensionPresent | ( | String | extname | ) |
Entry point (through function pointer) to C language function:
ALboolean alIsExtensionPresent(const ALchar * extname)
boolean com.jogamp.openal.AL.alIsSource | ( | int | source | ) |
Entry point (through function pointer) to C language function:
ALboolean alIsSource(ALuint source)
void com.jogamp.openal.AL.alListener3f | ( | int | param, |
float | value1, | ||
float | value2, | ||
float | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alListener3f(ALenum param, ALfloat value1, ALfloat value2, ALfloat value3)
void com.jogamp.openal.AL.alListener3i | ( | int | param, |
int | value1, | ||
int | value2, | ||
int | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alListener3i(ALenum param, ALint value1, ALint value2, ALint value3)
void com.jogamp.openal.AL.alListenerf | ( | int | param, |
float | value | ||
) |
Entry point (through function pointer) to C language function:
void alListenerf(ALenum param, ALfloat value)
void com.jogamp.openal.AL.alListenerfv | ( | int | param, |
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alListenerfv(ALenum param, const ALfloat * values)
void com.jogamp.openal.AL.alListenerfv | ( | int | param, |
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alListenerfv(ALenum param, const ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alListeneri | ( | int | param, |
int | value | ||
) |
Entry point (through function pointer) to C language function:
void alListeneri(ALenum param, ALint value)
void com.jogamp.openal.AL.alListeneriv | ( | int | param, |
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alListeneriv(ALenum param, const ALint * values)
void com.jogamp.openal.AL.alListeneriv | ( | int | param, |
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alListeneriv(ALenum param, const ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSource3f | ( | int | source, |
int | param, | ||
float | value1, | ||
float | value2, | ||
float | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alSource3f(ALuint source, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3)
void com.jogamp.openal.AL.alSource3i | ( | int | source, |
int | param, | ||
int | value1, | ||
int | value2, | ||
int | value3 | ||
) |
Entry point (through function pointer) to C language function:
void alSource3i(ALuint source, ALenum param, ALint value1, ALint value2, ALint value3)
void com.jogamp.openal.AL.alSourcef | ( | int | source, |
int | param, | ||
float | value | ||
) |
Entry point (through function pointer) to C language function:
void alSourcef(ALuint source, ALenum param, ALfloat value)
void com.jogamp.openal.AL.alSourcefv | ( | int | source, |
int | param, | ||
float[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourcefv(ALuint source, ALenum param, const ALfloat * values)
void com.jogamp.openal.AL.alSourcefv | ( | int | source, |
int | param, | ||
FloatBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alSourcefv(ALuint source, ALenum param, const ALfloat * values)
values | a direct or array-backed java.nio.FloatBuffer |
void com.jogamp.openal.AL.alSourcei | ( | int | source, |
int | param, | ||
int | value | ||
) |
Entry point (through function pointer) to C language function:
void alSourcei(ALuint source, ALenum param, ALint value)
void com.jogamp.openal.AL.alSourceiv | ( | int | source, |
int | param, | ||
int[] | values, | ||
int | values_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourceiv(ALuint source, ALenum param, const ALint * values)
void com.jogamp.openal.AL.alSourceiv | ( | int | source, |
int | param, | ||
IntBuffer | values | ||
) |
Entry point (through function pointer) to C language function:
void alSourceiv(ALuint source, ALenum param, const ALint * values)
values | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSourcePause | ( | int | source | ) |
Entry point (through function pointer) to C language function:
void alSourcePause(ALuint source)
void com.jogamp.openal.AL.alSourcePausev | ( | int | n, |
int[] | sources, | ||
int | sources_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourcePausev(ALsizei n, const ALuint * sources)
void com.jogamp.openal.AL.alSourcePausev | ( | int | n, |
IntBuffer | sources | ||
) |
Entry point (through function pointer) to C language function:
void alSourcePausev(ALsizei n, const ALuint * sources)
sources | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSourcePlay | ( | int | source | ) |
Entry point (through function pointer) to C language function:
void alSourcePlay(ALuint source)
void com.jogamp.openal.AL.alSourcePlayv | ( | int | n, |
int[] | sources, | ||
int | sources_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourcePlayv(ALsizei n, const ALuint * sources)
void com.jogamp.openal.AL.alSourcePlayv | ( | int | n, |
IntBuffer | sources | ||
) |
Entry point (through function pointer) to C language function:
void alSourcePlayv(ALsizei n, const ALuint * sources)
sources | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSourceQueueBuffers | ( | int | source, |
int | nb, | ||
int[] | buffers, | ||
int | buffers_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourceQueueBuffers(ALuint source, ALsizei nb, const ALuint * buffers)
void com.jogamp.openal.AL.alSourceQueueBuffers | ( | int | source, |
int | nb, | ||
IntBuffer | buffers | ||
) |
Entry point (through function pointer) to C language function:
void alSourceQueueBuffers(ALuint source, ALsizei nb, const ALuint * buffers)
buffers | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSourceRewind | ( | int | source | ) |
Entry point (through function pointer) to C language function:
void alSourceRewind(ALuint source)
void com.jogamp.openal.AL.alSourceRewindv | ( | int | n, |
int[] | sources, | ||
int | sources_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourceRewindv(ALsizei n, const ALuint * sources)
void com.jogamp.openal.AL.alSourceRewindv | ( | int | n, |
IntBuffer | sources | ||
) |
Entry point (through function pointer) to C language function:
void alSourceRewindv(ALsizei n, const ALuint * sources)
sources | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSourceStop | ( | int | source | ) |
Entry point (through function pointer) to C language function:
void alSourceStop(ALuint source)
void com.jogamp.openal.AL.alSourceStopv | ( | int | n, |
int[] | sources, | ||
int | sources_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourceStopv(ALsizei n, const ALuint * sources)
void com.jogamp.openal.AL.alSourceStopv | ( | int | n, |
IntBuffer | sources | ||
) |
Entry point (through function pointer) to C language function:
void alSourceStopv(ALsizei n, const ALuint * sources)
sources | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSourceUnqueueBuffers | ( | int | source, |
int | nb, | ||
int[] | buffers, | ||
int | buffers_offset | ||
) |
Entry point (through function pointer) to C language function:
void alSourceUnqueueBuffers(ALuint source, ALsizei nb, ALuint * buffers)
void com.jogamp.openal.AL.alSourceUnqueueBuffers | ( | int | source, |
int | nb, | ||
IntBuffer | buffers | ||
) |
Entry point (through function pointer) to C language function:
void alSourceUnqueueBuffers(ALuint source, ALsizei nb, ALuint * buffers)
buffers | a direct or array-backed java.nio.IntBuffer |
void com.jogamp.openal.AL.alSpeedOfSound | ( | float | value | ) |
Entry point (through function pointer) to C language function:
void alSpeedOfSound(ALfloat value)