|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjogamp.openal.ALImpl
public class ALImpl
Field Summary |
---|
Fields inherited from interface com.jogamp.openal.AL |
---|
HAS_STDDEF |
Constructor Summary | |
---|---|
ALImpl()
|
Method Summary | |
---|---|
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); |
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); |
void |
alBufferData(int buffer,
int format,
Buffer data,
int size,
int freq)
Entry point (through function pointer) to C language function: void alBufferData(ALuint buffer, ALenum format, const ALvoid * data, ALsizei size, ALsizei freq); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
void |
alDeleteBuffers(int n,
IntBuffer buffers)
Entry point (through function pointer) to C language function: void alDeleteBuffers(ALsizei n, const ALuint * buffers); |
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); |
void |
alDeleteSources(int n,
IntBuffer sources)
Entry point (through function pointer) to C language function: void alDeleteSources(ALsizei n, const ALuint * sources); |
void |
alDisable(int capability)
Entry point (through function pointer) to C language function: void alDisable(ALenum capability); |
void |
alDistanceModel(int distanceModel)
Entry point (through function pointer) to C language function: void alDistanceModel(ALenum distanceModel); |
void |
alDopplerFactor(float value)
Entry point (through function pointer) to C language function: void alDopplerFactor(ALfloat value); |
void |
alDopplerVelocity(float value)
Entry point (through function pointer) to C language function: void alDopplerVelocity(ALfloat value); |
void |
alEnable(int capability)
Entry point (through function pointer) to C language function: void alEnable(ALenum capability); |
void |
alGenBuffers(int n,
int[] buffers,
int buffers_offset)
Entry point (through function pointer) to C language function: void alGenBuffers(ALsizei n, ALuint * buffers); |
void |
alGenBuffers(int n,
IntBuffer buffers)
Entry point (through function pointer) to C language function: void alGenBuffers(ALsizei n, ALuint * buffers); |
void |
alGenSources(int n,
int[] sources,
int sources_offset)
Entry point (through function pointer) to C language function: void alGenSources(ALsizei n, ALuint * sources); |
void |
alGenSources(int n,
IntBuffer sources)
Entry point (through function pointer) to C language function: void alGenSources(ALsizei n, ALuint * sources); |
boolean |
alGetBoolean(int param)
Entry point (through function pointer) to C language function: ALboolean alGetBoolean(ALenum param); |
void |
alGetBooleanv(int param,
byte[] values,
int values_offset)
Entry point (through function pointer) to C language function: void alGetBooleanv(ALenum param, ALboolean * values); |
void |
alGetBooleanv(int param,
ByteBuffer values)
Entry point (through function pointer) to C language function: void alGetBooleanv(ALenum param, ALboolean * values); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
double |
alGetDouble(int param)
Entry point (through function pointer) to C language function: ALdouble alGetDouble(ALenum param); |
void |
alGetDoublev(int param,
double[] values,
int values_offset)
Entry point (through function pointer) to C language function: void alGetDoublev(ALenum param, ALdouble * values); |
void |
alGetDoublev(int param,
DoubleBuffer values)
Entry point (through function pointer) to C language function: void alGetDoublev(ALenum param, ALdouble * values); |
int |
alGetEnumValue(String ename)
Entry point (through function pointer) to C language function: ALenum alGetEnumValue(const ALchar * ename); |
int |
alGetError()
Entry point (through function pointer) to C language function: ALenum alGetError(void); |
float |
alGetFloat(int param)
Entry point (through function pointer) to C language function: ALfloat alGetFloat(ALenum param); |
void |
alGetFloatv(int param,
float[] values,
int values_offset)
Entry point (through function pointer) to C language function: void alGetFloatv(ALenum param, ALfloat * values); |
void |
alGetFloatv(int param,
FloatBuffer values)
Entry point (through function pointer) to C language function: void alGetFloatv(ALenum param, ALfloat * values); |
int |
alGetInteger(int param)
Entry point (through function pointer) to C language function: ALint alGetInteger(ALenum param); |
void |
alGetIntegerv(int param,
int[] values,
int values_offset)
Entry point (through function pointer) to C language function: void alGetIntegerv(ALenum param, ALint * values); |
void |
alGetIntegerv(int param,
IntBuffer values)
Entry point (through function pointer) to C language function: void alGetIntegerv(ALenum param, ALint * values); |
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); |
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); |
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); |
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); |
void |
alGetListenerf(int param,
float[] value,
int value_offset)
Entry point (through function pointer) to C language function: void alGetListenerf(ALenum param, ALfloat * value); |
void |
alGetListenerf(int param,
FloatBuffer value)
Entry point (through function pointer) to C language function: void alGetListenerf(ALenum param, ALfloat * value); |
void |
alGetListenerfv(int param,
float[] values,
int values_offset)
Entry point (through function pointer) to C language function: void alGetListenerfv(ALenum param, ALfloat * values); |
void |
alGetListenerfv(int param,
FloatBuffer values)
Entry point (through function pointer) to C language function: void alGetListenerfv(ALenum param, ALfloat * values); |
void |
alGetListeneri(int param,
int[] value,
int value_offset)
Entry point (through function pointer) to C language function: void alGetListeneri(ALenum param, ALint * value); |
void |
alGetListeneri(int param,
IntBuffer value)
Entry point (through function pointer) to C language function: void alGetListeneri(ALenum param, ALint * value); |
void |
alGetListeneriv(int param,
int[] values,
int values_offset)
Entry point (through function pointer) to C language function: void alGetListeneriv(ALenum param, ALint * values); |
void |
alGetListeneriv(int param,
IntBuffer values)
Entry point (through function pointer) to C language function: void alGetListeneriv(ALenum param, ALint * values); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
String |
alGetString(int param)
Entry point (through function pointer) to C language function: const ALchar * alGetString(ALenum param); |
boolean |
alIsBuffer(int buffer)
Entry point (through function pointer) to C language function: ALboolean alIsBuffer(ALuint buffer); |
boolean |
alIsEnabled(int capability)
Entry point (through function pointer) to C language function: ALboolean alIsEnabled(ALenum capability); |
boolean |
alIsExtensionPresent(String extname)
Entry point (through function pointer) to C language function: ALboolean alIsExtensionPresent(const ALchar * extname); |
boolean |
alIsSource(int source)
Entry point (through function pointer) to C language function: ALboolean alIsSource(ALuint source); |
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); |
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); |
void |
alListenerf(int param,
float value)
Entry point (through function pointer) to C language function: void alListenerf(ALenum param, ALfloat value); |
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); |
void |
alListenerfv(int param,
FloatBuffer values)
Entry point (through function pointer) to C language function: void alListenerfv(ALenum param, const ALfloat * values); |
void |
alListeneri(int param,
int value)
Entry point (through function pointer) to C language function: void alListeneri(ALenum param, ALint value); |
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); |
void |
alListeneriv(int param,
IntBuffer values)
Entry point (through function pointer) to C language function: void alListeneriv(ALenum param, const ALint * values); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
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); |
void |
alSourcePause(int source)
Entry point (through function pointer) to C language function: void alSourcePause(ALuint source); |
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); |
void |
alSourcePausev(int n,
IntBuffer sources)
Entry point (through function pointer) to C language function: void alSourcePausev(ALsizei n, const ALuint * sources); |
void |
alSourcePlay(int source)
Entry point (through function pointer) to C language function: void alSourcePlay(ALuint source); |
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); |
void |
alSourcePlayv(int n,
IntBuffer sources)
Entry point (through function pointer) to C language function: void alSourcePlayv(ALsizei n, const ALuint * sources); |
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); |
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); |
void |
alSourceRewind(int source)
Entry point (through function pointer) to C language function: void alSourceRewind(ALuint source); |
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); |
void |
alSourceRewindv(int n,
IntBuffer sources)
Entry point (through function pointer) to C language function: void alSourceRewindv(ALsizei n, const ALuint * sources); |
void |
alSourceStop(int source)
Entry point (through function pointer) to C language function: void alSourceStop(ALuint source); |
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); |
void |
alSourceStopv(int n,
IntBuffer sources)
Entry point (through function pointer) to C language function: void alSourceStopv(ALsizei n, const ALuint * sources); |
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); |
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); |
void |
alSpeedOfSound(float value)
Entry point (through function pointer) to C language function: void alSpeedOfSound(ALfloat value); |
static ALProcAddressTable |
getALProcAddressTable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALImpl()
Method Detail |
---|
public void alBuffer3f(int buffer, int param, float value1, float value2, float value3)
void alBuffer3f(ALuint buffer, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3);
alBuffer3f
in interface AL
public void alBuffer3i(int buffer, int param, int value1, int value2, int value3)
void alBuffer3i(ALuint buffer, ALenum param, ALint value1, ALint value2, ALint value3);
alBuffer3i
in interface AL
public void alBufferData(int buffer, int format, Buffer data, int size, int freq)
void alBufferData(ALuint buffer, ALenum format, const ALvoid * data, ALsizei size, ALsizei freq);
alBufferData
in interface AL
data
- a direct or array-backed Buffer
public void alBufferf(int buffer, int param, float value)
void alBufferf(ALuint buffer, ALenum param, ALfloat value);
alBufferf
in interface AL
public void alBufferfv(int buffer, int param, FloatBuffer values)
void alBufferfv(ALuint buffer, ALenum param, const ALfloat * values);
alBufferfv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alBufferfv(int buffer, int param, float[] values, int values_offset)
void alBufferfv(ALuint buffer, ALenum param, const ALfloat * values);
alBufferfv
in interface AL
public void alBufferi(int buffer, int param, int value)
void alBufferi(ALuint buffer, ALenum param, ALint value);
alBufferi
in interface AL
public void alBufferiv(int buffer, int param, IntBuffer values)
void alBufferiv(ALuint buffer, ALenum param, const ALint * values);
alBufferiv
in interface AL
values
- a direct or array-backed IntBuffer
public void alBufferiv(int buffer, int param, int[] values, int values_offset)
void alBufferiv(ALuint buffer, ALenum param, const ALint * values);
alBufferiv
in interface AL
public void alDeleteBuffers(int n, IntBuffer buffers)
void alDeleteBuffers(ALsizei n, const ALuint * buffers);
alDeleteBuffers
in interface AL
buffers
- a direct or array-backed IntBuffer
public void alDeleteBuffers(int n, int[] buffers, int buffers_offset)
void alDeleteBuffers(ALsizei n, const ALuint * buffers);
alDeleteBuffers
in interface AL
public void alDeleteSources(int n, IntBuffer sources)
void alDeleteSources(ALsizei n, const ALuint * sources);
alDeleteSources
in interface AL
sources
- a direct or array-backed IntBuffer
public void alDeleteSources(int n, int[] sources, int sources_offset)
void alDeleteSources(ALsizei n, const ALuint * sources);
alDeleteSources
in interface AL
public void alDisable(int capability)
void alDisable(ALenum capability);
alDisable
in interface AL
public void alDistanceModel(int distanceModel)
void alDistanceModel(ALenum distanceModel);
alDistanceModel
in interface AL
public void alDopplerFactor(float value)
void alDopplerFactor(ALfloat value);
alDopplerFactor
in interface AL
public void alDopplerVelocity(float value)
void alDopplerVelocity(ALfloat value);
alDopplerVelocity
in interface AL
public void alEnable(int capability)
void alEnable(ALenum capability);
alEnable
in interface AL
public void alGenBuffers(int n, IntBuffer buffers)
void alGenBuffers(ALsizei n, ALuint * buffers);
alGenBuffers
in interface AL
buffers
- a direct or array-backed IntBuffer
public void alGenBuffers(int n, int[] buffers, int buffers_offset)
void alGenBuffers(ALsizei n, ALuint * buffers);
alGenBuffers
in interface AL
public void alGenSources(int n, IntBuffer sources)
void alGenSources(ALsizei n, ALuint * sources);
alGenSources
in interface AL
sources
- a direct or array-backed IntBuffer
public void alGenSources(int n, int[] sources, int sources_offset)
void alGenSources(ALsizei n, ALuint * sources);
alGenSources
in interface AL
public boolean alGetBoolean(int param)
ALboolean alGetBoolean(ALenum param);
alGetBoolean
in interface AL
public void alGetBooleanv(int param, ByteBuffer values)
void alGetBooleanv(ALenum param, ALboolean * values);
alGetBooleanv
in interface AL
values
- a direct or array-backed ByteBuffer
public void alGetBooleanv(int param, byte[] values, int values_offset)
void alGetBooleanv(ALenum param, ALboolean * values);
alGetBooleanv
in interface AL
public void alGetBuffer3f(int buffer, int param, FloatBuffer value1, FloatBuffer value2, FloatBuffer value3)
void alGetBuffer3f(ALuint buffer, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3);
alGetBuffer3f
in interface AL
value1
- a direct or array-backed FloatBuffer
value2
- a direct or array-backed FloatBuffer
value3
- a direct or array-backed FloatBuffer
public void alGetBuffer3f(int buffer, int param, float[] value1, int value1_offset, float[] value2, int value2_offset, float[] value3, int value3_offset)
void alGetBuffer3f(ALuint buffer, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3);
alGetBuffer3f
in interface AL
public void alGetBuffer3i(int buffer, int param, IntBuffer value1, IntBuffer value2, IntBuffer value3)
void alGetBuffer3i(ALuint buffer, ALenum param, ALint * value1, ALint * value2, ALint * value3);
alGetBuffer3i
in interface AL
value1
- a direct or array-backed IntBuffer
value2
- a direct or array-backed IntBuffer
value3
- a direct or array-backed IntBuffer
public void alGetBuffer3i(int buffer, int param, int[] value1, int value1_offset, int[] value2, int value2_offset, int[] value3, int value3_offset)
void alGetBuffer3i(ALuint buffer, ALenum param, ALint * value1, ALint * value2, ALint * value3);
alGetBuffer3i
in interface AL
public void alGetBufferf(int buffer, int param, FloatBuffer value)
void alGetBufferf(ALuint buffer, ALenum param, ALfloat * value);
alGetBufferf
in interface AL
value
- a direct or array-backed FloatBuffer
public void alGetBufferf(int buffer, int param, float[] value, int value_offset)
void alGetBufferf(ALuint buffer, ALenum param, ALfloat * value);
alGetBufferf
in interface AL
public void alGetBufferfv(int buffer, int param, FloatBuffer values)
void alGetBufferfv(ALuint buffer, ALenum param, ALfloat * values);
alGetBufferfv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alGetBufferfv(int buffer, int param, float[] values, int values_offset)
void alGetBufferfv(ALuint buffer, ALenum param, ALfloat * values);
alGetBufferfv
in interface AL
public void alGetBufferi(int buffer, int param, IntBuffer value)
void alGetBufferi(ALuint buffer, ALenum param, ALint * value);
alGetBufferi
in interface AL
value
- a direct or array-backed IntBuffer
public void alGetBufferi(int buffer, int param, int[] value, int value_offset)
void alGetBufferi(ALuint buffer, ALenum param, ALint * value);
alGetBufferi
in interface AL
public void alGetBufferiv(int buffer, int param, IntBuffer values)
void alGetBufferiv(ALuint buffer, ALenum param, ALint * values);
alGetBufferiv
in interface AL
values
- a direct or array-backed IntBuffer
public void alGetBufferiv(int buffer, int param, int[] values, int values_offset)
void alGetBufferiv(ALuint buffer, ALenum param, ALint * values);
alGetBufferiv
in interface AL
public double alGetDouble(int param)
ALdouble alGetDouble(ALenum param);
alGetDouble
in interface AL
public void alGetDoublev(int param, DoubleBuffer values)
void alGetDoublev(ALenum param, ALdouble * values);
alGetDoublev
in interface AL
values
- a direct or array-backed DoubleBuffer
public void alGetDoublev(int param, double[] values, int values_offset)
void alGetDoublev(ALenum param, ALdouble * values);
alGetDoublev
in interface AL
public int alGetEnumValue(String ename)
ALenum alGetEnumValue(const ALchar * ename);
alGetEnumValue
in interface AL
public int alGetError()
ALenum alGetError(void);
alGetError
in interface AL
public float alGetFloat(int param)
ALfloat alGetFloat(ALenum param);
alGetFloat
in interface AL
public void alGetFloatv(int param, FloatBuffer values)
void alGetFloatv(ALenum param, ALfloat * values);
alGetFloatv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alGetFloatv(int param, float[] values, int values_offset)
void alGetFloatv(ALenum param, ALfloat * values);
alGetFloatv
in interface AL
public int alGetInteger(int param)
ALint alGetInteger(ALenum param);
alGetInteger
in interface AL
public void alGetIntegerv(int param, IntBuffer values)
void alGetIntegerv(ALenum param, ALint * values);
alGetIntegerv
in interface AL
values
- a direct or array-backed IntBuffer
public void alGetIntegerv(int param, int[] values, int values_offset)
void alGetIntegerv(ALenum param, ALint * values);
alGetIntegerv
in interface AL
public void alGetListener3f(int param, FloatBuffer value1, FloatBuffer value2, FloatBuffer value3)
void alGetListener3f(ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3);
alGetListener3f
in interface AL
value1
- a direct or array-backed FloatBuffer
value2
- a direct or array-backed FloatBuffer
value3
- a direct or array-backed FloatBuffer
public void alGetListener3f(int param, float[] value1, int value1_offset, float[] value2, int value2_offset, float[] value3, int value3_offset)
void alGetListener3f(ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3);
alGetListener3f
in interface AL
public void alGetListener3i(int param, IntBuffer value1, IntBuffer value2, IntBuffer value3)
void alGetListener3i(ALenum param, ALint * value1, ALint * value2, ALint * value3);
alGetListener3i
in interface AL
value1
- a direct or array-backed IntBuffer
value2
- a direct or array-backed IntBuffer
value3
- a direct or array-backed IntBuffer
public void alGetListener3i(int param, int[] value1, int value1_offset, int[] value2, int value2_offset, int[] value3, int value3_offset)
void alGetListener3i(ALenum param, ALint * value1, ALint * value2, ALint * value3);
alGetListener3i
in interface AL
public void alGetListenerf(int param, FloatBuffer value)
void alGetListenerf(ALenum param, ALfloat * value);
alGetListenerf
in interface AL
value
- a direct or array-backed FloatBuffer
public void alGetListenerf(int param, float[] value, int value_offset)
void alGetListenerf(ALenum param, ALfloat * value);
alGetListenerf
in interface AL
public void alGetListenerfv(int param, FloatBuffer values)
void alGetListenerfv(ALenum param, ALfloat * values);
alGetListenerfv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alGetListenerfv(int param, float[] values, int values_offset)
void alGetListenerfv(ALenum param, ALfloat * values);
alGetListenerfv
in interface AL
public void alGetListeneri(int param, IntBuffer value)
void alGetListeneri(ALenum param, ALint * value);
alGetListeneri
in interface AL
value
- a direct or array-backed IntBuffer
public void alGetListeneri(int param, int[] value, int value_offset)
void alGetListeneri(ALenum param, ALint * value);
alGetListeneri
in interface AL
public void alGetListeneriv(int param, IntBuffer values)
void alGetListeneriv(ALenum param, ALint * values);
alGetListeneriv
in interface AL
values
- a direct or array-backed IntBuffer
public void alGetListeneriv(int param, int[] values, int values_offset)
void alGetListeneriv(ALenum param, ALint * values);
alGetListeneriv
in interface AL
public void alGetSource3f(int source, int param, FloatBuffer value1, FloatBuffer value2, FloatBuffer value3)
void alGetSource3f(ALuint source, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3);
alGetSource3f
in interface AL
value1
- a direct or array-backed FloatBuffer
value2
- a direct or array-backed FloatBuffer
value3
- a direct or array-backed FloatBuffer
public void alGetSource3f(int source, int param, float[] value1, int value1_offset, float[] value2, int value2_offset, float[] value3, int value3_offset)
void alGetSource3f(ALuint source, ALenum param, ALfloat * value1, ALfloat * value2, ALfloat * value3);
alGetSource3f
in interface AL
public void alGetSource3i(int source, int param, IntBuffer value1, IntBuffer value2, IntBuffer value3)
void alGetSource3i(ALuint source, ALenum param, ALint * value1, ALint * value2, ALint * value3);
alGetSource3i
in interface AL
value1
- a direct or array-backed IntBuffer
value2
- a direct or array-backed IntBuffer
value3
- a direct or array-backed IntBuffer
public void alGetSource3i(int source, int param, int[] value1, int value1_offset, int[] value2, int value2_offset, int[] value3, int value3_offset)
void alGetSource3i(ALuint source, ALenum param, ALint * value1, ALint * value2, ALint * value3);
alGetSource3i
in interface AL
public void alGetSourcef(int source, int param, FloatBuffer value)
void alGetSourcef(ALuint source, ALenum param, ALfloat * value);
alGetSourcef
in interface AL
value
- a direct or array-backed FloatBuffer
public void alGetSourcef(int source, int param, float[] value, int value_offset)
void alGetSourcef(ALuint source, ALenum param, ALfloat * value);
alGetSourcef
in interface AL
public void alGetSourcefv(int source, int param, FloatBuffer values)
void alGetSourcefv(ALuint source, ALenum param, ALfloat * values);
alGetSourcefv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alGetSourcefv(int source, int param, float[] values, int values_offset)
void alGetSourcefv(ALuint source, ALenum param, ALfloat * values);
alGetSourcefv
in interface AL
public void alGetSourcei(int source, int param, IntBuffer value)
void alGetSourcei(ALuint source, ALenum param, ALint * value);
alGetSourcei
in interface AL
value
- a direct or array-backed IntBuffer
public void alGetSourcei(int source, int param, int[] value, int value_offset)
void alGetSourcei(ALuint source, ALenum param, ALint * value);
alGetSourcei
in interface AL
public void alGetSourceiv(int source, int param, IntBuffer values)
void alGetSourceiv(ALuint source, ALenum param, ALint * values);
alGetSourceiv
in interface AL
values
- a direct or array-backed IntBuffer
public void alGetSourceiv(int source, int param, int[] values, int values_offset)
void alGetSourceiv(ALuint source, ALenum param, ALint * values);
alGetSourceiv
in interface AL
public String alGetString(int param)
const ALchar * alGetString(ALenum param);
alGetString
in interface AL
public boolean alIsBuffer(int buffer)
ALboolean alIsBuffer(ALuint buffer);
alIsBuffer
in interface AL
public boolean alIsEnabled(int capability)
ALboolean alIsEnabled(ALenum capability);
alIsEnabled
in interface AL
public boolean alIsExtensionPresent(String extname)
ALboolean alIsExtensionPresent(const ALchar * extname);
alIsExtensionPresent
in interface AL
public boolean alIsSource(int source)
ALboolean alIsSource(ALuint source);
alIsSource
in interface AL
public void alListener3f(int param, float value1, float value2, float value3)
void alListener3f(ALenum param, ALfloat value1, ALfloat value2, ALfloat value3);
alListener3f
in interface AL
public void alListener3i(int param, int value1, int value2, int value3)
void alListener3i(ALenum param, ALint value1, ALint value2, ALint value3);
alListener3i
in interface AL
public void alListenerf(int param, float value)
void alListenerf(ALenum param, ALfloat value);
alListenerf
in interface AL
public void alListenerfv(int param, FloatBuffer values)
void alListenerfv(ALenum param, const ALfloat * values);
alListenerfv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alListenerfv(int param, float[] values, int values_offset)
void alListenerfv(ALenum param, const ALfloat * values);
alListenerfv
in interface AL
public void alListeneri(int param, int value)
void alListeneri(ALenum param, ALint value);
alListeneri
in interface AL
public void alListeneriv(int param, IntBuffer values)
void alListeneriv(ALenum param, const ALint * values);
alListeneriv
in interface AL
values
- a direct or array-backed IntBuffer
public void alListeneriv(int param, int[] values, int values_offset)
void alListeneriv(ALenum param, const ALint * values);
alListeneriv
in interface AL
public void alSource3f(int source, int param, float value1, float value2, float value3)
void alSource3f(ALuint source, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3);
alSource3f
in interface AL
public void alSource3i(int source, int param, int value1, int value2, int value3)
void alSource3i(ALuint source, ALenum param, ALint value1, ALint value2, ALint value3);
alSource3i
in interface AL
public void alSourcePause(int source)
void alSourcePause(ALuint source);
alSourcePause
in interface AL
public void alSourcePausev(int n, IntBuffer sources)
void alSourcePausev(ALsizei n, const ALuint * sources);
alSourcePausev
in interface AL
sources
- a direct or array-backed IntBuffer
public void alSourcePausev(int n, int[] sources, int sources_offset)
void alSourcePausev(ALsizei n, const ALuint * sources);
alSourcePausev
in interface AL
public void alSourcePlay(int source)
void alSourcePlay(ALuint source);
alSourcePlay
in interface AL
public void alSourcePlayv(int n, IntBuffer sources)
void alSourcePlayv(ALsizei n, const ALuint * sources);
alSourcePlayv
in interface AL
sources
- a direct or array-backed IntBuffer
public void alSourcePlayv(int n, int[] sources, int sources_offset)
void alSourcePlayv(ALsizei n, const ALuint * sources);
alSourcePlayv
in interface AL
public void alSourceQueueBuffers(int source, int nb, IntBuffer buffers)
void alSourceQueueBuffers(ALuint source, ALsizei nb, const ALuint * buffers);
alSourceQueueBuffers
in interface AL
buffers
- a direct or array-backed IntBuffer
public void alSourceQueueBuffers(int source, int nb, int[] buffers, int buffers_offset)
void alSourceQueueBuffers(ALuint source, ALsizei nb, const ALuint * buffers);
alSourceQueueBuffers
in interface AL
public void alSourceRewind(int source)
void alSourceRewind(ALuint source);
alSourceRewind
in interface AL
public void alSourceRewindv(int n, IntBuffer sources)
void alSourceRewindv(ALsizei n, const ALuint * sources);
alSourceRewindv
in interface AL
sources
- a direct or array-backed IntBuffer
public void alSourceRewindv(int n, int[] sources, int sources_offset)
void alSourceRewindv(ALsizei n, const ALuint * sources);
alSourceRewindv
in interface AL
public void alSourceStop(int source)
void alSourceStop(ALuint source);
alSourceStop
in interface AL
public void alSourceStopv(int n, IntBuffer sources)
void alSourceStopv(ALsizei n, const ALuint * sources);
alSourceStopv
in interface AL
sources
- a direct or array-backed IntBuffer
public void alSourceStopv(int n, int[] sources, int sources_offset)
void alSourceStopv(ALsizei n, const ALuint * sources);
alSourceStopv
in interface AL
public void alSourceUnqueueBuffers(int source, int nb, IntBuffer buffers)
void alSourceUnqueueBuffers(ALuint source, ALsizei nb, ALuint * buffers);
alSourceUnqueueBuffers
in interface AL
buffers
- a direct or array-backed IntBuffer
public void alSourceUnqueueBuffers(int source, int nb, int[] buffers, int buffers_offset)
void alSourceUnqueueBuffers(ALuint source, ALsizei nb, ALuint * buffers);
alSourceUnqueueBuffers
in interface AL
public void alSourcef(int source, int param, float value)
void alSourcef(ALuint source, ALenum param, ALfloat value);
alSourcef
in interface AL
public void alSourcefv(int source, int param, FloatBuffer values)
void alSourcefv(ALuint source, ALenum param, const ALfloat * values);
alSourcefv
in interface AL
values
- a direct or array-backed FloatBuffer
public void alSourcefv(int source, int param, float[] values, int values_offset)
void alSourcefv(ALuint source, ALenum param, const ALfloat * values);
alSourcefv
in interface AL
public void alSourcei(int source, int param, int value)
void alSourcei(ALuint source, ALenum param, ALint value);
alSourcei
in interface AL
public void alSourceiv(int source, int param, IntBuffer values)
void alSourceiv(ALuint source, ALenum param, const ALint * values);
alSourceiv
in interface AL
values
- a direct or array-backed IntBuffer
public void alSourceiv(int source, int param, int[] values, int values_offset)
void alSourceiv(ALuint source, ALenum param, const ALint * values);
alSourceiv
in interface AL
public void alSpeedOfSound(float value)
void alSpeedOfSound(ALfloat value);
alSpeedOfSound
in interface AL
public static ALProcAddressTable getALProcAddressTable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |