JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.ALExt Interface Reference
Inheritance diagram for com.jogamp.openal.ALExt:
Collaboration diagram for com.jogamp.openal.ALExt:

Classes

interface  ALBUFFERCALLBACKTYPESOFT
 JavaCallback interface: ALBUFFERCALLBACKTYPESOFT -> ALsizei (*ALBUFFERCALLBACKTYPESOFT)(ALvoid * userptr, ALvoid * sampledata, ALsizei numbytes) More...
 
class  AlcEventCallbackSOFTKey
 Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) More...
 
interface  ALCEVENTPROCTYPESOFT
 JavaCallback interface: ALCEVENTPROCTYPESOFT -> void (*ALCEVENTPROCTYPESOFT)(ALCenum eventType, ALCenum deviceType, ALCdevice * device, ALCsizei length, const ALCchar * message, void * userParam) More...
 
interface  ALDEBUGPROCEXT
 JavaCallback interface: ALDEBUGPROCEXT -> void (*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam) More...
 
interface  ALEVENTPROCSOFT
 JavaCallback interface: ALEVENTPROCSOFT -> void (*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar * message, void * userParam) More...
 

Public Member Functions

void alBufferDataStatic (int buffer, int format, Buffer data, int size, int freq)
 Entry point (through function pointer) to C language function:
void alBufferDataStatic(ALuint buffer, ALenum format, ALvoid * data, ALsizei size, ALsizei freq)
More...
 
void alGenEffects (int n, IntBuffer effects)
 Entry point (through function pointer) to C language function:
void alGenEffects(ALsizei n, ALuint * effects)
More...
 
void alGenEffects (int n, int[] effects, int effects_offset)
 Entry point (through function pointer) to C language function:
void alGenEffects(ALsizei n, ALuint * effects)

More...
 
void alDeleteEffects (int n, IntBuffer effects)
 Entry point (through function pointer) to C language function:
void alDeleteEffects(ALsizei n, const ALuint * effects)
More...
 
void alDeleteEffects (int n, int[] effects, int effects_offset)
 Entry point (through function pointer) to C language function:
void alDeleteEffects(ALsizei n, const ALuint * effects)

More...
 
boolean alIsEffect (int effect)
 Entry point (through function pointer) to C language function:
ALboolean alIsEffect(ALuint effect)

More...
 
void alEffecti (int effect, int param, int iValue)
 Entry point (through function pointer) to C language function:
void alEffecti(ALuint effect, ALenum param, ALint iValue)

More...
 
void alEffectiv (int effect, int param, IntBuffer piValues)
 Entry point (through function pointer) to C language function:
void alEffectiv(ALuint effect, ALenum param, const ALint * piValues)
More...
 
void alEffectiv (int effect, int param, int[] piValues, int piValues_offset)
 Entry point (through function pointer) to C language function:
void alEffectiv(ALuint effect, ALenum param, const ALint * piValues)

More...
 
void alEffectf (int effect, int param, float flValue)
 Entry point (through function pointer) to C language function:
void alEffectf(ALuint effect, ALenum param, ALfloat flValue)

More...
 
void alEffectfv (int effect, int param, FloatBuffer pflValues)
 Entry point (through function pointer) to C language function:
void alEffectfv(ALuint effect, ALenum param, const ALfloat * pflValues)
More...
 
void alEffectfv (int effect, int param, float[] pflValues, int pflValues_offset)
 Entry point (through function pointer) to C language function:
void alEffectfv(ALuint effect, ALenum param, const ALfloat * pflValues)

More...
 
void alGetEffecti (int effect, int param, IntBuffer piValue)
 Entry point (through function pointer) to C language function:
void alGetEffecti(ALuint effect, ALenum param, ALint * piValue)
More...
 
void alGetEffecti (int effect, int param, int[] piValue, int piValue_offset)
 Entry point (through function pointer) to C language function:
void alGetEffecti(ALuint effect, ALenum param, ALint * piValue)

More...
 
void alGetEffectiv (int effect, int param, IntBuffer piValues)
 Entry point (through function pointer) to C language function:
void alGetEffectiv(ALuint effect, ALenum param, ALint * piValues)
More...
 
void alGetEffectiv (int effect, int param, int[] piValues, int piValues_offset)
 Entry point (through function pointer) to C language function:
void alGetEffectiv(ALuint effect, ALenum param, ALint * piValues)

More...
 
void alGetEffectf (int effect, int param, FloatBuffer pflValue)
 Entry point (through function pointer) to C language function:
void alGetEffectf(ALuint effect, ALenum param, ALfloat * pflValue)
More...
 
void alGetEffectf (int effect, int param, float[] pflValue, int pflValue_offset)
 Entry point (through function pointer) to C language function:
void alGetEffectf(ALuint effect, ALenum param, ALfloat * pflValue)

More...
 
void alGetEffectfv (int effect, int param, FloatBuffer pflValues)
 Entry point (through function pointer) to C language function:
void alGetEffectfv(ALuint effect, ALenum param, ALfloat * pflValues)
More...
 
void alGetEffectfv (int effect, int param, float[] pflValues, int pflValues_offset)
 Entry point (through function pointer) to C language function:
void alGetEffectfv(ALuint effect, ALenum param, ALfloat * pflValues)

More...
 
void alGenFilters (int n, IntBuffer filters)
 Entry point (through function pointer) to C language function:
void alGenFilters(ALsizei n, ALuint * filters)
More...
 
void alGenFilters (int n, int[] filters, int filters_offset)
 Entry point (through function pointer) to C language function:
void alGenFilters(ALsizei n, ALuint * filters)

More...
 
void alDeleteFilters (int n, IntBuffer filters)
 Entry point (through function pointer) to C language function:
void alDeleteFilters(ALsizei n, const ALuint * filters)
More...
 
void alDeleteFilters (int n, int[] filters, int filters_offset)
 Entry point (through function pointer) to C language function:
void alDeleteFilters(ALsizei n, const ALuint * filters)

More...
 
boolean alIsFilter (int filter)
 Entry point (through function pointer) to C language function:
ALboolean alIsFilter(ALuint filter)

More...
 
void alFilteri (int filter, int param, int iValue)
 Entry point (through function pointer) to C language function:
void alFilteri(ALuint filter, ALenum param, ALint iValue)

More...
 
void alFilteriv (int filter, int param, IntBuffer piValues)
 Entry point (through function pointer) to C language function:
void alFilteriv(ALuint filter, ALenum param, const ALint * piValues)
More...
 
void alFilteriv (int filter, int param, int[] piValues, int piValues_offset)
 Entry point (through function pointer) to C language function:
void alFilteriv(ALuint filter, ALenum param, const ALint * piValues)

More...
 
void alFilterf (int filter, int param, float flValue)
 Entry point (through function pointer) to C language function:
void alFilterf(ALuint filter, ALenum param, ALfloat flValue)

More...
 
void alFilterfv (int filter, int param, FloatBuffer pflValues)
 Entry point (through function pointer) to C language function:
void alFilterfv(ALuint filter, ALenum param, const ALfloat * pflValues)
More...
 
void alFilterfv (int filter, int param, float[] pflValues, int pflValues_offset)
 Entry point (through function pointer) to C language function:
void alFilterfv(ALuint filter, ALenum param, const ALfloat * pflValues)

More...
 
void alGetFilteri (int filter, int param, IntBuffer piValue)
 Entry point (through function pointer) to C language function:
void alGetFilteri(ALuint filter, ALenum param, ALint * piValue)
More...
 
void alGetFilteri (int filter, int param, int[] piValue, int piValue_offset)
 Entry point (through function pointer) to C language function:
void alGetFilteri(ALuint filter, ALenum param, ALint * piValue)

More...
 
void alGetFilteriv (int filter, int param, IntBuffer piValues)
 Entry point (through function pointer) to C language function:
void alGetFilteriv(ALuint filter, ALenum param, ALint * piValues)
More...
 
void alGetFilteriv (int filter, int param, int[] piValues, int piValues_offset)
 Entry point (through function pointer) to C language function:
void alGetFilteriv(ALuint filter, ALenum param, ALint * piValues)

More...
 
void alGetFilterf (int filter, int param, FloatBuffer pflValue)
 Entry point (through function pointer) to C language function:
void alGetFilterf(ALuint filter, ALenum param, ALfloat * pflValue)
More...
 
void alGetFilterf (int filter, int param, float[] pflValue, int pflValue_offset)
 Entry point (through function pointer) to C language function:
void alGetFilterf(ALuint filter, ALenum param, ALfloat * pflValue)

More...
 
void alGetFilterfv (int filter, int param, FloatBuffer pflValues)
 Entry point (through function pointer) to C language function:
void alGetFilterfv(ALuint filter, ALenum param, ALfloat * pflValues)
More...
 
void alGetFilterfv (int filter, int param, float[] pflValues, int pflValues_offset)
 Entry point (through function pointer) to C language function:
void alGetFilterfv(ALuint filter, ALenum param, ALfloat * pflValues)

More...
 
void alGenAuxiliaryEffectSlots (int n, IntBuffer effectslots)
 Entry point (through function pointer) to C language function:
void alGenAuxiliaryEffectSlots(ALsizei n, ALuint * effectslots)
More...
 
void alGenAuxiliaryEffectSlots (int n, int[] effectslots, int effectslots_offset)
 Entry point (through function pointer) to C language function:
void alGenAuxiliaryEffectSlots(ALsizei n, ALuint * effectslots)

More...
 
void alDeleteAuxiliaryEffectSlots (int n, IntBuffer effectslots)
 Entry point (through function pointer) to C language function:
void alDeleteAuxiliaryEffectSlots(ALsizei n, const ALuint * effectslots)
More...
 
void alDeleteAuxiliaryEffectSlots (int n, int[] effectslots, int effectslots_offset)
 Entry point (through function pointer) to C language function:
void alDeleteAuxiliaryEffectSlots(ALsizei n, const ALuint * effectslots)

More...
 
boolean alIsAuxiliaryEffectSlot (int effectslot)
 Entry point (through function pointer) to C language function:
ALboolean alIsAuxiliaryEffectSlot(ALuint effectslot)

More...
 
void alAuxiliaryEffectSloti (int effectslot, int param, int iValue)
 Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSloti(ALuint effectslot, ALenum param, ALint iValue)

More...
 
void alAuxiliaryEffectSlotiv (int effectslot, int param, IntBuffer piValues)
 Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, const ALint * piValues)
More...
 
void alAuxiliaryEffectSlotiv (int effectslot, int param, int[] piValues, int piValues_offset)
 Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, const ALint * piValues)

More...
 
void alAuxiliaryEffectSlotf (int effectslot, int param, float flValue)
 Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotf(ALuint effectslot, ALenum param, ALfloat flValue)

More...
 
void alAuxiliaryEffectSlotfv (int effectslot, int param, FloatBuffer pflValues)
 Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, const ALfloat * pflValues)
More...
 
void alAuxiliaryEffectSlotfv (int effectslot, int param, float[] pflValues, int pflValues_offset)
 Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, const ALfloat * pflValues)

More...
 
void alGetAuxiliaryEffectSloti (int effectslot, int param, IntBuffer piValue)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSloti(ALuint effectslot, ALenum param, ALint * piValue)
More...
 
void alGetAuxiliaryEffectSloti (int effectslot, int param, int[] piValue, int piValue_offset)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSloti(ALuint effectslot, ALenum param, ALint * piValue)

More...
 
void alGetAuxiliaryEffectSlotiv (int effectslot, int param, IntBuffer piValues)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, ALint * piValues)
More...
 
void alGetAuxiliaryEffectSlotiv (int effectslot, int param, int[] piValues, int piValues_offset)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, ALint * piValues)

More...
 
void alGetAuxiliaryEffectSlotf (int effectslot, int param, FloatBuffer pflValue)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotf(ALuint effectslot, ALenum param, ALfloat * pflValue)
More...
 
void alGetAuxiliaryEffectSlotf (int effectslot, int param, float[] pflValue, int pflValue_offset)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotf(ALuint effectslot, ALenum param, ALfloat * pflValue)

More...
 
void alGetAuxiliaryEffectSlotfv (int effectslot, int param, FloatBuffer pflValues)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, ALfloat * pflValues)
More...
 
void alGetAuxiliaryEffectSlotfv (int effectslot, int param, float[] pflValues, int pflValues_offset)
 Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, ALfloat * pflValues)

More...
 
boolean alcSetThreadContext (ALCcontext context)
 Entry point (through function pointer) to C language function:
ALCboolean alcSetThreadContext(ALCcontext * context)

More...
 
ALCcontext alcGetThreadContext ()
 Entry point (through function pointer) to C language function:
ALCcontext * alcGetThreadContext()

More...
 
void alBufferSubDataSOFT (int buffer, int format, Buffer data, int offset, int length)
 Entry point (through function pointer) to C language function:
void alBufferSubDataSOFT(ALuint buffer, ALenum format, const ALvoid * data, ALsizei offset, ALsizei length)
More...
 
void alRequestFoldbackStart (int mode, int count, int length, FloatBuffer mem, long callback)
 Entry point (through function pointer) to C language function:
void alRequestFoldbackStart(ALenum mode, ALsizei count, ALsizei length, ALfloat * mem, LPALFOLDBACKCALLBACK callback)
More...
 
void alRequestFoldbackStart (int mode, int count, int length, float[] mem, int mem_offset, long callback)
 Entry point (through function pointer) to C language function:
void alRequestFoldbackStart(ALenum mode, ALsizei count, ALsizei length, ALfloat * mem, LPALFOLDBACKCALLBACK callback)

More...
 
void alRequestFoldbackStop ()
 Entry point (through function pointer) to C language function:
void alRequestFoldbackStop()

More...
 
void alBufferSamplesSOFT (int buffer, int samplerate, int internalformat, int samples, int channels, int type, Buffer data)
 Entry point (through function pointer) to C language function:
void alBufferSamplesSOFT(ALuint buffer, ALuint samplerate, ALenum internalformat, ALsizei samples, ALenum channels, ALenum type, const ALvoid * data)
More...
 
void alBufferSubSamplesSOFT (int buffer, int offset, int samples, int channels, int type, Buffer data)
 Entry point (through function pointer) to C language function:
void alBufferSubSamplesSOFT(ALuint buffer, ALsizei offset, ALsizei samples, ALenum channels, ALenum type, const ALvoid * data)
More...
 
void alGetBufferSamplesSOFT (int buffer, int offset, int samples, int channels, int type, Buffer data)
 Entry point (through function pointer) to C language function:
void alGetBufferSamplesSOFT(ALuint buffer, ALsizei offset, ALsizei samples, ALenum channels, ALenum type, ALvoid * data)
More...
 
boolean alIsBufferFormatSupportedSOFT (int format)
 Entry point (through function pointer) to C language function:
ALboolean alIsBufferFormatSupportedSOFT(ALenum format)

More...
 
ALCdevice alcLoopbackOpenDeviceSOFT (String deviceName)
 Entry point (through function pointer) to C language function:
ALCdevice * alcLoopbackOpenDeviceSOFT(const ALCchar * deviceName)

More...
 
boolean alcIsRenderFormatSupportedSOFT (ALCdevice device, int freq, int channels, int type)
 Entry point (through function pointer) to C language function:
ALCboolean alcIsRenderFormatSupportedSOFT(ALCdevice * device, ALCsizei freq, ALCenum channels, ALCenum type)

More...
 
void alcRenderSamplesSOFT (ALCdevice device, Buffer buffer, int samples)
 Entry point (through function pointer) to C language function:
void alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
More...
 
void alSourcedSOFT (int source, int param, double value)
 Entry point (through function pointer) to C language function:
void alSourcedSOFT(ALuint source, ALenum param, ALdouble value)

More...
 
void alSource3dSOFT (int source, int param, double value1, double value2, double value3)
 Entry point (through function pointer) to C language function:
void alSource3dSOFT(ALuint source, ALenum param, ALdouble value1, ALdouble value2, ALdouble value3)

More...
 
void alSourcedvSOFT (int source, int param, DoubleBuffer values)
 Entry point (through function pointer) to C language function:
void alSourcedvSOFT(ALuint source, ALenum param, const ALdouble * values)
More...
 
void alSourcedvSOFT (int source, int param, double[] values, int values_offset)
 Entry point (through function pointer) to C language function:
void alSourcedvSOFT(ALuint source, ALenum param, const ALdouble * values)

More...
 
void alGetSourcedSOFT (int source, int param, DoubleBuffer value)
 Entry point (through function pointer) to C language function:
void alGetSourcedSOFT(ALuint source, ALenum param, ALdouble * value)
More...
 
void alGetSourcedSOFT (int source, int param, double[] value, int value_offset)
 Entry point (through function pointer) to C language function:
void alGetSourcedSOFT(ALuint source, ALenum param, ALdouble * value)

More...
 
void alGetSource3dSOFT (int source, int param, DoubleBuffer value1, DoubleBuffer value2, DoubleBuffer value3)
 Entry point (through function pointer) to C language function:
void alGetSource3dSOFT(ALuint source, ALenum param, ALdouble * value1, ALdouble * value2, ALdouble * value3)
More...
 
void alGetSource3dSOFT (int source, int param, double[] value1, int value1_offset, double[] value2, int value2_offset, double[] value3, int value3_offset)
 Entry point (through function pointer) to C language function:
void alGetSource3dSOFT(ALuint source, ALenum param, ALdouble * value1, ALdouble * value2, ALdouble * value3)

More...
 
void alGetSourcedvSOFT (int source, int param, DoubleBuffer values)
 Entry point (through function pointer) to C language function:
void alGetSourcedvSOFT(ALuint source, ALenum param, ALdouble * values)
More...
 
void alGetSourcedvSOFT (int source, int param, double[] values, int values_offset)
 Entry point (through function pointer) to C language function:
void alGetSourcedvSOFT(ALuint source, ALenum param, ALdouble * values)

More...
 
void alSourcei64SOFT (int source, int param, long value)
 Entry point (through function pointer) to C language function:
void alSourcei64SOFT(ALuint source, ALenum param, ALint64SOFT value)

More...
 
void alSource3i64SOFT (int source, int param, long value1, long value2, long value3)
 Entry point (through function pointer) to C language function:
void alSource3i64SOFT(ALuint source, ALenum param, ALint64SOFT value1, ALint64SOFT value2, ALint64SOFT value3)

More...
 
void alSourcei64vSOFT (int source, int param, LongBuffer values)
 Entry point (through function pointer) to C language function:
void alSourcei64vSOFT(ALuint source, ALenum param, const ALint64SOFT * values)
More...
 
void alSourcei64vSOFT (int source, int param, long[] values, int values_offset)
 Entry point (through function pointer) to C language function:
void alSourcei64vSOFT(ALuint source, ALenum param, const ALint64SOFT * values)

More...
 
void alGetSourcei64SOFT (int source, int param, LongBuffer value)
 Entry point (through function pointer) to C language function:
void alGetSourcei64SOFT(ALuint source, ALenum param, ALint64SOFT * value)
More...
 
void alGetSourcei64SOFT (int source, int param, long[] value, int value_offset)
 Entry point (through function pointer) to C language function:
void alGetSourcei64SOFT(ALuint source, ALenum param, ALint64SOFT * value)

More...
 
void alGetSource3i64SOFT (int source, int param, LongBuffer value1, LongBuffer value2, LongBuffer value3)
 Entry point (through function pointer) to C language function:
void alGetSource3i64SOFT(ALuint source, ALenum param, ALint64SOFT * value1, ALint64SOFT * value2, ALint64SOFT * value3)
More...
 
void alGetSource3i64SOFT (int source, int param, long[] value1, int value1_offset, long[] value2, int value2_offset, long[] value3, int value3_offset)
 Entry point (through function pointer) to C language function:
void alGetSource3i64SOFT(ALuint source, ALenum param, ALint64SOFT * value1, ALint64SOFT * value2, ALint64SOFT * value3)

More...
 
void alGetSourcei64vSOFT (int source, int param, LongBuffer values)
 Entry point (through function pointer) to C language function:
void alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64SOFT * values)
More...
 
void alGetSourcei64vSOFT (int source, int param, long[] values, int values_offset)
 Entry point (through function pointer) to C language function:
void alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64SOFT * values)

More...
 
void alDeferUpdatesSOFT ()
 Entry point (through function pointer) to C language function:
void alDeferUpdatesSOFT()

More...
 
void alProcessUpdatesSOFT ()
 Entry point (through function pointer) to C language function:
void alProcessUpdatesSOFT()

More...
 
void alcDevicePauseSOFT (ALCdevice device)
 Entry point (through function pointer) to C language function:
void alcDevicePauseSOFT(ALCdevice * device)

More...
 
void alcDeviceResumeSOFT (ALCdevice device)
 Entry point (through function pointer) to C language function:
void alcDeviceResumeSOFT(ALCdevice * device)

More...
 
String alcGetStringiSOFT (ALCdevice device, int paramName, int index)
 Entry point (through function pointer) to C language function:
const ALCchar * alcGetStringiSOFT(ALCdevice * device, ALCenum paramName, ALCsizei index)

More...
 
boolean alcResetDeviceSOFT (ALCdevice device, IntBuffer attribs)
 Entry point (through function pointer) to C language function:
ALCboolean alcResetDeviceSOFT(ALCdevice * device, const ALCint * attribs)
More...
 
boolean alcResetDeviceSOFT (ALCdevice device, int[] attribs, int attribs_offset)
 Entry point (through function pointer) to C language function:
ALCboolean alcResetDeviceSOFT(ALCdevice * device, const ALCint * attribs)

More...
 
String alGetStringiSOFT (int pname, int index)
 Entry point (through function pointer) to C language function:
const ALchar * alGetStringiSOFT(ALenum pname, ALsizei index)

More...
 
void alcGetInteger64vSOFT (ALCdevice device, int pname, int size, LongBuffer values)
 Entry point (through function pointer) to C language function:
void alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
More...
 
void alcGetInteger64vSOFT (ALCdevice device, int pname, int size, long[] values, int values_offset)
 Entry point (through function pointer) to C language function:
void alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)

More...
 
void alEventControlSOFT (int count, IntBuffer types, boolean enable)
 Entry point (through function pointer) to C language function:
void alEventControlSOFT(ALsizei count, const ALenum * types, ALboolean enable)
More...
 
void alEventControlSOFT (int count, int[] types, int types_offset, boolean enable)
 Entry point (through function pointer) to C language function:
void alEventControlSOFT(ALsizei count, const ALenum * types, ALboolean enable)

More...
 
Set< ALContextKeygetAlEventCallbackSOFTKeys ()
 Returns set of Key { ALCcontext userParam } for
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam) More...
 
boolean isAlEventCallbackSOFTMapped (ALContextKey key)
 Returns whether callback Key { ALCcontext userParam } is mapped for
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam) More...
 
ALEVENTPROCSOFT getAlEventCallbackSOFT (ALContextKey key)
 Returns ALEVENTPROCSOFT callback mapped to Key { ALCcontext userParam } for
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam) More...
 
ALCcontext getAlEventCallbackSOFTUserParam (ALContextKey key)
 Returns user-param mapped to Key { ALCcontext userParam } for
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam) More...
 
int releaseAllAlEventCallbackSOFT ()
 Releases all callback data mapped via Key { ALCcontext userParam } skipping toolkit API. More...
 
void releaseAlEventCallbackSOFT (ALContextKey key)
 Releases callback data mapped to Key { ALCcontext userParam } skipping toolkit API. More...
 
void alEventCallbackSOFT (ALEVENTPROCSOFT callback, ALCcontext userParam)
 Entry point (through function pointer) to C language function:
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, void * userParam)

More...
 
ByteBuffer alGetPointerSOFT (int pname)
 Entry point (through function pointer) to C language function:
void * alGetPointerSOFT(ALenum pname)

More...
 
void alGetPointervSOFT (int pname, PointerBuffer values)
 Entry point (through function pointer) to C language function:
void alGetPointervSOFT(ALenum pname, void * * values)
More...
 
boolean alcReopenDeviceSOFT (ALCdevice device, String deviceName, IntBuffer attribs)
 Entry point (through function pointer) to C language function:
ALCboolean alcReopenDeviceSOFT(ALCdevice * device, const ALCchar * deviceName, const ALCint * attribs)
More...
 
boolean alcReopenDeviceSOFT (ALCdevice device, String deviceName, int[] attribs, int attribs_offset)
 Entry point (through function pointer) to C language function:
ALCboolean alcReopenDeviceSOFT(ALCdevice * device, const ALCchar * deviceName, const ALCint * attribs)

More...
 
Set< ALContextKeygetAlBufferCallbackSOFTKeys ()
 Returns set of Key { ALCcontext userptr } for
void alBufferCallbackSOFT(int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr) More...
 
boolean isAlBufferCallbackSOFTMapped (ALContextKey key)
 Returns whether callback Key { ALCcontext userptr } is mapped for
void alBufferCallbackSOFT(int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr) More...
 
ALBUFFERCALLBACKTYPESOFT getAlBufferCallbackSOFT (ALContextKey key)
 Returns ALBUFFERCALLBACKTYPESOFT callback mapped to Key { ALCcontext userptr } for
void alBufferCallbackSOFT(int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr) More...
 
ALCcontext getAlBufferCallbackSOFTUserParam (ALContextKey key)
 Returns user-param mapped to Key { ALCcontext userptr } for
void alBufferCallbackSOFT(int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr) More...
 
int releaseAllAlBufferCallbackSOFT ()
 Releases all callback data mapped via Key { ALCcontext userptr } skipping toolkit API. More...
 
void releaseAlBufferCallbackSOFT (ALContextKey key)
 Releases callback data mapped to Key { ALCcontext userptr } skipping toolkit API. More...
 
void alBufferCallbackSOFT (int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr)
 Entry point (through function pointer) to C language function:
void alBufferCallbackSOFT(ALuint buffer, ALenum format, ALsizei freq, ALBUFFERCALLBACKTYPESOFT callback, ALvoid * userptr)

More...
 
void alGetBufferPtrSOFT (int buffer, int param, PointerBuffer ptr)
 Entry point (through function pointer) to C language function:
void alGetBufferPtrSOFT(ALuint buffer, ALenum param, ALvoid * * ptr)
More...
 
void alGetBuffer3PtrSOFT (int buffer, int param, PointerBuffer ptr0, PointerBuffer ptr1, PointerBuffer ptr2)
 Entry point (through function pointer) to C language function:
void alGetBuffer3PtrSOFT(ALuint buffer, ALenum param, ALvoid * * ptr0, ALvoid * * ptr1, ALvoid * * ptr2)
More...
 
void alGetBufferPtrvSOFT (int buffer, int param, PointerBuffer ptr)
 Entry point (through function pointer) to C language function:
void alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid * * ptr)
More...
 
void alSourcePlayAtTimeSOFT (int source, long start_time)
 Entry point (through function pointer) to C language function:
void alSourcePlayAtTimeSOFT(ALuint source, ALint64SOFT start_time)

More...
 
void alSourcePlayAtTimevSOFT (int n, IntBuffer sources, long start_time)
 Entry point (through function pointer) to C language function:
void alSourcePlayAtTimevSOFT(ALsizei n, const ALuint * sources, ALint64SOFT start_time)
More...
 
void alSourcePlayAtTimevSOFT (int n, int[] sources, int sources_offset, long start_time)
 Entry point (through function pointer) to C language function:
void alSourcePlayAtTimevSOFT(ALsizei n, const ALuint * sources, ALint64SOFT start_time)

More...
 
Set< ALContextKeygetAlDebugMessageCallbackEXTKeys ()
 Returns set of Key { ALCcontext userParam } for
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam) More...
 
boolean isAlDebugMessageCallbackEXTMapped (ALContextKey key)
 Returns whether callback Key { ALCcontext userParam } is mapped for
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam) More...
 
ALDEBUGPROCEXT getAlDebugMessageCallbackEXT (ALContextKey key)
 Returns ALDEBUGPROCEXT callback mapped to Key { ALCcontext userParam } for
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam) More...
 
ALCcontext getAlDebugMessageCallbackEXTUserParam (ALContextKey key)
 Returns user-param mapped to Key { ALCcontext userParam } for
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam) More...
 
int releaseAllAlDebugMessageCallbackEXT ()
 Releases all callback data mapped via Key { ALCcontext userParam } skipping toolkit API. More...
 
void releaseAlDebugMessageCallbackEXT (ALContextKey key)
 Releases callback data mapped to Key { ALCcontext userParam } skipping toolkit API. More...
 
void alDebugMessageCallbackEXT (ALDEBUGPROCEXT callback, ALCcontext userParam)
 Entry point (through function pointer) to C language function:
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, void * userParam)

More...
 
void alDebugMessageInsertEXT (int source, int type, int id, int severity, String message)
 Entry point (through function pointer) to C language function:
void alDebugMessageInsertEXT(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message)

More...
 
void alDebugMessageControlEXT (int source, int type, int severity, int count, IntBuffer ids, boolean enable)
 Entry point (through function pointer) to C language function:
void alDebugMessageControlEXT(ALenum source, ALenum type, ALenum severity, ALsizei count, const ALuint * ids, ALboolean enable)
More...
 
void alDebugMessageControlEXT (int source, int type, int severity, int count, int[] ids, int ids_offset, boolean enable)
 Entry point (through function pointer) to C language function:
void alDebugMessageControlEXT(ALenum source, ALenum type, ALenum severity, ALsizei count, const ALuint * ids, ALboolean enable)

More...
 
void alPushDebugGroupEXT (int source, int id, String message)
 Entry point (through function pointer) to C language function:
void alPushDebugGroupEXT(ALenum source, ALuint id, ALsizei length, const ALchar * message)

More...
 
void alPopDebugGroupEXT ()
 Entry point (through function pointer) to C language function:
void alPopDebugGroupEXT()

More...
 
int alGetDebugMessageLogEXT (int count, int logBufSize, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities, IntBuffer lengths, ByteBuffer logBuf)
 Entry point (through function pointer) to C language function:
ALuint alGetDebugMessageLogEXT(ALuint count, ALsizei logBufSize, ALenum * sources, ALenum * types, ALuint * ids, ALenum * severities, ALsizei * lengths, ALchar * logBuf)
More...
 
int alGetDebugMessageLogEXT (int count, int logBufSize, int[] sources, int sources_offset, int[] types, int types_offset, int[] ids, int ids_offset, int[] severities, int severities_offset, int[] lengths, int lengths_offset, byte[] logBuf, int logBuf_offset)
 Entry point (through function pointer) to C language function:
ALuint alGetDebugMessageLogEXT(ALuint count, ALsizei logBufSize, ALenum * sources, ALenum * types, ALuint * ids, ALenum * severities, ALsizei * lengths, ALchar * logBuf)

More...
 
void alObjectLabelEXT (int identifier, int name, String label)
 Entry point (through function pointer) to C language function:
void alObjectLabelEXT(ALenum identifier, ALuint name, ALsizei length, const ALchar * label)

More...
 
void alGetObjectLabelEXT (int identifier, int name, int bufSize, IntBuffer length, ByteBuffer label)
 Entry point (through function pointer) to C language function:
void alGetObjectLabelEXT(ALenum identifier, ALuint name, ALsizei bufSize, ALsizei * length, ALchar * label)
More...
 
void alGetObjectLabelEXT (int identifier, int name, int bufSize, int[] length, int length_offset, byte[] label, int label_offset)
 Entry point (through function pointer) to C language function:
void alGetObjectLabelEXT(ALenum identifier, ALuint name, ALsizei bufSize, ALsizei * length, ALchar * label)

More...
 
int alcEventIsSupportedSOFT (int eventType, int deviceType)
 Entry point (through function pointer) to C language function:
ALCenum alcEventIsSupportedSOFT(ALCenum eventType, ALCenum deviceType)

More...
 
boolean alcEventControlSOFT (int count, IntBuffer events, boolean enable)
 Entry point (through function pointer) to C language function:
ALCboolean alcEventControlSOFT(ALCsizei count, const ALCenum * events, ALCboolean enable)
More...
 
boolean alcEventControlSOFT (int count, int[] events, int events_offset, boolean enable)
 Entry point (through function pointer) to C language function:
ALCboolean alcEventControlSOFT(ALCsizei count, const ALCenum * events, ALCboolean enable)

More...
 
Set< AlcEventCallbackSOFTKeygetAlcEventCallbackSOFTKeys ()
 Returns set of Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) More...
 
boolean isAlcEventCallbackSOFTMapped (AlcEventCallbackSOFTKey key)
 Returns whether callback Key { java.lang.Object userParam } is mapped for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) More...
 
ALCEVENTPROCTYPESOFT getAlcEventCallbackSOFT (AlcEventCallbackSOFTKey key)
 Returns ALCEVENTPROCTYPESOFT callback mapped to Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) More...
 
Object getAlcEventCallbackSOFTUserParam (AlcEventCallbackSOFTKey key)
 Returns user-param mapped to Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) More...
 
int releaseAllAlcEventCallbackSOFT ()
 Releases all callback data mapped via Key { java.lang.Object userParam } skipping toolkit API. More...
 
void releaseAlcEventCallbackSOFT (AlcEventCallbackSOFTKey key)
 Releases callback data mapped to Key { java.lang.Object userParam } skipping toolkit API. More...
 
void alcEventCallbackSOFT (ALCEVENTPROCTYPESOFT callback, Object userParam)
 Entry point (through function pointer) to C language function:
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, void * userParam)

More...
 

Additional Inherited Members

- Static Public Attributes inherited from com.jogamp.openal.ALExtConstants
static final float AL_FLANGER_MAX_FEEDBACK = ( 1.0f )
 Define "AL_FLANGER_MAX_FEEDBACK" with expression '(1.0f)', CType: float. More...
 
static final int AL_7POINT1_8_SOFT = 0x1210
 Define "AL_7POINT1_8_SOFT" with expression '0x1210', CType: int. More...
 
static final int AL_FILTER_LAST_PARAMETER = 0x8000
 Define "AL_FILTER_LAST_PARAMETER" with expression '0x8000', CType: int. More...
 
static final int AL_SAMPLE_RW_OFFSETS_SOFT = 0x1032
 Define "AL_SAMPLE_RW_OFFSETS_SOFT" with expression '0x1032', CType: int. More...
 
static final int AL_DEFAULT_RESAMPLER_SOFT = 0x1211
 Define "AL_DEFAULT_RESAMPLER_SOFT" with expression '0x1211', CType: int. More...
 
static final int ALC_DEVICE_LATENCY_SOFT = 0x1601
 Define "ALC_DEVICE_LATENCY_SOFT" with expression '0x1601', CType: int. More...
 
static final int AL_REVERB_DIFFUSION = 0x2
 Define "AL_REVERB_DIFFUSION" with expression '0x0002', CType: int. More...
 
static final int AL_SOFT_gain_clamp_ex = 0x1
 Define "AL_SOFT_gain_clamp_ex" with expression '1', CType: int. More...
 
static final int AL_EFFECT_EQUALIZER = 0xc
 Define "AL_EFFECT_EQUALIZER" with expression '0x000C', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_GAIN = ( 0.32f )
 Define "AL_EAXREVERB_DEFAULT_GAIN" with expression '(0.32f)', CType: float. More...
 
static final float AL_REVERB_DEFAULT_LATE_REVERB_DELAY = ( 0.011f )
 Define "AL_REVERB_DEFAULT_LATE_REVERB_DELAY" with expression '(0.011f)', CType: float. More...
 
static final int AL_VOCAL_MORPHER_WAVEFORM = 0x5
 Define "AL_VOCAL_MORPHER_WAVEFORM" with expression '0x0005', CType: int. More...
 
static final int AL_MONO16_SOFT = 0x1101
 Define "AL_MONO16_SOFT" with expression '0x1101', CType: int. More...
 
static final int AL_COMPRESSOR_ONOFF = 0x1
 Define "AL_COMPRESSOR_ONOFF" with expression '0x0001', CType: int. More...
 
static final int AL_EQUALIZER_MID2_CENTER = 0x7
 Define "AL_EQUALIZER_MID2_CENTER" with expression '0x0007', CType: int. More...
 
static final int AL_EXT_float32 = 0x1
 Define "AL_EXT_float32" with expression '1', CType: int. More...
 
static final float AL_EAXREVERB_MAX_DECAY_TIME = ( 20.0f )
 Define "AL_EAXREVERB_MAX_DECAY_TIME" with expression '(20.0f)', CType: float. More...
 
static final float AL_EAXREVERB_DEFAULT_REFLECTIONS_DELAY = ( 0.007f )
 Define "AL_EAXREVERB_DEFAULT_REFLECTIONS_DELAY" with expression '(0.007f)', CType: float. More...
 
static final float AL_DEFAULT_METERS_PER_UNIT = ( 1.0f )
 Define "AL_DEFAULT_METERS_PER_UNIT" with expression '(1.0f)', CType: float. More...
 
static final int AL_EAXREVERB_MODULATION_DEPTH = 0x12
 Define "AL_EAXREVERB_MODULATION_DEPTH" with expression '0x0012', CType: int. More...
 
static final int AL_EFFECT_EAXREVERB = 0x8000
 Define "AL_EFFECT_EAXREVERB" with expression '0x8000', CType: int. More...
 
static final double AL_EAXREVERB_MIN_GAINLF = ( 0.0 )
 Define "AL_EAXREVERB_MIN_GAINLF" with expression '(0.0f)', CType: double. More...
 
static final float AL_MAX_ROOM_ROLLOFF_FACTOR = ( 10.0f )
 Define "AL_MAX_ROOM_ROLLOFF_FACTOR" with expression '(10.0f)', CType: float. More...
 
static final float AL_EAXREVERB_MAX_MODULATION_DEPTH = ( 1.0f )
 Define "AL_EAXREVERB_MAX_MODULATION_DEPTH" with expression '(1.0f)', CType: float. More...
 
static final int AL_FREQUENCY_SHIFTER_MIN_RIGHT_DIRECTION = ( 0x0 )
 Define "AL_FREQUENCY_SHIFTER_MIN_RIGHT_DIRECTION" with expression '(0)', CType: int. More...
 
static final int AL_FORMAT_BFORMAT2D_MULAW = 0x10031
 Define "AL_FORMAT_BFORMAT2D_MULAW" with expression '0x10031', CType: int. More...
 
static final int AL_EFFECTSLOT_GAIN = 0x2
 Define "AL_EFFECTSLOT_GAIN" with expression '0x0002', CType: int. More...
 
static final int AL_FORMAT_61CHN32 = 0x120f
 Define "AL_FORMAT_61CHN32" with expression '0x120F', CType: int. More...
 
static final float AL_REVERB_DEFAULT_DECAY_HFRATIO = ( 0.83f )
 Define "AL_REVERB_DEFAULT_DECAY_HFRATIO" with expression '(0.83f)', CType: float. More...
 
static final int AL_EAXREVERB_DEFAULT_DECAY_HFLIMIT = 0x1
 Define "AL_EAXREVERB_DEFAULT_DECAY_HFLIMIT" with expression '1', CType: int. More...
 
static final int AL_CHORUS_WAVEFORM_TRIANGLE = ( 0x1 )
 Define "AL_CHORUS_WAVEFORM_TRIANGLE" with expression '(1)', CType: int. More...
 
static final float AL_EAXREVERB_MIN_AIR_ABSORPTION_GAINHF = ( 0.892f )
 Define "AL_EAXREVERB_MIN_AIR_ABSORPTION_GAINHF" with expression '(0.892f)', CType: float. More...
 
static final int AL_SOFT_MSADPCM = 0x1
 Define "AL_SOFT_MSADPCM" with expression '1', CType: int. More...
 
static final int AL_EQUALIZER_MID2_GAIN = 0x6
 Define "AL_EQUALIZER_MID2_GAIN" with expression '0x0006', CType: int. More...
 
static final int AL_MONO_SOFT = 0x1500
 Define "AL_MONO_SOFT" with expression '0x1500', CType: int. More...
 
static final int AL_AIR_ABSORPTION_FACTOR = 0x20007
 Define "AL_AIR_ABSORPTION_FACTOR" with expression '0x20007', CType: int. More...
 
static final int AL_RING_MODULATOR_SINUSOID = ( 0x0 )
 Define "AL_RING_MODULATOR_SINUSOID" with expression '(0)', CType: int. More...
 
static final int AL_FOLDBACK_EVENT_STOP = 0x4113
 Define "AL_FOLDBACK_EVENT_STOP" with expression '0x4113', CType: int. More...
 
static final int AL_EFFECT_FIRST_PARAMETER = 0x0
 Define "AL_EFFECT_FIRST_PARAMETER" with expression '0x0000', CType: int. More...
 
static final int AL_PITCH_SHIFTER_DEFAULT_COARSE_TUNE = ( 0xc )
 Define "AL_PITCH_SHIFTER_DEFAULT_COARSE_TUNE" with expression '(12)', CType: int. More...
 
static final int AL_EAXREVERB_ECHO_DEPTH = 0x10
 Define "AL_EAXREVERB_ECHO_DEPTH" with expression '0x0010', CType: int. More...
 
static final float AL_ECHO_MAX_DAMPING = ( 0.99f )
 Define "AL_ECHO_MAX_DAMPING" with expression '(0.99f)', CType: float. More...
 
static final float AL_MAX_CONE_OUTER_GAINHF = ( 1.0f )
 Define "AL_MAX_CONE_OUTER_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final float AL_EQUALIZER_MAX_HIGH_CUTOFF = ( 16000.0f )
 Define "AL_EQUALIZER_MAX_HIGH_CUTOFF" with expression '(16000.0f)', CType: float. More...
 
static final int AL_SEC_OFFSET_LATENCY_SOFT = 0x1201
 Define "AL_SEC_OFFSET_LATENCY_SOFT" with expression '0x1201', CType: int. More...
 
static final int ALC_OUTPUT_MODE_SOFT = 0x19ac
 Define "ALC_OUTPUT_MODE_SOFT" with expression '0x19AC', CType: int. More...
 
static final double AL_MIN_ROOM_ROLLOFF_FACTOR = ( 0.0 )
 Define "AL_MIN_ROOM_ROLLOFF_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final float AL_DISTORTION_MAX_EQBANDWIDTH = ( 24000.0f )
 Define "AL_DISTORTION_MAX_EQBANDWIDTH" with expression '(24000.0f)', CType: float. More...
 
static final int AL_EAXREVERB_AIR_ABSORPTION_GAINHF = 0x13
 Define "AL_EAXREVERB_AIR_ABSORPTION_GAINHF" with expression '0x0013', CType: int. More...
 
static final float AL_FLANGER_MAX_DEPTH = ( 1.0f )
 Define "AL_FLANGER_MAX_DEPTH" with expression '(1.0f)', CType: float. More...
 
static final int AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT = 0x9000
 Define "AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT" with expression '0x9000', CType: int. More...
 
static final int ALC_ACN_SOFT = 0x1
 Define "ALC_ACN_SOFT" with expression '0x0001', CType: int. More...
 
static final int AL_REAR16_SOFT = 0x1208
 Define "AL_REAR16_SOFT" with expression '0x1208', CType: int. More...
 
static final int AL_FORMAT_STEREO_FLOAT32 = 0x10011
 Define "AL_FORMAT_STEREO_FLOAT32" with expression '0x10011', CType: int. More...
 
static final float AL_REVERB_DEFAULT_GAINHF = ( 0.89f )
 Define "AL_REVERB_DEFAULT_GAINHF" with expression '(0.89f)', CType: float. More...
 
static final float AL_CHORUS_DEFAULT_RATE = ( 1.1f )
 Define "AL_CHORUS_DEFAULT_RATE" with expression '(1.1f)', CType: float. More...
 
static final float AL_DISTORTION_DEFAULT_GAIN = ( 0.05f )
 Define "AL_DISTORTION_DEFAULT_GAIN" with expression '(0.05f)', CType: float. More...
 
static final double AL_EAXREVERB_MIN_DIFFUSION = ( 0.0 )
 Define "AL_EAXREVERB_MIN_DIFFUSION" with expression '(0.0f)', CType: double. More...
 
static final int AL_EAXREVERB_DECAY_LFRATIO = 0x8
 Define "AL_EAXREVERB_DECAY_LFRATIO" with expression '0x0008', CType: int. More...
 
static final int AL_5POINT1_8_SOFT = 0x120a
 Define "AL_5POINT1_8_SOFT" with expression '0x120A', CType: int. More...
 
static final int AL_FORMAT_UHJ2CHN_ALAW_SOFT = 0x19b4
 Define "AL_FORMAT_UHJ2CHN_ALAW_SOFT" with expression '0x19B4', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_MID1_WIDTH = ( 1.0f )
 Define "AL_EQUALIZER_DEFAULT_MID1_WIDTH" with expression '(1.0f)', CType: float. More...
 
static final float AL_FLANGER_DEFAULT_FEEDBACK = ( - 0.5f )
 Define "AL_FLANGER_DEFAULT_FEEDBACK" with expression '(-0.5f)', CType: float. More...
 
static final double AL_FLANGER_MIN_DELAY = ( 0.0 )
 Define "AL_FLANGER_MIN_DELAY" with expression '(0.0f)', CType: double. More...
 
static final int AL_FORMAT_UHJ3CHN_MULAW_SOFT = 0x19b7
 Define "AL_FORMAT_UHJ3CHN_MULAW_SOFT" with expression '0x19B7', CType: int. More...
 
static final int ALC_HRTF_HEADPHONES_DETECTED_SOFT = 0x4
 Define "ALC_HRTF_HEADPHONES_DETECTED_SOFT" with expression '0x0004', CType: int. More...
 
static final double AL_REVERB_MIN_REFLECTIONS_DELAY = ( 0.0 )
 Define "AL_REVERB_MIN_REFLECTIONS_DELAY" with expression '(0.0f)', CType: double. More...
 
static final float AL_EAXREVERB_MIN_MODULATION_TIME = ( 0.04f )
 Define "AL_EAXREVERB_MIN_MODULATION_TIME" with expression '(0.04f)', CType: float. More...
 
static final double AL_FREQUENCY_SHIFTER_MIN_FREQUENCY = ( 0.0 )
 Define "AL_FREQUENCY_SHIFTER_MIN_FREQUENCY" with expression '(0.0f)', CType: double. More...
 
static final double AL_DEFAULT_AIR_ABSORPTION_FACTOR = ( 0.0 )
 Define "AL_DEFAULT_AIR_ABSORPTION_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final double AL_HIGHPASS_MIN_GAINLF = ( 0.0 )
 Define "AL_HIGHPASS_MIN_GAINLF" with expression '(0.0f)', CType: double. More...
 
static final int AL_EQUALIZER_HIGH_CUTOFF = 0xa
 Define "AL_EQUALIZER_HIGH_CUTOFF" with expression '0x000A', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MIN_PHONEMEB = ( 0x0 )
 Define "AL_VOCAL_MORPHER_MIN_PHONEMEB" with expression '(0)', CType: int. More...
 
static final int AL_SAMPLE_OFFSET_LATENCY_SOFT = 0x1200
 Define "AL_SAMPLE_OFFSET_LATENCY_SOFT" with expression '0x1200', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MIN_PHONEMEA = ( 0x0 )
 Define "AL_VOCAL_MORPHER_MIN_PHONEMEA" with expression '(0)', CType: int. More...
 
static final int AL_DIRECT_FILTER_GAINHF_AUTO = 0x2000a
 Define "AL_DIRECT_FILTER_GAINHF_AUTO" with expression '0x2000A', CType: int. More...
 
static final int AL_MAX_DEBUG_MESSAGE_LENGTH_EXT = 0x19c9
 Define "AL_MAX_DEBUG_MESSAGE_LENGTH_EXT" with expression '0x19C9', CType: int. More...
 
static final double AL_HIGHPASS_MIN_GAIN = ( 0.0 )
 Define "AL_HIGHPASS_MIN_GAIN" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_DEFAULT_PHONEMEB_COARSE_TUNING = ( 0x0 )
 Define "AL_VOCAL_MORPHER_DEFAULT_PHONEMEB_COARSE_TUNING" with expression '(0)', CType: int. More...
 
static final int AL_REVERB_LATE_REVERB_GAIN = 0x9
 Define "AL_REVERB_LATE_REVERB_GAIN" with expression '0x0009', CType: int. More...
 
static final int AL_MAX_LABEL_LENGTH_EXT = 0x19cc
 Define "AL_MAX_LABEL_LENGTH_EXT" with expression '0x19CC', CType: int. More...
 
static final int ALC_SOFT_pause_device = 0x1
 Define "ALC_SOFT_pause_device" with expression '1', CType: int. More...
 
static final int ALC_DONT_CARE_SOFT = 0x2
 Define "ALC_DONT_CARE_SOFT" with expression '0x0002', CType: int. More...
 
static final int AL_FORMAT_UHJ4CHN_MULAW_SOFT = 0x19b9
 Define "AL_FORMAT_UHJ4CHN_MULAW_SOFT" with expression '0x19B9', CType: int. More...
 
static final float AL_ECHO_MAX_LRDELAY = ( 0.404f )
 Define "AL_ECHO_MAX_LRDELAY" with expression '(0.404f)', CType: float. More...
 
static final int AL_FORMAT_MONO_ALAW_EXT = 0x10016
 Define "AL_FORMAT_MONO_ALAW_EXT" with expression '0x10016', CType: int. More...
 
static final int ALC_SURROUND_5_1_SOFT = 0x1504
 Define "ALC_SURROUND_5_1_SOFT" with expression '0x1504', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_DEFAULT_LEFT_DIRECTION = ( 0x0 )
 Define "AL_FREQUENCY_SHIFTER_DEFAULT_LEFT_DIRECTION" with expression '(0)', CType: int. More...
 
static final float AL_DEFAULT_CONE_OUTER_GAINHF = ( 1.0f )
 Define "AL_DEFAULT_CONE_OUTER_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final float AL_REVERB_DEFAULT_REFLECTIONS_GAIN = ( 0.05f )
 Define "AL_REVERB_DEFAULT_REFLECTIONS_GAIN" with expression '(0.05f)', CType: float. More...
 
static final int AL_CHORUS_FEEDBACK = 0x5
 Define "AL_CHORUS_FEEDBACK" with expression '0x0005', CType: int. More...
 
static final int AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING = ( 0x0 )
 Define "AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING" with expression '(0)', CType: int. More...
 
static final int AL_EFFECT_REVERB = 0x1
 Define "AL_EFFECT_REVERB" with expression '0x0001', CType: int. More...
 
static final int AL_FORMAT_STEREO_MULAW = 0x10015
 Define "AL_FORMAT_STEREO_MULAW" with expression '0x10015', CType: int. More...
 
static final double AL_EAXREVERB_MIN_GAIN = ( 0.0 )
 Define "AL_EAXREVERB_MIN_GAIN" with expression '(0.0f)', CType: double. More...
 
static final int AL_DOUBLE_SOFT = 0x1407
 Define "AL_DOUBLE_SOFT" with expression '0x1407', CType: int. More...
 
static final int AL_DEBUG_SEVERITY_NOTIFICATION_EXT = 0x19c6
 Define "AL_DEBUG_SEVERITY_NOTIFICATION_EXT" with expression '0x19C6', CType: int. More...
 
static final int AL_NUM_RESAMPLERS_SOFT = 0x1210
 Define "AL_NUM_RESAMPLERS_SOFT" with expression '0x1210', CType: int. More...
 
static final int AL_LOKI_quadriphonic = 0x1
 Define "AL_LOKI_quadriphonic" with expression '1', CType: int. More...
 
static final int AL_EQUALIZER_MID1_GAIN = 0x3
 Define "AL_EQUALIZER_MID1_GAIN" with expression '0x0003', CType: int. More...
 
static final int AL_CHORUS_WAVEFORM = 0x1
 Define "AL_CHORUS_WAVEFORM" with expression '0x0001', CType: int. More...
 
static final int AL_REAR32F_SOFT = 0x1209
 Define "AL_REAR32F_SOFT" with expression '0x1209', CType: int. More...
 
static final int AL_FORMAT_QUAD32 = 0x1206
 Define "AL_FORMAT_QUAD32" with expression '0x1206', CType: int. More...
 
static final float AL_EAXREVERB_MIN_DECAY_TIME = ( 0.1f )
 Define "AL_EAXREVERB_MIN_DECAY_TIME" with expression '(0.1f)', CType: float. More...
 
static final int AL_AUTOWAH_ATTACK_TIME = 0x1
 Define "AL_AUTOWAH_ATTACK_TIME" with expression '0x0001', CType: int. More...
 
static final int AL_STEREO_ANGLES = 0x1030
 Define "AL_STEREO_ANGLES" with expression '0x1030', CType: int. More...
 
static final int AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO = 0x2000c
 Define "AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO" with expression '0x2000C', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_UW = ( 0xe )
 Define "AL_VOCAL_MORPHER_PHONEME_UW" with expression '(14)', CType: int. More...
 
static final int AL_FLANGER_MIN_PHASE = ( - 0xb4 )
 Define "AL_FLANGER_MIN_PHASE" with expression '(-180)', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_MIN_LEFT_DIRECTION = ( 0x0 )
 Define "AL_FREQUENCY_SHIFTER_MIN_LEFT_DIRECTION" with expression '(0)', CType: int. More...
 
static final double AL_EAXREVERB_DEFAULT_MODULATION_DEPTH = ( 0.0 )
 Define "AL_EAXREVERB_DEFAULT_MODULATION_DEPTH" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_UH = ( 0xd )
 Define "AL_VOCAL_MORPHER_PHONEME_UH" with expression '(13)', CType: int. More...
 
static final int ALC_6POINT1_SOFT = 0x1505
 Define "ALC_6POINT1_SOFT" with expression '0x1505', CType: int. More...
 
static final float AL_AUTOWAH_MAX_PEAK_GAIN = ( 31621.0f )
 Define "AL_AUTOWAH_MAX_PEAK_GAIN" with expression '(31621.0f)', CType: float. More...
 
static final int AL_AUTOWAH_RELEASE_TIME = 0x2
 Define "AL_AUTOWAH_RELEASE_TIME" with expression '0x0002', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_ECHO_TIME = ( 0.25f )
 Define "AL_EAXREVERB_DEFAULT_ECHO_TIME" with expression '(0.25f)', CType: float. More...
 
static final float AL_ECHO_MIN_SPREAD = ( - 1.0f )
 Define "AL_ECHO_MIN_SPREAD" with expression '(-1.0f)', CType: float. More...
 
static final int AL_FILTER_HIGHPASS = 0x2
 Define "AL_FILTER_HIGHPASS" with expression '0x0002', CType: int. More...
 
static final int AL_FLANGER_DEPTH = 0x4
 Define "AL_FLANGER_DEPTH" with expression '0x0004', CType: int. More...
 
static final int AL_AUXILIARY_SEND_FILTER_GAIN_AUTO = 0x2000b
 Define "AL_AUXILIARY_SEND_FILTER_GAIN_AUTO" with expression '0x2000B', CType: int. More...
 
static final int AL_EFFECT_NULL = 0x0
 Define "AL_EFFECT_NULL" with expression '0x0000', CType: int. More...
 
static final int AL_FORMAT_UHJ2CHN16_SOFT = 0x19a3
 Define "AL_FORMAT_UHJ2CHN16_SOFT" with expression '0x19A3', CType: int. More...
 
static final float AL_DISTORTION_MIN_EQCENTER = ( 80.0f )
 Define "AL_DISTORTION_MIN_EQCENTER" with expression '(80.0f)', CType: float. More...
 
static final int AL_DEBUG_TYPE_MARKER_EXT = 0x19bf
 Define "AL_DEBUG_TYPE_MARKER_EXT" with expression '0x19BF', CType: int. More...
 
static final int AL_EFFECT_CHORUS = 0x2
 Define "AL_EFFECT_CHORUS" with expression '0x0002', CType: int. More...
 
static final int AL_FORMAT_IMA_ADPCM_STEREO16_EXT = 0x10001
 Define "AL_FORMAT_IMA_ADPCM_STEREO16_EXT" with expression '0x10001', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_REFLECTIONS_GAIN = ( 0.05f )
 Define "AL_EAXREVERB_DEFAULT_REFLECTIONS_GAIN" with expression '(0.05f)', CType: float. More...
 
static final int ALC_EXT_DEFAULT_FILTER_ORDER = 0x1
 Define "ALC_EXT_DEFAULT_FILTER_ORDER" with expression '1', CType: int. More...
 
static final int AL_STEREO8_SOFT = 0x1102
 Define "AL_STEREO8_SOFT" with expression '0x1102', CType: int. More...
 
static final int AL_EQUALIZER_LOW_GAIN = 0x1
 Define "AL_EQUALIZER_LOW_GAIN" with expression '0x0001', CType: int. More...
 
static final int AL_SOFT_direct_channels_remix = 0x1
 Define "AL_SOFT_direct_channels_remix" with expression '1', CType: int. More...
 
static final double AL_FLANGER_MIN_RATE = ( 0.0 )
 Define "AL_FLANGER_MIN_RATE" with expression '(0.0f)', CType: double. More...
 
static final float AL_DISTORTION_MIN_GAIN = ( 0.01f )
 Define "AL_DISTORTION_MIN_GAIN" with expression '(0.01f)', CType: float. More...
 
static final int ALC_EVENT_SUPPORTED_SOFT = 0x19d9
 Define "ALC_EVENT_SUPPORTED_SOFT" with expression '0x19D9', CType: int. More...
 
static final float AL_EAXREVERB_MAX_MODULATION_TIME = ( 4.0f )
 Define "AL_EAXREVERB_MAX_MODULATION_TIME" with expression '(4.0f)', CType: float. More...
 
static final int ALC_MONO_SOFT = 0x1500
 Define "ALC_MONO_SOFT" with expression '0x1500', CType: int. More...
 
static final int ALC_NUM_HRTF_SPECIFIERS_SOFT = 0x1994
 Define "ALC_NUM_HRTF_SPECIFIERS_SOFT" with expression '0x1994', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_DIRECTION_OFF = ( 0x2 )
 Define "AL_FREQUENCY_SHIFTER_DIRECTION_OFF" with expression '(2)', CType: int. More...
 
static final int AL_UNPACK_BLOCK_ALIGNMENT_SOFT = 0x200c
 Define "AL_UNPACK_BLOCK_ALIGNMENT_SOFT" with expression '0x200C', CType: int. More...
 
static final float AL_DISTORTION_DEFAULT_LOWPASS_CUTOFF = ( 8000.0f )
 Define "AL_DISTORTION_DEFAULT_LOWPASS_CUTOFF" with expression '(8000.0f)', CType: float. More...
 
static final int AL_EXT_IMA4 = 0x1
 Define "AL_EXT_IMA4" with expression '1', CType: int. More...
 
static final int AL_EXT_MULAW_MCFORMATS = 0x1
 Define "AL_EXT_MULAW_MCFORMATS" with expression '1', CType: int. More...
 
static final float AL_REVERB_MAX_ROOM_ROLLOFF_FACTOR = ( 10.0f )
 Define "AL_REVERB_MAX_ROOM_ROLLOFF_FACTOR" with expression '(10.0f)', CType: float. More...
 
static final float AL_LOWPASS_MAX_GAINHF = ( 1.0f )
 Define "AL_LOWPASS_MAX_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final float AL_AUTOWAH_DEFAULT_ATTACK_TIME = ( 0.06f )
 Define "AL_AUTOWAH_DEFAULT_ATTACK_TIME" with expression '(0.06f)', CType: float. More...
 
static final int ALC_UNSIGNED_SHORT_SOFT = 0x1403
 Define "ALC_UNSIGNED_SHORT_SOFT" with expression '0x1403', CType: int. More...
 
static final int AL_FORMAT_61CHN16 = 0x120e
 Define "AL_FORMAT_61CHN16" with expression '0x120E', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_DIFFUSION = ( 1.0f )
 Define "AL_EAXREVERB_DEFAULT_DIFFUSION" with expression '(1.0f)', CType: float. More...
 
static final int ALC_ANY_SOFT = 0x19ad
 Define "ALC_ANY_SOFT" with expression '0x19AD', CType: int. More...
 
static final int AL_N3D_SOFT = 0x2
 Define "AL_N3D_SOFT" with expression '0x0002', CType: int. More...
 
static final float AL_REVERB_MAX_DECAY_HFRATIO = ( 2.0f )
 Define "AL_REVERB_MAX_DECAY_HFRATIO" with expression '(2.0f)', CType: float. More...
 
static final double AL_REVERB_MIN_DENSITY = ( 0.0 )
 Define "AL_REVERB_MIN_DENSITY" with expression '(0.0f)', CType: double. More...
 
static final int AL_ACN_SOFT = 0x1
 Define "AL_ACN_SOFT" with expression '0x0001', CType: int. More...
 
static final int AL_FORMAT_UHJ4CHN_FLOAT32_SOFT = 0x19aa
 Define "AL_FORMAT_UHJ4CHN_FLOAT32_SOFT" with expression '0x19AA', CType: int. More...
 
static final int AL_FILTER_TYPE = 0x8001
 Define "AL_FILTER_TYPE" with expression '0x8001', CType: int. More...
 
static final int ALC_CAPTURE_DEVICE_SOFT = 0x19d5
 Define "ALC_CAPTURE_DEVICE_SOFT" with expression '0x19D5', CType: int. More...
 
static final double AL_EAXREVERB_DEFAULT_REFLECTIONS_PAN_XYZ = ( 0.0 )
 Define "AL_EAXREVERB_DEFAULT_REFLECTIONS_PAN_XYZ" with expression '(0.0f)', CType: double. More...
 
static final int AL_FORMAT_BFORMAT3D_FLOAT32 = 0x20033
 Define "AL_FORMAT_BFORMAT3D_FLOAT32" with expression '0x20033', CType: int. More...
 
static final int AL_CHORUS_DEPTH = 0x4
 Define "AL_CHORUS_DEPTH" with expression '0x0004', CType: int. More...
 
static final int AL_FLANGER_WAVEFORM_SINUSOID = ( 0x0 )
 Define "AL_FLANGER_WAVEFORM_SINUSOID" with expression '(0)', CType: int. More...
 
static final int AL_QUAD32F_SOFT = 0x1206
 Define "AL_QUAD32F_SOFT" with expression '0x1206', CType: int. More...
 
static final double AL_ECHO_MIN_DELAY = ( 0.0 )
 Define "AL_ECHO_MIN_DELAY" with expression '(0.0f)', CType: double. More...
 
static final int AL_FORMAT_51CHN32 = 0x120c
 Define "AL_FORMAT_51CHN32" with expression '0x120C', CType: int. More...
 
static final int AL_EAXREVERB_GAINLF = 0x5
 Define "AL_EAXREVERB_GAINLF" with expression '0x0005', CType: int. More...
 
static final int AL_6POINT1_8_SOFT = 0x120d
 Define "AL_6POINT1_8_SOFT" with expression '0x120D', CType: int. More...
 
static final int AL_FLANGER_WAVEFORM_TRIANGLE = ( 0x1 )
 Define "AL_FLANGER_WAVEFORM_TRIANGLE" with expression '(1)', CType: int. More...
 
static final int AL_FORMAT_UHJ2CHN_IMA4_SOFT = 0x19b5
 Define "AL_FORMAT_UHJ2CHN_IMA4_SOFT" with expression '0x19B5', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_LATE_REVERB_DELAY = ( 0.011f )
 Define "AL_EAXREVERB_DEFAULT_LATE_REVERB_DELAY" with expression '(0.011f)', CType: float. More...
 
static final int AL_DEBUG_SEVERITY_LOW_EXT = 0x19c5
 Define "AL_DEBUG_SEVERITY_LOW_EXT" with expression '0x19C5', CType: int. More...
 
static final int AL_FORMAT_VORBIS_EXT = 0x10003
 Define "AL_FORMAT_VORBIS_EXT" with expression '0x10003', CType: int. More...
 
static final float AL_EAXREVERB_MAX_HFREFERENCE = ( 20000.0f )
 Define "AL_EAXREVERB_MAX_HFREFERENCE" with expression '(20000.0f)', CType: float. More...
 
static final double AL_REVERB_MIN_GAINHF = ( 0.0 )
 Define "AL_REVERB_MIN_GAINHF" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_WAVEFORM_SINUSOID = ( 0x0 )
 Define "AL_VOCAL_MORPHER_WAVEFORM_SINUSOID" with expression '(0)', CType: int. More...
 
static final int AL_EAXREVERB_LFREFERENCE = 0x15
 Define "AL_EAXREVERB_LFREFERENCE" with expression '0x0015', CType: int. More...
 
static final int AL_DEBUG_SEVERITY_MEDIUM_EXT = 0x19c4
 Define "AL_DEBUG_SEVERITY_MEDIUM_EXT" with expression '0x19C4', CType: int. More...
 
static final float AL_EAXREVERB_MAX_AIR_ABSORPTION_GAINHF = ( 1.0f )
 Define "AL_EAXREVERB_MAX_AIR_ABSORPTION_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final int AL_MAX_DIRECT_FILTER_GAINHF_AUTO = 0x1
 Define "AL_MAX_DIRECT_FILTER_GAINHF_AUTO" with expression '1', CType: int. More...
 
static final int AL_REVERB_DECAY_HFLIMIT = 0xd
 Define "AL_REVERB_DECAY_HFLIMIT" with expression '0x000D', CType: int. More...
 
static final double AL_FLANGER_MIN_DEPTH = ( 0.0 )
 Define "AL_FLANGER_MIN_DEPTH" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_MIN_PHONEMEB_COARSE_TUNING = ( - 0x18 )
 Define "AL_VOCAL_MORPHER_MIN_PHONEMEB_COARSE_TUNING" with expression '(-24)', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_MID1_CENTER = ( 500.0f )
 Define "AL_EQUALIZER_DEFAULT_MID1_CENTER" with expression '(500.0f)', CType: float. More...
 
static final int ALC_CHAN_PCM_LOKI = 0x500002
 Define "ALC_CHAN_PCM_LOKI" with expression '0x500002', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEMEA = 0x1
 Define "AL_VOCAL_MORPHER_PHONEMEA" with expression '0x0001', CType: int. More...
 
static final int AL_FORMAT_QUAD8_LOKI = 0x10004
 Define "AL_FORMAT_QUAD8_LOKI" with expression '0x10004', CType: int. More...
 
static final float AL_REVERB_DEFAULT_DENSITY = ( 1.0f )
 Define "AL_REVERB_DEFAULT_DENSITY" with expression '(1.0f)', CType: float. More...
 
static final int AL_CONE_OUTER_GAINHF = 0x20009
 Define "AL_CONE_OUTER_GAINHF" with expression '0x20009', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEMEB = 0x3
 Define "AL_VOCAL_MORPHER_PHONEMEB" with expression '0x0003', CType: int. More...
 
static final int AL_FLANGER_DEFAULT_WAVEFORM = ( 0x1 )
 Define "AL_FLANGER_DEFAULT_WAVEFORM" with expression '(1)', CType: int. More...
 
static final int AL_SOFT_buffer_samples = 0x1
 Define "AL_SOFT_buffer_samples" with expression '1', CType: int. More...
 
static final float AL_EQUALIZER_MIN_MID2_GAIN = ( 0.126f )
 Define "AL_EQUALIZER_MIN_MID2_GAIN" with expression '(0.126f)', CType: float. More...
 
static final int ALC_CONTEXT_DEBUG_BIT_EXT = 0x1
 Define "ALC_CONTEXT_DEBUG_BIT_EXT" with expression '0x0001', CType: int. More...
 
static final int AL_FORMAT_51CHN16 = 0x120b
 Define "AL_FORMAT_51CHN16" with expression '0x120B', CType: int. More...
 
static final int AL_FORMAT_QUAD8 = 0x1204
 Define "AL_FORMAT_QUAD8" with expression '0x1204', CType: int. More...
 
static final int AL_FORMAT_UHJ3CHN8_SOFT = 0x19a5
 Define "AL_FORMAT_UHJ3CHN8_SOFT" with expression '0x19A5', CType: int. More...
 
static final int AL_EAXREVERB_LATE_REVERB_DELAY = 0xd
 Define "AL_EAXREVERB_LATE_REVERB_DELAY" with expression '0x000D', CType: int. More...
 
static final int AL_FORMAT_71CHN8 = 0x1210
 Define "AL_FORMAT_71CHN8" with expression '0x1210', CType: int. More...
 
static final int AL_DEBUG_TYPE_POP_GROUP_EXT = 0x19c1
 Define "AL_DEBUG_TYPE_POP_GROUP_EXT" with expression '0x19C1', CType: int. More...
 
static final int AL_REVERB_MIN_DECAY_HFLIMIT = 0x0
 Define "AL_REVERB_MIN_DECAY_HFLIMIT" with expression '0', CType: int. More...
 
static final int AL_FORMAT_71CHN16 = 0x1211
 Define "AL_FORMAT_71CHN16" with expression '0x1211', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_AIR_ABSORPTION_GAINHF = ( 0.994f )
 Define "AL_EAXREVERB_DEFAULT_AIR_ABSORPTION_GAINHF" with expression '(0.994f)', CType: float. More...
 
static final int AL_VOCAL_MORPHER_DEFAULT_WAVEFORM = ( 0x0 )
 Define "AL_VOCAL_MORPHER_DEFAULT_WAVEFORM" with expression '(0)', CType: int. More...
 
static final float AL_EQUALIZER_MIN_LOW_CUTOFF = ( 50.0f )
 Define "AL_EQUALIZER_MIN_LOW_CUTOFF" with expression '(50.0f)', CType: float. More...
 
static final float AL_CHORUS_DEFAULT_DELAY = ( 0.016f )
 Define "AL_CHORUS_DEFAULT_DELAY" with expression '(0.016f)', CType: float. More...
 
static final int ALC_SURROUND_7_1_SOFT = 0x1506
 Define "ALC_SURROUND_7_1_SOFT" with expression '0x1506', CType: int. More...
 
static final float AL_DISTORTION_DEFAULT_EQBANDWIDTH = ( 3600.0f )
 Define "AL_DISTORTION_DEFAULT_EQBANDWIDTH" with expression '(3600.0f)', CType: float. More...
 
static final int AL_SHORT_SOFT = 0x1402
 Define "AL_SHORT_SOFT" with expression '0x1402', CType: int. More...
 
static final int AL_DEBUG_TYPE_PUSH_GROUP_EXT = 0x19c0
 Define "AL_DEBUG_TYPE_PUSH_GROUP_EXT" with expression '0x19C0', CType: int. More...
 
static final float AL_EAXREVERB_MIN_ECHO_TIME = ( 0.075f )
 Define "AL_EAXREVERB_MIN_ECHO_TIME" with expression '(0.075f)', CType: float. More...
 
static final int AL_FLANGER_WAVEFORM = 0x1
 Define "AL_FLANGER_WAVEFORM" with expression '0x0001', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING = 0x2
 Define "AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING" with expression '0x0002', CType: int. More...
 
static final float AL_VOCAL_MORPHER_DEFAULT_RATE = ( 1.41f )
 Define "AL_VOCAL_MORPHER_DEFAULT_RATE" with expression '(1.41f)', CType: float. More...
 
static final int ALC_EFX_MINOR_VERSION = 0x20002
 Define "ALC_EFX_MINOR_VERSION" with expression '0x20002', CType: int. More...
 
static final double AL_REVERB_MIN_LATE_REVERB_DELAY = ( 0.0 )
 Define "AL_REVERB_MIN_LATE_REVERB_DELAY" with expression '(0.0f)', CType: double. More...
 
static final float AL_EAXREVERB_MIN_DECAY_LFRATIO = ( 0.1f )
 Define "AL_EAXREVERB_MIN_DECAY_LFRATIO" with expression '(0.1f)', CType: float. More...
 
static final float AL_EAXREVERB_DEFAULT_DENSITY = ( 1.0f )
 Define "AL_EAXREVERB_DEFAULT_DENSITY" with expression '(1.0f)', CType: float. More...
 
static final int AL_RING_MODULATOR_WAVEFORM = 0x3
 Define "AL_RING_MODULATOR_WAVEFORM" with expression '0x0003', CType: int. More...
 
static final float AL_EQUALIZER_MIN_MID2_CENTER = ( 1000.0f )
 Define "AL_EQUALIZER_MIN_MID2_CENTER" with expression '(1000.0f)', CType: float. More...
 
static final float AL_ECHO_DEFAULT_SPREAD = ( - 1.0f )
 Define "AL_ECHO_DEFAULT_SPREAD" with expression '(-1.0f)', CType: float. More...
 
static final int ALC_SOFT_loopback_bformat = 0x1
 Define "ALC_SOFT_loopback_bformat" with expression '1', CType: int. More...
 
static final int AL_EVENT_TYPE_DISCONNECTED_SOFT = 0x19a6
 Define "AL_EVENT_TYPE_DISCONNECTED_SOFT" with expression '0x19A6', CType: int. More...
 
static final int AL_FORMAT_UHJ4CHN8_SOFT = 0x19a8
 Define "AL_FORMAT_UHJ4CHN8_SOFT" with expression '0x19A8', CType: int. More...
 
static final int AL_FLANGER_FEEDBACK = 0x5
 Define "AL_FLANGER_FEEDBACK" with expression '0x0005', CType: int. More...
 
static final float AL_REVERB_MAX_REFLECTIONS_GAIN = ( 3.16f )
 Define "AL_REVERB_MAX_REFLECTIONS_GAIN" with expression '(3.16f)', CType: float. More...
 
static final float AL_ECHO_DEFAULT_DELAY = ( 0.1f )
 Define "AL_ECHO_DEFAULT_DELAY" with expression '(0.1f)', CType: float. More...
 
static final int AL_EAXREVERB_LATE_REVERB_PAN = 0xe
 Define "AL_EAXREVERB_LATE_REVERB_PAN" with expression '0x000E', CType: int. More...
 
static final int AL_EAXREVERB_MAX_DECAY_HFLIMIT = 0x1
 Define "AL_EAXREVERB_MAX_DECAY_HFLIMIT" with expression '1', CType: int. More...
 
static final int AL_SOFT_source_latency = 0x1
 Define "AL_SOFT_source_latency" with expression '1', CType: int. More...
 
static final int AL_SOFT_buffer_sub_data = 0x1
 Define "AL_SOFT_buffer_sub_data" with expression '1', CType: int. More...
 
static final int AL_FORMAT_71CHN32 = 0x1212
 Define "AL_FORMAT_71CHN32" with expression '0x1212', CType: int. More...
 
static final double AL_REVERB_MIN_DIFFUSION = ( 0.0 )
 Define "AL_REVERB_MIN_DIFFUSION" with expression '(0.0f)', CType: double. More...
 
static final int AL_DROP_UNMATCHED_SOFT = 0x1
 Define "AL_DROP_UNMATCHED_SOFT" with expression '0x0001', CType: int. More...
 
static final int AL_CHORUS_DEFAULT_WAVEFORM = ( 0x1 )
 Define "AL_CHORUS_DEFAULT_WAVEFORM" with expression '(1)', CType: int. More...
 
static final int AL_EXT_ALAW = 0x1
 Define "AL_EXT_ALAW" with expression '1', CType: int. More...
 
static final float AL_EAXREVERB_MAX_REFLECTIONS_DELAY = ( 0.3f )
 Define "AL_EAXREVERB_MAX_REFLECTIONS_DELAY" with expression '(0.3f)', CType: float. More...
 
static final float AL_EQUALIZER_MAX_HIGH_GAIN = ( 7.943f )
 Define "AL_EQUALIZER_MAX_HIGH_GAIN" with expression '(7.943f)', CType: float. More...
 
static final int AL_SUPER_STEREO_SOFT = 0x1
 Define "AL_SUPER_STEREO_SOFT" with expression '0x0001', CType: int. More...
 
static final int AL_DISTORTION_EQCENTER = 0x4
 Define "AL_DISTORTION_EQCENTER" with expression '0x0004', CType: int. More...
 
static final int AL_BYTE_LENGTH_SOFT = 0x2009
 Define "AL_BYTE_LENGTH_SOFT" with expression '0x2009', CType: int. More...
 
static final int AL_RESAMPLER_NAME_SOFT = 0x1213
 Define "AL_RESAMPLER_NAME_SOFT" with expression '0x1213', CType: int. More...
 
static final float AL_REVERB_MIN_AIR_ABSORPTION_GAINHF = ( 0.892f )
 Define "AL_REVERB_MIN_AIR_ABSORPTION_GAINHF" with expression '(0.892f)', CType: float. More...
 
static final int AL_FORMAT_MONO_MSADPCM_SOFT = 0x1302
 Define "AL_FORMAT_MONO_MSADPCM_SOFT" with expression '0x1302', CType: int. More...
 
static final float AL_EQUALIZER_MIN_LOW_GAIN = ( 0.126f )
 Define "AL_EQUALIZER_MIN_LOW_GAIN" with expression '(0.126f)', CType: float. More...
 
static final int AL_FLANGER_DELAY = 0x6
 Define "AL_FLANGER_DELAY" with expression '0x0006', CType: int. More...
 
static final int AL_5POINT1_16_SOFT = 0x120b
 Define "AL_5POINT1_16_SOFT" with expression '0x120B', CType: int. More...
 
static final int ALC_N3D_SOFT = 0x2
 Define "ALC_N3D_SOFT" with expression '0x0002', CType: int. More...
 
static final int AL_LOWPASS_GAINHF = 0x2
 Define "AL_LOWPASS_GAINHF" with expression '0x0002', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MIN_WAVEFORM = ( 0x0 )
 Define "AL_VOCAL_MORPHER_MIN_WAVEFORM" with expression '(0)', CType: int. More...
 
static final int ALC_SOFT_HRTF = 0x1
 Define "ALC_SOFT_HRTF" with expression '1', CType: int. More...
 
static final int AL_EXT_MULAW_BFORMAT = 0x1
 Define "AL_EXT_MULAW_BFORMAT" with expression '1', CType: int. More...
 
static final int ALC_SOFT_device_clock = 0x1
 Define "ALC_SOFT_device_clock" with expression '1', CType: int. More...
 
static final float AL_AUTOWAH_MIN_ATTACK_TIME = ( 1.0E-4f )
 Define "AL_AUTOWAH_MIN_ATTACK_TIME" with expression '(0.0001f)', CType: float. More...
 
static final double AL_EAXREVERB_MIN_LATE_REVERB_DELAY = ( 0.0 )
 Define "AL_EAXREVERB_MIN_LATE_REVERB_DELAY" with expression '(0.0f)', CType: double. More...
 
static final int AL_EFFECT_AUTOWAH = 0xa
 Define "AL_EFFECT_AUTOWAH" with expression '0x000A', CType: int. More...
 
static final int AL_FORMAT_REAR_MULAW = 0x10022
 Define "AL_FORMAT_REAR_MULAW" with expression '0x10022', CType: int. More...
 
static final double AL_CHORUS_MIN_DEPTH = ( 0.0 )
 Define "AL_CHORUS_MIN_DEPTH" with expression '(0.0f)', CType: double. More...
 
static final int AL_MAX_DEBUG_LOGGED_MESSAGES_EXT = 0x19ca
 Define "AL_MAX_DEBUG_LOGGED_MESSAGES_EXT" with expression '0x19CA', CType: int. More...
 
static final int AL_EVENT_CALLBACK_USER_PARAM_SOFT = 0x19a3
 Define "AL_EVENT_CALLBACK_USER_PARAM_SOFT" with expression '0x19A3', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_HFREFERENCE = ( 5000.0f )
 Define "AL_EAXREVERB_DEFAULT_HFREFERENCE" with expression '(5000.0f)', CType: float. More...
 
static final int AL_PITCH_SHIFTER_MIN_COARSE_TUNE = ( - 0xc )
 Define "AL_PITCH_SHIFTER_MIN_COARSE_TUNE" with expression '(-12)', CType: int. More...
 
static final int AL_FORMAT_QUAD16_LOKI = 0x10005
 Define "AL_FORMAT_QUAD16_LOKI" with expression '0x10005', CType: int. More...
 
static final int AL_EFFECT_EXT = 0x19d2
 Define "AL_EFFECT_EXT" with expression '0x19D2', CType: int. More...
 
static final int AL_MAX_DEBUG_GROUP_STACK_DEPTH_EXT = 0x19cb
 Define "AL_MAX_DEBUG_GROUP_STACK_DEPTH_EXT" with expression '0x19CB', CType: int. More...
 
static final int AL_UNSIGNED_BYTE3_SOFT = 0x1409
 Define "AL_UNSIGNED_BYTE3_SOFT" with expression '0x1409', CType: int. More...
 
static final int AL_FORMAT_QUAD16 = 0x1205
 Define "AL_FORMAT_QUAD16" with expression '0x1205', CType: int. More...
 
static final int AL_SAMPLE_OFFSET_CLOCK_SOFT = 0x1202
 Define "AL_SAMPLE_OFFSET_CLOCK_SOFT" with expression '0x1202', CType: int. More...
 
static final float AL_FREQUENCY_SHIFTER_MAX_FREQUENCY = ( 24000.0f )
 Define "AL_FREQUENCY_SHIFTER_MAX_FREQUENCY" with expression '(24000.0f)', CType: float. More...
 
static final int AL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_EXT = 0x19c8
 Define "AL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_EXT" with expression '0x19C8', CType: int. More...
 
static final int ALC_CHAN_CD_LOKI = 0x500003
 Define "ALC_CHAN_CD_LOKI" with expression '0x500003', CType: int. More...
 
static final float AL_EQUALIZER_MAX_LOW_CUTOFF = ( 800.0f )
 Define "AL_EQUALIZER_MAX_LOW_CUTOFF" with expression '(800.0f)', CType: float. More...
 
static final int ALC_STEREO_UHJ_SOFT = 0x19af
 Define "ALC_STEREO_UHJ_SOFT" with expression '0x19AF', CType: int. More...
 
static final float AL_REVERB_MAX_REFLECTIONS_DELAY = ( 0.3f )
 Define "AL_REVERB_MAX_REFLECTIONS_DELAY" with expression '(0.3f)', CType: float. More...
 
static final int AL_DEBUG_TYPE_ERROR_EXT = 0x19ba
 Define "AL_DEBUG_TYPE_ERROR_EXT" with expression '0x19BA', CType: int. More...
 
static final int AL_FLANGER_RATE = 0x3
 Define "AL_FLANGER_RATE" with expression '0x0003', CType: int. More...
 
static final int AL_ECHO_DAMPING = 0x3
 Define "AL_ECHO_DAMPING" with expression '0x0003', CType: int. More...
 
static final int AL_CHORUS_DELAY = 0x6
 Define "AL_CHORUS_DELAY" with expression '0x0006', CType: int. More...
 
static final int AL_FORMAT_MONO_FLOAT32 = 0x10010
 Define "AL_FORMAT_MONO_FLOAT32" with expression '0x10010', CType: int. More...
 
static final float AL_CHORUS_MIN_FEEDBACK = ( - 1.0f )
 Define "AL_CHORUS_MIN_FEEDBACK" with expression '(-1.0f)', CType: float. More...
 
static final int AL_EQUALIZER_MID2_WIDTH = 0x8
 Define "AL_EQUALIZER_MID2_WIDTH" with expression '0x0008', CType: int. More...
 
static final int AL_DEBUG_SOURCE_OTHER_EXT = 0x19b9
 Define "AL_DEBUG_SOURCE_OTHER_EXT" with expression '0x19B9', CType: int. More...
 
static final int ALC_HRTF_DISABLED_SOFT = 0x0
 Define "ALC_HRTF_DISABLED_SOFT" with expression '0x0000', CType: int. More...
 
static final int AL_FORMAT_REAR16 = 0x1208
 Define "AL_FORMAT_REAR16" with expression '0x1208', CType: int. More...
 
static final float AL_DISTORTION_DEFAULT_EQCENTER = ( 3600.0f )
 Define "AL_DISTORTION_DEFAULT_EQCENTER" with expression '(3600.0f)', CType: float. More...
 
static final int AL_FORMAT_MONO_MULAW_EXT = 0x10014
 Define "AL_FORMAT_MONO_MULAW_EXT" with expression '0x10014', CType: int. More...
 
static final int AL_DEBUG_SOURCE_APPLICATION_EXT = 0x19b8
 Define "AL_DEBUG_SOURCE_APPLICATION_EXT" with expression '0x19B8', CType: int. More...
 
static final int AL_EXT_MCFORMATS = 0x1
 Define "AL_EXT_MCFORMATS" with expression '1', CType: int. More...
 
static final int AL_EFFECT_LAST_PARAMETER = 0x8000
 Define "AL_EFFECT_LAST_PARAMETER" with expression '0x8000', CType: int. More...
 
static final int AL_FORMAT_UHJ2CHN_MULAW_SOFT = 0x19b3
 Define "AL_FORMAT_UHJ2CHN_MULAW_SOFT" with expression '0x19B3', CType: int. More...
 
static final float AL_RING_MODULATOR_DEFAULT_FREQUENCY = ( 440.0f )
 Define "AL_RING_MODULATOR_DEFAULT_FREQUENCY" with expression '(440.0f)', CType: float. More...
 
static final float AL_EQUALIZER_MAX_LOW_GAIN = ( 7.943f )
 Define "AL_EQUALIZER_MAX_LOW_GAIN" with expression '(7.943f)', CType: float. More...
 
static final int AL_EAXREVERB_DECAY_HFLIMIT = 0x17
 Define "AL_EAXREVERB_DECAY_HFLIMIT" with expression '0x0017', CType: int. More...
 
static final int AL_STEREO16_SOFT = 0x1103
 Define "AL_STEREO16_SOFT" with expression '0x1103', CType: int. More...
 
static final float AL_ECHO_MAX_FEEDBACK = ( 1.0f )
 Define "AL_ECHO_MAX_FEEDBACK" with expression '(1.0f)', CType: float. More...
 
static final int ALC_AMBISONIC_LAYOUT_SOFT = 0x1997
 Define "ALC_AMBISONIC_LAYOUT_SOFT" with expression '0x1997', CType: int. More...
 
static final double AL_BANDPASS_MIN_GAIN = ( 0.0 )
 Define "AL_BANDPASS_MIN_GAIN" with expression '(0.0f)', CType: double. More...
 
static final double AL_DEFAULT_ROOM_ROLLOFF_FACTOR = ( 0.0 )
 Define "AL_DEFAULT_ROOM_ROLLOFF_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final int AL_FORMAT_61CHN_MULAW = 0x10024
 Define "AL_FORMAT_61CHN_MULAW" with expression '0x10024', CType: int. More...
 
static final int AL_DISTORTION_EDGE = 0x1
 Define "AL_DISTORTION_EDGE" with expression '0x0001', CType: int. More...
 
static final int AL_FORMAT_71CHN_MULAW = 0x10025
 Define "AL_FORMAT_71CHN_MULAW" with expression '0x10025', CType: int. More...
 
static final int ALC_FORMAT_CHANNELS_SOFT = 0x1990
 Define "ALC_FORMAT_CHANNELS_SOFT" with expression '0x1990', CType: int. More...
 
static final int ALC_EFX_MAJOR_VERSION = 0x20001
 Define "ALC_EFX_MAJOR_VERSION" with expression '0x20001', CType: int. More...
 
static final float AL_EQUALIZER_MIN_MID1_GAIN = ( 0.126f )
 Define "AL_EQUALIZER_MIN_MID1_GAIN" with expression '(0.126f)', CType: float. More...
 
static final int AL_EFFECT_TYPE = 0x8001
 Define "AL_EFFECT_TYPE" with expression '0x8001', CType: int. More...
 
static final int AL_DEBUG_TYPE_PORTABILITY_EXT = 0x19bd
 Define "AL_DEBUG_TYPE_PORTABILITY_EXT" with expression '0x19BD', CType: int. More...
 
static final int AL_ROOM_ROLLOFF_FACTOR = 0x20008
 Define "AL_ROOM_ROLLOFF_FACTOR" with expression '0x20008', CType: int. More...
 
static final float AL_RING_MODULATOR_MAX_HIGHPASS_CUTOFF = ( 24000.0f )
 Define "AL_RING_MODULATOR_MAX_HIGHPASS_CUTOFF" with expression '(24000.0f)', CType: float. More...
 
static final int AL_FORMAT_REAR32 = 0x1209
 Define "AL_FORMAT_REAR32" with expression '0x1209', CType: int. More...
 
static final int ALC_INT_SOFT = 0x1404
 Define "ALC_INT_SOFT" with expression '0x1404', CType: int. More...
 
static final double AL_DISTORTION_MIN_EDGE = ( 0.0 )
 Define "AL_DISTORTION_MIN_EDGE" with expression '(0.0f)', CType: double. More...
 
static final int AL_RING_MODULATOR_MAX_WAVEFORM = ( 0x2 )
 Define "AL_RING_MODULATOR_MAX_WAVEFORM" with expression '(2)', CType: int. More...
 
static final int AL_SUPER_STEREO_WIDTH_SOFT = 0x19b1
 Define "AL_SUPER_STEREO_WIDTH_SOFT" with expression '0x19B1', CType: int. More...
 
static final int AL_CHORUS_DEFAULT_PHASE = ( 0x5a )
 Define "AL_CHORUS_DEFAULT_PHASE" with expression '(90)', CType: int. More...
 
static final int AL_FLANGER_DEFAULT_PHASE = ( 0x0 )
 Define "AL_FLANGER_DEFAULT_PHASE" with expression '(0)', CType: int. More...
 
static final int AL_DONT_CARE_EXT = 0x2
 Define "AL_DONT_CARE_EXT" with expression '0x0002', CType: int. More...
 
static final int AL_EAXREVERB_DECAY_TIME = 0x6
 Define "AL_EAXREVERB_DECAY_TIME" with expression '0x0006', CType: int. More...
 
static final int ALC_SN3D_SOFT = 0x1
 Define "ALC_SN3D_SOFT" with expression '0x0001', CType: int. More...
 
static final float AL_ECHO_DEFAULT_LRDELAY = ( 0.1f )
 Define "AL_ECHO_DEFAULT_LRDELAY" with expression '(0.1f)', CType: float. More...
 
static final int AL_EFFECT_VOCAL_MORPHER = 0x7
 Define "AL_EFFECT_VOCAL_MORPHER" with expression '0x0007', CType: int. More...
 
static final float AL_REVERB_DEFAULT_AIR_ABSORPTION_GAINHF = ( 0.994f )
 Define "AL_REVERB_DEFAULT_AIR_ABSORPTION_GAINHF" with expression '(0.994f)', CType: float. More...
 
static final int AL_COMPRESSOR_MIN_ONOFF = ( 0x0 )
 Define "AL_COMPRESSOR_MIN_ONOFF" with expression '(0)', CType: int. More...
 
static final int AL_EAXREVERB_REFLECTIONS_PAN = 0xb
 Define "AL_EAXREVERB_REFLECTIONS_PAN" with expression '0x000B', CType: int. More...
 
static final double AL_REVERB_DEFAULT_ROOM_ROLLOFF_FACTOR = ( 0.0 )
 Define "AL_REVERB_DEFAULT_ROOM_ROLLOFF_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final float AL_EAXREVERB_DEFAULT_MODULATION_TIME = ( 0.25f )
 Define "AL_EAXREVERB_DEFAULT_MODULATION_TIME" with expression '(0.25f)', CType: float. More...
 
static final float AL_EAXREVERB_MAX_ECHO_DEPTH = ( 1.0f )
 Define "AL_EAXREVERB_MAX_ECHO_DEPTH" with expression '(1.0f)', CType: float. More...
 
static final float AL_EAXREVERB_MIN_DECAY_HFRATIO = ( 0.1f )
 Define "AL_EAXREVERB_MIN_DECAY_HFRATIO" with expression '(0.1f)', CType: float. More...
 
static final double AL_EAXREVERB_DEFAULT_ECHO_DEPTH = ( 0.0 )
 Define "AL_EAXREVERB_DEFAULT_ECHO_DEPTH" with expression '(0.0f)', CType: double. More...
 
static final double AL_VOCAL_MORPHER_MIN_RATE = ( 0.0 )
 Define "AL_VOCAL_MORPHER_MIN_RATE" with expression '(0.0f)', CType: double. More...
 
static final float AL_CHORUS_DEFAULT_DEPTH = ( 0.1f )
 Define "AL_CHORUS_DEFAULT_DEPTH" with expression '(0.1f)', CType: float. More...
 
static final int AL_STEREO32F_SOFT = 0x10011
 Define "AL_STEREO32F_SOFT" with expression '0x10011', CType: int. More...
 
static final double AL_EAXREVERB_MIN_ROOM_ROLLOFF_FACTOR = ( 0.0 )
 Define "AL_EAXREVERB_MIN_ROOM_ROLLOFF_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final int ALC_HRTF_SOFT = 0x1992
 Define "ALC_HRTF_SOFT" with expression '0x1992', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_LATE_REVERB_GAIN = ( 1.26f )
 Define "AL_EAXREVERB_DEFAULT_LATE_REVERB_GAIN" with expression '(1.26f)', CType: float. More...
 
static final int AL_DEBUG_SEVERITY_HIGH_EXT = 0x19c3
 Define "AL_DEBUG_SEVERITY_HIGH_EXT" with expression '0x19C3', CType: int. More...
 
static final int AL_EFFECT_PITCH_SHIFTER = 0x8
 Define "AL_EFFECT_PITCH_SHIFTER" with expression '0x0008', CType: int. More...
 
static final int AL_EVENT_TYPE_SOURCE_STATE_CHANGED_SOFT = 0x19a5
 Define "AL_EVENT_TYPE_SOURCE_STATE_CHANGED_SOFT" with expression '0x19A5', CType: int. More...
 
static final float AL_EAXREVERB_MAX_REFLECTIONS_GAIN = ( 3.16f )
 Define "AL_EAXREVERB_MAX_REFLECTIONS_GAIN" with expression '(3.16f)', CType: float. More...
 
static final int AL_EQUALIZER_MID1_CENTER = 0x4
 Define "AL_EQUALIZER_MID1_CENTER" with expression '0x0004', CType: int. More...
 
static final int AL_FOLDBACK_MODE_STEREO = 0x4102
 Define "AL_FOLDBACK_MODE_STEREO" with expression '0x4102', CType: int. More...
 
static final int ALC_HRTF_ID_SOFT = 0x1996
 Define "ALC_HRTF_ID_SOFT" with expression '0x1996', CType: int. More...
 
static final int AL_BANDPASS_GAINHF = 0x3
 Define "AL_BANDPASS_GAINHF" with expression '0x0003', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_MAX_RIGHT_DIRECTION = ( 0x2 )
 Define "AL_FREQUENCY_SHIFTER_MAX_RIGHT_DIRECTION" with expression '(2)', CType: int. More...
 
static final int ALC_HRTF_UNSUPPORTED_FORMAT_SOFT = 0x5
 Define "ALC_HRTF_UNSUPPORTED_FORMAT_SOFT" with expression '0x0005', CType: int. More...
 
static final int AL_FORMAT_51CHN_MULAW = 0x10023
 Define "AL_FORMAT_51CHN_MULAW" with expression '0x10023', CType: int. More...
 
static final int ALC_OUTPUT_LIMITER_SOFT = 0x199a
 Define "ALC_OUTPUT_LIMITER_SOFT" with expression '0x199A', CType: int. More...
 
static final int AL_DEBUG_SOURCE_AUDIO_SYSTEM_EXT = 0x19b6
 Define "AL_DEBUG_SOURCE_AUDIO_SYSTEM_EXT" with expression '0x19B6', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_Z = ( 0x1d )
 Define "AL_VOCAL_MORPHER_PHONEME_Z" with expression '(29)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_U = ( 0x4 )
 Define "AL_VOCAL_MORPHER_PHONEME_U" with expression '(4)', CType: int. More...
 
static final float AL_REVERB_MAX_GAIN = ( 1.0f )
 Define "AL_REVERB_MAX_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_V = ( 0x1c )
 Define "AL_VOCAL_MORPHER_PHONEME_V" with expression '(28)', CType: int. More...
 
static final int AL_BANDPASS_GAINLF = 0x2
 Define "AL_BANDPASS_GAINLF" with expression '0x0002', CType: int. More...
 
static final double AL_ECHO_MIN_FEEDBACK = ( 0.0 )
 Define "AL_ECHO_MIN_FEEDBACK" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_R = ( 0x19 )
 Define "AL_VOCAL_MORPHER_PHONEME_R" with expression '(25)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_S = ( 0x1a )
 Define "AL_VOCAL_MORPHER_PHONEME_S" with expression '(26)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_T = ( 0x1b )
 Define "AL_VOCAL_MORPHER_PHONEME_T" with expression '(27)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_M = ( 0x16 )
 Define "AL_VOCAL_MORPHER_PHONEME_M" with expression '(22)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_N = ( 0x17 )
 Define "AL_VOCAL_MORPHER_PHONEME_N" with expression '(23)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_O = ( 0x3 )
 Define "AL_VOCAL_MORPHER_PHONEME_O" with expression '(3)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_P = ( 0x18 )
 Define "AL_VOCAL_MORPHER_PHONEME_P" with expression '(24)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_I = ( 0x2 )
 Define "AL_VOCAL_MORPHER_PHONEME_I" with expression '(2)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_J = ( 0x13 )
 Define "AL_VOCAL_MORPHER_PHONEME_J" with expression '(19)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_K = ( 0x14 )
 Define "AL_VOCAL_MORPHER_PHONEME_K" with expression '(20)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_L = ( 0x15 )
 Define "AL_VOCAL_MORPHER_PHONEME_L" with expression '(21)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_E = ( 0x1 )
 Define "AL_VOCAL_MORPHER_PHONEME_E" with expression '(1)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_F = ( 0x11 )
 Define "AL_VOCAL_MORPHER_PHONEME_F" with expression '(17)', CType: int. More...
 
static final int AL_FORMAT_BFORMAT2D_FLOAT32 = 0x20023
 Define "AL_FORMAT_BFORMAT2D_FLOAT32" with expression '0x20023', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_G = ( 0x12 )
 Define "AL_VOCAL_MORPHER_PHONEME_G" with expression '(18)', CType: int. More...
 
static final float AL_AUTOWAH_MIN_RELEASE_TIME = ( 1.0E-4f )
 Define "AL_AUTOWAH_MIN_RELEASE_TIME" with expression '(0.0001f)', CType: float. More...
 
static final int AL_FORMAT_BFORMAT2D_8 = 0x20021
 Define "AL_FORMAT_BFORMAT2D_8" with expression '0x20021', CType: int. More...
 
static final int AL_REMIX_UNMATCHED_SOFT = 0x2
 Define "AL_REMIX_UNMATCHED_SOFT" with expression '0x0002', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_A = ( 0x0 )
 Define "AL_VOCAL_MORPHER_PHONEME_A" with expression '(0)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_B = ( 0xf )
 Define "AL_VOCAL_MORPHER_PHONEME_B" with expression '(15)', CType: int. More...
 
static final int AL_PITCH_SHIFTER_COARSE_TUNE = 0x1
 Define "AL_PITCH_SHIFTER_COARSE_TUNE" with expression '0x0001', CType: int. More...
 
static final float AL_FLANGER_DEFAULT_DELAY = ( 0.002f )
 Define "AL_FLANGER_DEFAULT_DELAY" with expression '(0.002f)', CType: float. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_D = ( 0x10 )
 Define "AL_VOCAL_MORPHER_PHONEME_D" with expression '(16)', CType: int. More...
 
static final int AL_MONO8_SOFT = 0x1100
 Define "AL_MONO8_SOFT" with expression '0x1100', CType: int. More...
 
static final float AL_REVERB_DEFAULT_REFLECTIONS_DELAY = ( 0.007f )
 Define "AL_REVERB_DEFAULT_REFLECTIONS_DELAY" with expression '(0.007f)', CType: float. More...
 
static final float AL_EAXREVERB_MIN_HFREFERENCE = ( 1000.0f )
 Define "AL_EAXREVERB_MIN_HFREFERENCE" with expression '(1000.0f)', CType: float. More...
 
static final float AL_EQUALIZER_MIN_MID2_WIDTH = ( 0.01f )
 Define "AL_EQUALIZER_MIN_MID2_WIDTH" with expression '(0.01f)', CType: float. More...
 
static final int AL_ECHO_FEEDBACK = 0x4
 Define "AL_ECHO_FEEDBACK" with expression '0x0004', CType: int. More...
 
static final int AL_FILTER_FIRST_PARAMETER = 0x0
 Define "AL_FILTER_FIRST_PARAMETER" with expression '0x0000', CType: int. More...
 
static final int AL_EQUALIZER_LOW_CUTOFF = 0x2
 Define "AL_EQUALIZER_LOW_CUTOFF" with expression '0x0002', CType: int. More...
 
static final int ALC_HRTF_DENIED_SOFT = 0x2
 Define "ALC_HRTF_DENIED_SOFT" with expression '0x0002', CType: int. More...
 
static final float AL_HIGHPASS_DEFAULT_GAIN = ( 1.0f )
 Define "AL_HIGHPASS_DEFAULT_GAIN" with expression '(1.0f)', CType: float. More...
 
static final double AL_FREQUENCY_SHIFTER_DEFAULT_FREQUENCY = ( 0.0 )
 Define "AL_FREQUENCY_SHIFTER_DEFAULT_FREQUENCY" with expression '(0.0f)', CType: double. More...
 
static final int AL_LOKI_WAVE_format = 0x1
 Define "AL_LOKI_WAVE_format" with expression '1', CType: int. More...
 
static final int AL_DISTORTION_EQBANDWIDTH = 0x5
 Define "AL_DISTORTION_EQBANDWIDTH" with expression '0x0005', CType: int. More...
 
static final int ALC_BFORMAT3D_SOFT = 0x1507
 Define "ALC_BFORMAT3D_SOFT" with expression '0x1507', CType: int. More...
 
static final int AL_EQUALIZER_HIGH_GAIN = 0x9
 Define "AL_EQUALIZER_HIGH_GAIN" with expression '0x0009', CType: int. More...
 
static final int ALC_FLOAT_SOFT = 0x1406
 Define "ALC_FLOAT_SOFT" with expression '0x1406', CType: int. More...
 
static final int AL_FORMAT_UHJ3CHN_ALAW_SOFT = 0x19b8
 Define "AL_FORMAT_UHJ3CHN_ALAW_SOFT" with expression '0x19B8', CType: int. More...
 
static final int ALC_MAX_AUXILIARY_SENDS = 0x20003
 Define "ALC_MAX_AUXILIARY_SENDS" with expression '0x20003', CType: int. More...
 
static final int ALC_AMBISONIC_ORDER_SOFT = 0x1999
 Define "ALC_AMBISONIC_ORDER_SOFT" with expression '0x1999', CType: int. More...
 
static final int AL_ECHO_SPREAD = 0x5
 Define "AL_ECHO_SPREAD" with expression '0x0005', CType: int. More...
 
static final float AL_EQUALIZER_MAX_MID2_CENTER = ( 8000.0f )
 Define "AL_EQUALIZER_MAX_MID2_CENTER" with expression '(8000.0f)', CType: float. More...
 
static final int AL_DEDICATED_GAIN = 0x1
 Define "AL_DEDICATED_GAIN" with expression '0x0001', CType: int. More...
 
static final int AL_SOURCE_EXT = 0x19d0
 Define "AL_SOURCE_EXT" with expression '0x19D0', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MAX_PHONEMEB = ( 0x1d )
 Define "AL_VOCAL_MORPHER_MAX_PHONEMEB" with expression '(29)', CType: int. More...
 
static final double AL_EAXREVERB_MIN_MODULATION_DEPTH = ( 0.0 )
 Define "AL_EAXREVERB_MIN_MODULATION_DEPTH" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_MAX_PHONEMEA = ( 0x1d )
 Define "AL_VOCAL_MORPHER_MAX_PHONEMEA" with expression '(29)', CType: int. More...
 
static final float AL_CHORUS_MAX_FEEDBACK = ( 1.0f )
 Define "AL_CHORUS_MAX_FEEDBACK" with expression '(1.0f)', CType: float. More...
 
static final int AL_6POINT1_SOFT = 0x1505
 Define "AL_6POINT1_SOFT" with expression '0x1505', CType: int. More...
 
static final int AL_REVERB_REFLECTIONS_DELAY = 0x8
 Define "AL_REVERB_REFLECTIONS_DELAY" with expression '0x0008', CType: int. More...
 
static final float AL_CHORUS_MAX_RATE = ( 10.0f )
 Define "AL_CHORUS_MAX_RATE" with expression '(10.0f)', CType: float. More...
 
static final int AL_FORMAT_UHJ2CHN8_SOFT = 0x19a2
 Define "AL_FORMAT_UHJ2CHN8_SOFT" with expression '0x19A2', CType: int. More...
 
static final float AL_RING_MODULATOR_MAX_FREQUENCY = ( 8000.0f )
 Define "AL_RING_MODULATOR_MAX_FREQUENCY" with expression '(8000.0f)', CType: float. More...
 
static final int AL_FILTER_EXT = 0x19d1
 Define "AL_FILTER_EXT" with expression '0x19D1', CType: int. More...
 
static final int AL_EFFECT_FREQUENCY_SHIFTER = 0x6
 Define "AL_EFFECT_FREQUENCY_SHIFTER" with expression '0x0006', CType: int. More...
 
static final double AL_RING_MODULATOR_MIN_HIGHPASS_CUTOFF = ( 0.0 )
 Define "AL_RING_MODULATOR_MIN_HIGHPASS_CUTOFF" with expression '(0.0f)', CType: double. More...
 
static final int AL_CHORUS_MAX_PHASE = ( 0xb4 )
 Define "AL_CHORUS_MAX_PHASE" with expression '(180)', CType: int. More...
 
static final float AL_EQUALIZER_MIN_MID1_WIDTH = ( 0.01f )
 Define "AL_EQUALIZER_MIN_MID1_WIDTH" with expression '(0.01f)', CType: float. More...
 
static final int AL_EXT_SOURCE_RADIUS = 0x1
 Define "AL_EXT_SOURCE_RADIUS" with expression '1', CType: int. More...
 
static final int AL_EXT_double = 0x1
 Define "AL_EXT_double" with expression '1', CType: int. More...
 
static final int AL_COMPRESSOR_DEFAULT_ONOFF = ( 0x1 )
 Define "AL_COMPRESSOR_DEFAULT_ONOFF" with expression '(1)', CType: int. More...
 
static final int AL_RING_MODULATOR_SAWTOOTH = ( 0x1 )
 Define "AL_RING_MODULATOR_SAWTOOTH" with expression '(1)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING = ( 0x18 )
 Define "AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING" with expression '(24)', CType: int. More...
 
static final int AL_EAXREVERB_LATE_REVERB_GAIN = 0xc
 Define "AL_EAXREVERB_LATE_REVERB_GAIN" with expression '0x000C', CType: int. More...
 
static final int AL_EXT_FOLDBACK = 0x1
 Define "AL_EXT_FOLDBACK" with expression '1', CType: int. More...
 
static final int AL_EXT_BFORMAT = 0x1
 Define "AL_EXT_BFORMAT" with expression '1', CType: int. More...
 
static final int AL_HIGHPASS_GAIN = 0x1
 Define "AL_HIGHPASS_GAIN" with expression '0x0001', CType: int. More...
 
static final float AL_MAX_AIR_ABSORPTION_FACTOR = ( 10.0f )
 Define "AL_MAX_AIR_ABSORPTION_FACTOR" with expression '(10.0f)', CType: float. More...
 
static final int AL_SN3D_SOFT = 0x1
 Define "AL_SN3D_SOFT" with expression '0x0001', CType: int. More...
 
static final int AL_REVERB_ROOM_ROLLOFF_FACTOR = 0xc
 Define "AL_REVERB_ROOM_ROLLOFF_FACTOR" with expression '0x000C', CType: int. More...
 
static final float AL_FLANGER_MAX_RATE = ( 10.0f )
 Define "AL_FLANGER_MAX_RATE" with expression '(10.0f)', CType: float. More...
 
static final int AL_SEC_LENGTH_SOFT = 0x200b
 Define "AL_SEC_LENGTH_SOFT" with expression '0x200B', CType: int. More...
 
static final int AL_EAXREVERB_ECHO_TIME = 0xf
 Define "AL_EAXREVERB_ECHO_TIME" with expression '0x000F', CType: int. More...
 
static final float AL_REVERB_MAX_GAINHF = ( 1.0f )
 Define "AL_REVERB_MAX_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final int AL_FREQUENCY_SHIFTER_DEFAULT_RIGHT_DIRECTION = ( 0x0 )
 Define "AL_FREQUENCY_SHIFTER_DEFAULT_RIGHT_DIRECTION" with expression '(0)', CType: int. More...
 
static final int AL_EAXREVERB_DENSITY = 0x1
 Define "AL_EAXREVERB_DENSITY" with expression '0x0001', CType: int. More...
 
static final int AL_MONO32F_SOFT = 0x10010
 Define "AL_MONO32F_SOFT" with expression '0x10010', CType: int. More...
 
static final int AL_BUFFER_CALLBACK_FUNCTION_SOFT = 0x19a0
 Define "AL_BUFFER_CALLBACK_FUNCTION_SOFT" with expression '0x19A0', CType: int. More...
 
static final int AL_SOFT_loop_points = 0x1
 Define "AL_SOFT_loop_points" with expression '1', CType: int. More...
 
static final int ALC_PLAYBACK_DEVICE_SOFT = 0x19d4
 Define "ALC_PLAYBACK_DEVICE_SOFT" with expression '0x19D4', CType: int. More...
 
static final int AL_FORMAT_WAVE_EXT = 0x10002
 Define "AL_FORMAT_WAVE_EXT" with expression '0x10002', CType: int. More...
 
static final float AL_EAXREVERB_MIN_LFREFERENCE = ( 20.0f )
 Define "AL_EAXREVERB_MIN_LFREFERENCE" with expression '(20.0f)', CType: float. More...
 
static final float AL_EAXREVERB_MAX_LATE_REVERB_GAIN = ( 10.0f )
 Define "AL_EAXREVERB_MAX_LATE_REVERB_GAIN" with expression '(10.0f)', CType: float. More...
 
static final int ALC_HRTF_ENABLED_SOFT = 0x1
 Define "ALC_HRTF_ENABLED_SOFT" with expression '0x0001', CType: int. More...
 
static final int ALC_SOFT_loopback = 0x1
 Define "ALC_SOFT_loopback" with expression '1', CType: int. More...
 
static final int AL_PITCH_SHIFTER_MAX_FINE_TUNE = ( 0x32 )
 Define "AL_PITCH_SHIFTER_MAX_FINE_TUNE" with expression '(50)', CType: int. More...
 
static final int AL_FORMAT_IMA_ADPCM_MONO16_EXT = 0x10000
 Define "AL_FORMAT_IMA_ADPCM_MONO16_EXT" with expression '0x10000', CType: int. More...
 
static final int ALC_QUAD_SOFT = 0x1503
 Define "ALC_QUAD_SOFT" with expression '0x1503', CType: int. More...
 
static final int AL_REVERB_DENSITY = 0x1
 Define "AL_REVERB_DENSITY" with expression '0x0001', CType: int. More...
 
static final int AL_FUMA_SOFT = 0x0
 Define "AL_FUMA_SOFT" with expression '0x0000', CType: int. More...
 
static final int AL_METERS_PER_UNIT = 0x20004
 Define "AL_METERS_PER_UNIT" with expression '0x20004', CType: int. More...
 
static final float AL_EAXREVERB_MAX_LATE_REVERB_DELAY = ( 0.1f )
 Define "AL_EAXREVERB_MAX_LATE_REVERB_DELAY" with expression '(0.1f)', CType: float. More...
 
static final float AL_BANDPASS_MAX_GAINLF = ( 1.0f )
 Define "AL_BANDPASS_MAX_GAINLF" with expression '(1.0f)', CType: float. More...
 
static final float AL_REVERB_MIN_DECAY_TIME = ( 0.1f )
 Define "AL_REVERB_MIN_DECAY_TIME" with expression '(0.1f)', CType: float. More...
 
static final int AL_DEFAULT_DIRECT_FILTER_GAINHF_AUTO = 0x1
 Define "AL_DEFAULT_DIRECT_FILTER_GAINHF_AUTO" with expression '1', CType: int. More...
 
static final float AL_DISTORTION_MIN_LOWPASS_CUTOFF = ( 80.0f )
 Define "AL_DISTORTION_MIN_LOWPASS_CUTOFF" with expression '(80.0f)', CType: float. More...
 
static final int AL_EFFECT_COMPRESSOR = 0xb
 Define "AL_EFFECT_COMPRESSOR" with expression '0x000B', CType: int. More...
 
static final float AL_AUTOWAH_MAX_ATTACK_TIME = ( 1.0f )
 Define "AL_AUTOWAH_MAX_ATTACK_TIME" with expression '(1.0f)', CType: float. More...
 
static final int AL_FORMAT_REAR8 = 0x1207
 Define "AL_FORMAT_REAR8" with expression '0x1207', CType: int. More...
 
static final float AL_AUTOWAH_MIN_PEAK_GAIN = ( 3.0E-5f )
 Define "AL_AUTOWAH_MIN_PEAK_GAIN" with expression '(0.00003f)', CType: float. More...
 
static final int AL_REVERB_GAINHF = 0x4
 Define "AL_REVERB_GAINHF" with expression '0x0004', CType: int. More...
 
static final float AL_DISTORTION_MAX_EDGE = ( 1.0f )
 Define "AL_DISTORTION_MAX_EDGE" with expression '(1.0f)', CType: float. More...
 
static final int AL_DEBUG_SOURCE_THIRD_PARTY_EXT = 0x19b7
 Define "AL_DEBUG_SOURCE_THIRD_PARTY_EXT" with expression '0x19B7', CType: int. More...
 
static final int AL_MAX_AUXILIARY_SEND_FILTER_GAINHF_AUTO = 0x1
 Define "AL_MAX_AUXILIARY_SEND_FILTER_GAINHF_AUTO" with expression '1', CType: int. More...
 
static final float AL_HIGHPASS_MAX_GAINLF = ( 1.0f )
 Define "AL_HIGHPASS_MAX_GAINLF" with expression '(1.0f)', CType: float. More...
 
static final int AL_VOCAL_MORPHER_DEFAULT_PHONEMEB = ( 0xa )
 Define "AL_VOCAL_MORPHER_DEFAULT_PHONEMEB" with expression '(10)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_DEFAULT_PHONEMEA = ( 0x0 )
 Define "AL_VOCAL_MORPHER_DEFAULT_PHONEMEA" with expression '(0)', CType: int. More...
 
static final int AL_DEBUG_CALLBACK_FUNCTION_EXT = 0x19b3
 Define "AL_DEBUG_CALLBACK_FUNCTION_EXT" with expression '0x19B3', CType: int. More...
 
static final int AL_EQUALIZER_MID1_WIDTH = 0x5
 Define "AL_EQUALIZER_MID1_WIDTH" with expression '0x0005', CType: int. More...
 
static final int ALC_HRTF_REQUIRED_SOFT = 0x3
 Define "ALC_HRTF_REQUIRED_SOFT" with expression '0x0003', CType: int. More...
 
static final float AL_AUTOWAH_MAX_RESONANCE = ( 1000.0f )
 Define "AL_AUTOWAH_MAX_RESONANCE" with expression '(1000.0f)', CType: float. More...
 
static final float AL_EQUALIZER_DEFAULT_MID1_GAIN = ( 1.0f )
 Define "AL_EQUALIZER_DEFAULT_MID1_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_UNSIGNED_INT_SOFT = 0x1405
 Define "AL_UNSIGNED_INT_SOFT" with expression '0x1405', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_HIGH_CUTOFF = ( 6000.0f )
 Define "AL_EQUALIZER_DEFAULT_HIGH_CUTOFF" with expression '(6000.0f)', CType: float. More...
 
static final float AL_LOWPASS_DEFAULT_GAINHF = ( 1.0f )
 Define "AL_LOWPASS_DEFAULT_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final int AL_REVERB_MAX_DECAY_HFLIMIT = 0x1
 Define "AL_REVERB_MAX_DECAY_HFLIMIT" with expression '1', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MAX_PHONEMEB_COARSE_TUNING = ( 0x18 )
 Define "AL_VOCAL_MORPHER_MAX_PHONEMEB_COARSE_TUNING" with expression '(24)', CType: int. More...
 
static final int AL_LOOP_POINTS_SOFT = 0x2015
 Define "AL_LOOP_POINTS_SOFT" with expression '0x2015', CType: int. More...
 
static final float AL_EAXREVERB_MAX_DIFFUSION = ( 1.0f )
 Define "AL_EAXREVERB_MAX_DIFFUSION" with expression '(1.0f)', CType: float. More...
 
static final double AL_MIN_AIR_ABSORPTION_FACTOR = ( 0.0 )
 Define "AL_MIN_AIR_ABSORPTION_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final int AL_FORMAT_STEREO_DOUBLE_EXT = 0x10013
 Define "AL_FORMAT_STEREO_DOUBLE_EXT" with expression '0x10013', CType: int. More...
 
static final float AL_ECHO_MAX_SPREAD = ( 1.0f )
 Define "AL_ECHO_MAX_SPREAD" with expression '(1.0f)', CType: float. More...
 
static final float AL_CHORUS_MAX_DELAY = ( 0.016f )
 Define "AL_CHORUS_MAX_DELAY" with expression '(0.016f)', CType: float. More...
 
static final int AL_EAXREVERB_GAIN = 0x3
 Define "AL_EAXREVERB_GAIN" with expression '0x0003', CType: int. More...
 
static final float AL_EAXREVERB_MAX_GAIN = ( 1.0f )
 Define "AL_EAXREVERB_MAX_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int ALC_HRTF_STATUS_SOFT = 0x1993
 Define "ALC_HRTF_STATUS_SOFT" with expression '0x1993', CType: int. More...
 
static final int AL_MAX_AUXILIARY_SEND_FILTER_GAIN_AUTO = 0x1
 Define "AL_MAX_AUXILIARY_SEND_FILTER_GAIN_AUTO" with expression '1', CType: int. More...
 
static final float AL_EAXREVERB_MAX_DECAY_LFRATIO = ( 2.0f )
 Define "AL_EAXREVERB_MAX_DECAY_LFRATIO" with expression '(2.0f)', CType: float. More...
 
static final int AL_EFFECTSLOT_AUXILIARY_SEND_AUTO = 0x3
 Define "AL_EFFECTSLOT_AUXILIARY_SEND_AUTO" with expression '0x0003', CType: int. More...
 
static final int AL_UNSIGNED_BYTE_SOFT = 0x1401
 Define "AL_UNSIGNED_BYTE_SOFT" with expression '0x1401', CType: int. More...
 
static final double AL_ECHO_MIN_DAMPING = ( 0.0 )
 Define "AL_ECHO_MIN_DAMPING" with expression '(0.0f)', CType: double. More...
 
static final int AL_CHORUS_MAX_WAVEFORM = ( 0x1 )
 Define "AL_CHORUS_MAX_WAVEFORM" with expression '(1)', CType: int. More...
 
static final int AL_FORMAT_UHJ2CHN_FLOAT32_SOFT = 0x19a4
 Define "AL_FORMAT_UHJ2CHN_FLOAT32_SOFT" with expression '0x19A4', CType: int. More...
 
static final int AL_5POINT1_SOFT = 0x1504
 Define "AL_5POINT1_SOFT" with expression '0x1504', CType: int. More...
 
static final int AL_STEREO_MODE_SOFT = 0x19b0
 Define "AL_STEREO_MODE_SOFT" with expression '0x19B0', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_RIGHT_DIRECTION = 0x3
 Define "AL_FREQUENCY_SHIFTER_RIGHT_DIRECTION" with expression '0x0003', CType: int. More...
 
static final int AL_FORMAT_51CHN8 = 0x120a
 Define "AL_FORMAT_51CHN8" with expression '0x120A', CType: int. More...
 
static final double AL_EAXREVERB_MIN_REFLECTIONS_GAIN = ( 0.0 )
 Define "AL_EAXREVERB_MIN_REFLECTIONS_GAIN" with expression '(0.0f)', CType: double. More...
 
static final int AL_BYTE_RW_OFFSETS_SOFT = 0x1031
 Define "AL_BYTE_RW_OFFSETS_SOFT" with expression '0x1031', CType: int. More...
 
static final int AL_FORMAT_BFORMAT2D_16 = 0x20022
 Define "AL_FORMAT_BFORMAT2D_16" with expression '0x20022', CType: int. More...
 
static final float AL_LOWPASS_MAX_GAIN = ( 1.0f )
 Define "AL_LOWPASS_MAX_GAIN" with expression '(1.0f)', CType: float. More...
 
static final float AL_REVERB_DEFAULT_GAIN = ( 0.32f )
 Define "AL_REVERB_DEFAULT_GAIN" with expression '(0.32f)', CType: float. More...
 
static final int AL_REVERB_LATE_REVERB_DELAY = 0xa
 Define "AL_REVERB_LATE_REVERB_DELAY" with expression '0x000A', CType: int. More...
 
static final int ALC_LOKI_audio_channel = 0x1
 Define "ALC_LOKI_audio_channel" with expression '1', CType: int. More...
 
static final float AL_BANDPASS_MAX_GAINHF = ( 1.0f )
 Define "AL_BANDPASS_MAX_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final float AL_HIGHPASS_DEFAULT_GAINLF = ( 1.0f )
 Define "AL_HIGHPASS_DEFAULT_GAINLF" with expression '(1.0f)', CType: float. More...
 
static final float AL_AUTOWAH_DEFAULT_PEAK_GAIN = ( 11.22f )
 Define "AL_AUTOWAH_DEFAULT_PEAK_GAIN" with expression '(11.22f)', CType: float. More...
 
static final int AL_EXT_STEREO_ANGLES = 0x1
 Define "AL_EXT_STEREO_ANGLES" with expression '1', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MAX_WAVEFORM = ( 0x2 )
 Define "AL_VOCAL_MORPHER_MAX_WAVEFORM" with expression '(2)', CType: int. More...
 
static final float AL_EQUALIZER_MAX_MID2_GAIN = ( 7.943f )
 Define "AL_EQUALIZER_MAX_MID2_GAIN" with expression '(7.943f)', CType: float. More...
 
static final int AL_FORMAT_BFORMAT3D_16 = 0x20032
 Define "AL_FORMAT_BFORMAT3D_16" with expression '0x20032', CType: int. More...
 
static final int ALC_CHAN_MAIN_LOKI = 0x500001
 Define "ALC_CHAN_MAIN_LOKI" with expression '0x500001', CType: int. More...
 
static final int AL_FORMAT_STEREO_IMA4 = 0x1301
 Define "AL_FORMAT_STEREO_IMA4" with expression '0x1301', CType: int. More...
 
static final int AL_INTERNAL_FORMAT_SOFT = 0x2008
 Define "AL_INTERNAL_FORMAT_SOFT" with expression '0x2008', CType: int. More...
 
static final int AL_VOCAL_MORPHER_WAVEFORM_SAWTOOTH = ( 0x2 )
 Define "AL_VOCAL_MORPHER_WAVEFORM_SAWTOOTH" with expression '(2)', CType: int. More...
 
static final int AL_FILTER_LOWPASS = 0x1
 Define "AL_FILTER_LOWPASS" with expression '0x0001', CType: int. More...
 
static final int AL_EXT_vorbis = 0x1
 Define "AL_EXT_vorbis" with expression '1', CType: int. More...
 
static final int AL_FORMAT_UHJ4CHN16_SOFT = 0x19a9
 Define "AL_FORMAT_UHJ4CHN16_SOFT" with expression '0x19A9', CType: int. More...
 
static final int AL_FORMAT_61CHN8 = 0x120d
 Define "AL_FORMAT_61CHN8" with expression '0x120D', CType: int. More...
 
static final int ALC_STEREO_SOFT = 0x1501
 Define "ALC_STEREO_SOFT" with expression '0x1501', CType: int. More...
 
static final float AL_AUTOWAH_MAX_RELEASE_TIME = ( 1.0f )
 Define "AL_AUTOWAH_MAX_RELEASE_TIME" with expression '(1.0f)', CType: float. More...
 
static final int AL_REVERB_GAIN = 0x3
 Define "AL_REVERB_GAIN" with expression '0x0003', CType: int. More...
 
static final int AL_PITCH_SHIFTER_MAX_COARSE_TUNE = ( 0xc )
 Define "AL_PITCH_SHIFTER_MAX_COARSE_TUNE" with expression '(12)', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_MID2_CENTER = ( 3000.0f )
 Define "AL_EQUALIZER_DEFAULT_MID2_CENTER" with expression '(3000.0f)', CType: float. More...
 
static final int AL_SOFT_source_length = 0x1
 Define "AL_SOFT_source_length" with expression '1', CType: int. More...
 
static final float AL_EQUALIZER_MAX_MID1_WIDTH = ( 1.0f )
 Define "AL_EQUALIZER_MAX_MID1_WIDTH" with expression '(1.0f)', CType: float. More...
 
static final int AL_CHORUS_MIN_WAVEFORM = ( 0x0 )
 Define "AL_CHORUS_MIN_WAVEFORM" with expression '(0)', CType: int. More...
 
static final int AL_EXT_MULAW = 0x1
 Define "AL_EXT_MULAW" with expression '1', CType: int. More...
 
static final int AL_BYTE_SOFT = 0x1400
 Define "AL_BYTE_SOFT" with expression '0x1400', CType: int. More...
 
static final float AL_EAXREVERB_MAX_ECHO_TIME = ( 0.25f )
 Define "AL_EAXREVERB_MAX_ECHO_TIME" with expression '(0.25f)', CType: float. More...
 
static final float AL_CHORUS_DEFAULT_FEEDBACK = ( 0.25f )
 Define "AL_CHORUS_DEFAULT_FEEDBACK" with expression '(0.25f)', CType: float. More...
 
static final float AL_EAXREVERB_DEFAULT_DECAY_LFRATIO = ( 1.0f )
 Define "AL_EAXREVERB_DEFAULT_DECAY_LFRATIO" with expression '(1.0f)', CType: float. More...
 
static final float AL_EQUALIZER_MAX_MID2_WIDTH = ( 1.0f )
 Define "AL_EQUALIZER_MAX_MID2_WIDTH" with expression '(1.0f)', CType: float. More...
 
static final int AL_7POINT1_16_SOFT = 0x1211
 Define "AL_7POINT1_16_SOFT" with expression '0x1211', CType: int. More...
 
static final int AL_HIGHPASS_GAINLF = 0x2
 Define "AL_HIGHPASS_GAINLF" with expression '0x0002', CType: int. More...
 
static final int AL_EFFECT_DEDICATED_DIALOGUE = 0x9001
 Define "AL_EFFECT_DEDICATED_DIALOGUE" with expression '0x9001', CType: int. More...
 
static final int AL_DEBUG_TYPE_OTHER_EXT = 0x19c2
 Define "AL_DEBUG_TYPE_OTHER_EXT" with expression '0x19C2', CType: int. More...
 
static final int AL_FORMAT_BFORMAT3D_MULAW = 0x10032
 Define "AL_FORMAT_BFORMAT3D_MULAW" with expression '0x10032', CType: int. More...
 
static final int AL_EAXREVERB_MODULATION_TIME = 0x11
 Define "AL_EAXREVERB_MODULATION_TIME" with expression '0x0011', CType: int. More...
 
static final float AL_EAXREVERB_DEFAULT_LFREFERENCE = ( 250.0f )
 Define "AL_EAXREVERB_DEFAULT_LFREFERENCE" with expression '(250.0f)', CType: float. More...
 
static final float AL_RING_MODULATOR_DEFAULT_HIGHPASS_CUTOFF = ( 800.0f )
 Define "AL_RING_MODULATOR_DEFAULT_HIGHPASS_CUTOFF" with expression '(800.0f)', CType: float. More...
 
static final float AL_BANDPASS_MAX_GAIN = ( 1.0f )
 Define "AL_BANDPASS_MAX_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int ALC_EXT_thread_local_context = 0x1
 Define "ALC_EXT_thread_local_context" with expression '1', CType: int. More...
 
static final float AL_FLANGER_DEFAULT_DEPTH = ( 1.0f )
 Define "AL_FLANGER_DEFAULT_DEPTH" with expression '(1.0f)', CType: float. More...
 
static final float AL_EAXREVERB_MAX_GAINHF = ( 1.0f )
 Define "AL_EAXREVERB_MAX_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final float AL_FLANGER_DEFAULT_RATE = ( 0.27f )
 Define "AL_FLANGER_DEFAULT_RATE" with expression '(0.27f)', CType: float. More...
 
static final int AL_SOURCE_DISTANCE_MODEL = 0x200
 Define "AL_SOURCE_DISTANCE_MODEL" with expression '0x200', CType: int. More...
 
static final float AL_BANDPASS_DEFAULT_GAINHF = ( 1.0f )
 Define "AL_BANDPASS_DEFAULT_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final float AL_REVERB_MAX_DIFFUSION = ( 1.0f )
 Define "AL_REVERB_MAX_DIFFUSION" with expression '(1.0f)', CType: float. More...
 
static final double AL_CHORUS_MIN_DELAY = ( 0.0 )
 Define "AL_CHORUS_MIN_DELAY" with expression '(0.0f)', CType: double. More...
 
static final int AL_LOWPASS_GAIN = 0x1
 Define "AL_LOWPASS_GAIN" with expression '0x0001', CType: int. More...
 
static final int AL_BUFFER_EXT = 0x1009
 Define "AL_BUFFER_EXT" with expression '0x1009', CType: int. More...
 
static final int AL_5POINT1_32F_SOFT = 0x120c
 Define "AL_5POINT1_32F_SOFT" with expression '0x120C', CType: int. More...
 
static final int ALC_EVENT_NOT_SUPPORTED_SOFT = 0x19da
 Define "ALC_EVENT_NOT_SUPPORTED_SOFT" with expression '0x19DA', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_DIRECTION_DOWN = ( 0x0 )
 Define "AL_FREQUENCY_SHIFTER_DIRECTION_DOWN" with expression '(0)', CType: int. More...
 
static final int ALC_UNSIGNED_INT_SOFT = 0x1405
 Define "ALC_UNSIGNED_INT_SOFT" with expression '0x1405', CType: int. More...
 
static final int AL_ECHO_LRDELAY = 0x2
 Define "AL_ECHO_LRDELAY" with expression '0x0002', CType: int. More...
 
static final double AL_EAXREVERB_MIN_DENSITY = ( 0.0 )
 Define "AL_EAXREVERB_MIN_DENSITY" with expression '(0.0f)', CType: double. More...
 
static final int AL_QUAD8_SOFT = 0x1204
 Define "AL_QUAD8_SOFT" with expression '0x1204', CType: int. More...
 
static final int ALC_7POINT1_SOFT = 0x1506
 Define "ALC_7POINT1_SOFT" with expression '0x1506', CType: int. More...
 
static final int AL_6POINT1_16_SOFT = 0x120e
 Define "AL_6POINT1_16_SOFT" with expression '0x120E', CType: int. More...
 
static final int AL_REVERB_AIR_ABSORPTION_GAINHF = 0xb
 Define "AL_REVERB_AIR_ABSORPTION_GAINHF" with expression '0x000B', CType: int. More...
 
static final int AL_REVERB_DECAY_HFRATIO = 0x6
 Define "AL_REVERB_DECAY_HFRATIO" with expression '0x0006', CType: int. More...
 
static final int AL_AMBISONIC_SCALING_SOFT = 0x1998
 Define "AL_AMBISONIC_SCALING_SOFT" with expression '0x1998', CType: int. More...
 
static final int AL_DEBUG_TYPE_PERFORMANCE_EXT = 0x19be
 Define "AL_DEBUG_TYPE_PERFORMANCE_EXT" with expression '0x19BE', CType: int. More...
 
static final int AL_BANDPASS_GAIN = 0x1
 Define "AL_BANDPASS_GAIN" with expression '0x0001', CType: int. More...
 
static final int AL_REVERB_DECAY_TIME = 0x5
 Define "AL_REVERB_DECAY_TIME" with expression '0x0005', CType: int. More...
 
static final double AL_CHORUS_MIN_RATE = ( 0.0 )
 Define "AL_CHORUS_MIN_RATE" with expression '(0.0f)', CType: double. More...
 
static final int AL_FORMAT_UHJ2CHN_MSADPCM_SOFT = 0x19b6
 Define "AL_FORMAT_UHJ2CHN_MSADPCM_SOFT" with expression '0x19B6', CType: int. More...
 
static final int AL_MIN_AUXILIARY_SEND_FILTER_GAINHF_AUTO = 0x0
 Define "AL_MIN_AUXILIARY_SEND_FILTER_GAINHF_AUTO" with expression '0', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_MID2_GAIN = ( 1.0f )
 Define "AL_EQUALIZER_DEFAULT_MID2_GAIN" with expression '(1.0f)', CType: float. More...
 
static final float AL_EAXREVERB_DEFAULT_GAINLF = ( 1.0f )
 Define "AL_EAXREVERB_DEFAULT_GAINLF" with expression '(1.0f)', CType: float. More...
 
static final float AL_EAXREVERB_MAX_DECAY_HFRATIO = ( 2.0f )
 Define "AL_EAXREVERB_MAX_DECAY_HFRATIO" with expression '(2.0f)', CType: float. More...
 
static final float AL_EQUALIZER_DEFAULT_LOW_GAIN = ( 1.0f )
 Define "AL_EQUALIZER_DEFAULT_LOW_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_CHORUS_MIN_PHASE = ( - 0xb4 )
 Define "AL_CHORUS_MIN_PHASE" with expression '(-180)', CType: int. More...
 
static final float AL_VOCAL_MORPHER_MAX_RATE = ( 10.0f )
 Define "AL_VOCAL_MORPHER_MAX_RATE" with expression '(10.0f)', CType: float. More...
 
static final int AL_RING_MODULATOR_MIN_WAVEFORM = ( 0x0 )
 Define "AL_RING_MODULATOR_MIN_WAVEFORM" with expression '(0)', CType: int. More...
 
static final int AL_ECHO_DELAY = 0x1
 Define "AL_ECHO_DELAY" with expression '0x0001', CType: int. More...
 
static final int AL_DIRECT_FILTER = 0x20005
 Define "AL_DIRECT_FILTER" with expression '0x20005', CType: int. More...
 
static final float AL_EQUALIZER_MIN_HIGH_CUTOFF = ( 4000.0f )
 Define "AL_EQUALIZER_MIN_HIGH_CUTOFF" with expression '(4000.0f)', CType: float. More...
 
static final int AL_REVERB_DEFAULT_DECAY_HFLIMIT = 0x1
 Define "AL_REVERB_DEFAULT_DECAY_HFLIMIT" with expression '1', CType: int. More...
 
static final int AL_SAMPLE_LENGTH_SOFT = 0x200a
 Define "AL_SAMPLE_LENGTH_SOFT" with expression '0x200A', CType: int. More...
 
static final int AL_CHORUS_PHASE = 0x2
 Define "AL_CHORUS_PHASE" with expression '0x0002', CType: int. More...
 
static final int AL_SOFT_events = 0x1
 Define "AL_SOFT_events" with expression '1', CType: int. More...
 
static final int AL_FORMAT_MONO_MULAW = 0x10014
 Define "AL_FORMAT_MONO_MULAW" with expression '0x10014', CType: int. More...
 
static final int AL_EVENT_TYPE_BUFFER_COMPLETED_SOFT = 0x19a4
 Define "AL_EVENT_TYPE_BUFFER_COMPLETED_SOFT" with expression '0x19A4', CType: int. More...
 
static final int AL_EFFECTSLOT_TARGET_SOFT = 0x199c
 Define "AL_EFFECTSLOT_TARGET_SOFT" with expression '0x199C', CType: int. More...
 
static final int AL_EFFECT_ECHO = 0x4
 Define "AL_EFFECT_ECHO" with expression '0x0004', CType: int. More...
 
static final int AL_DIRECT_CHANNELS_SOFT = 0x1033
 Define "AL_DIRECT_CHANNELS_SOFT" with expression '0x1033', CType: int. More...
 
static final int AL_STEREO_SOFT = 0x1501
 Define "AL_STEREO_SOFT" with expression '0x1501', CType: int. More...
 
static final int ALC_EVENT_TYPE_DEVICE_REMOVED_SOFT = 0x19d8
 Define "ALC_EVENT_TYPE_DEVICE_REMOVED_SOFT" with expression '0x19D8', CType: int. More...
 
static final int AL_EXT_source_distance_model = 0x1
 Define "AL_EXT_source_distance_model" with expression '1', CType: int. More...
 
static final int AL_RING_MODULATOR_HIGHPASS_CUTOFF = 0x2
 Define "AL_RING_MODULATOR_HIGHPASS_CUTOFF" with expression '0x0002', CType: int. More...
 
static final float AL_BANDPASS_DEFAULT_GAINLF = ( 1.0f )
 Define "AL_BANDPASS_DEFAULT_GAINLF" with expression '(1.0f)', CType: float. More...
 
static final double AL_EAXREVERB_MIN_ECHO_DEPTH = ( 0.0 )
 Define "AL_EAXREVERB_MIN_ECHO_DEPTH" with expression '(0.0f)', CType: double. More...
 
static final int AL_AUTOWAH_PEAK_GAIN = 0x4
 Define "AL_AUTOWAH_PEAK_GAIN" with expression '0x0004', CType: int. More...
 
static final double AL_REVERB_MIN_GAIN = ( 0.0 )
 Define "AL_REVERB_MIN_GAIN" with expression '(0.0f)', CType: double. More...
 
static final float AL_EAXREVERB_DEFAULT_GAINHF = ( 0.89f )
 Define "AL_EAXREVERB_DEFAULT_GAINHF" with expression '(0.89f)', CType: float. More...
 
static final int AL_FLANGER_PHASE = 0x2
 Define "AL_FLANGER_PHASE" with expression '0x0002', CType: int. More...
 
static final float AL_EAXREVERB_MAX_GAINLF = ( 1.0f )
 Define "AL_EAXREVERB_MAX_GAINLF" with expression '(1.0f)', CType: float. More...
 
static final int AL_DEFERRED_UPDATES_SOFT = 0xc002
 Define "AL_DEFERRED_UPDATES_SOFT" with expression '0xC002', CType: int. More...
 
static final int AL_DEBUG_SOURCE_API_EXT = 0x19b5
 Define "AL_DEBUG_SOURCE_API_EXT" with expression '0x19B5', CType: int. More...
 
static final int ALC_DEVICE_CLOCK_SOFT = 0x1600
 Define "ALC_DEVICE_CLOCK_SOFT" with expression '0x1600', CType: int. More...
 
static final int AL_VOCAL_MORPHER_WAVEFORM_TRIANGLE = ( 0x1 )
 Define "AL_VOCAL_MORPHER_WAVEFORM_TRIANGLE" with expression '(1)', CType: int. More...
 
static final double AL_REVERB_MIN_REFLECTIONS_GAIN = ( 0.0 )
 Define "AL_REVERB_MIN_REFLECTIONS_GAIN" with expression '(0.0f)', CType: double. More...
 
static final float AL_EAXREVERB_DEFAULT_DECAY_HFRATIO = ( 0.83f )
 Define "AL_EAXREVERB_DEFAULT_DECAY_HFRATIO" with expression '(0.83f)', CType: float. More...
 
static final int AL_AUTOWAH_RESONANCE = 0x3
 Define "AL_AUTOWAH_RESONANCE" with expression '0x0003', CType: int. More...
 
static final float AL_AUTOWAH_DEFAULT_RELEASE_TIME = ( 0.06f )
 Define "AL_AUTOWAH_DEFAULT_RELEASE_TIME" with expression '(0.06f)', CType: float. More...
 
static final int AL_FORMAT_UHJ3CHN16_SOFT = 0x19a6
 Define "AL_FORMAT_UHJ3CHN16_SOFT" with expression '0x19A6', CType: int. More...
 
static final int AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING = ( - 0x18 )
 Define "AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING" with expression '(-24)', CType: int. More...
 
static final int AL_EAXREVERB_GAINHF = 0x4
 Define "AL_EAXREVERB_GAINHF" with expression '0x0004', CType: int. More...
 
static final int AL_PITCH_SHIFTER_FINE_TUNE = 0x2
 Define "AL_PITCH_SHIFTER_FINE_TUNE" with expression '0x0002', CType: int. More...
 
static final float AL_REVERB_MIN_DECAY_HFRATIO = ( 0.1f )
 Define "AL_REVERB_MIN_DECAY_HFRATIO" with expression '(0.1f)', CType: float. More...
 
static final float AL_CHORUS_MAX_DEPTH = ( 1.0f )
 Define "AL_CHORUS_MAX_DEPTH" with expression '(1.0f)', CType: float. More...
 
static final float AL_EAXREVERB_DEFAULT_DECAY_TIME = ( 1.49f )
 Define "AL_EAXREVERB_DEFAULT_DECAY_TIME" with expression '(1.49f)', CType: float. More...
 
static final int ALC_MAX_AMBISONIC_ORDER_SOFT = 0x199b
 Define "ALC_MAX_AMBISONIC_ORDER_SOFT" with expression '0x199B', CType: int. More...
 
static final int AL_STACK_OVERFLOW_EXT = 0x19cd
 Define "AL_STACK_OVERFLOW_EXT" with expression '0x19CD', CType: int. More...
 
static final int AL_FLOAT_SOFT = 0x1406
 Define "AL_FLOAT_SOFT" with expression '0x1406', CType: int. More...
 
static final float AL_HIGHPASS_MAX_GAIN = ( 1.0f )
 Define "AL_HIGHPASS_MAX_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_SOURCE_RESAMPLER_SOFT = 0x1212
 Define "AL_SOURCE_RESAMPLER_SOFT" with expression '0x1212', CType: int. More...
 
static final int AL_EVENT_CALLBACK_FUNCTION_SOFT = 0x19a2
 Define "AL_EVENT_CALLBACK_FUNCTION_SOFT" with expression '0x19A2', CType: int. More...
 
static final float AL_EQUALIZER_MAX_MID1_GAIN = ( 7.943f )
 Define "AL_EQUALIZER_MAX_MID1_GAIN" with expression '(7.943f)', CType: float. More...
 
static final int AL_DEBUG_LOGGED_MESSAGES_EXT = 0x19c7
 Define "AL_DEBUG_LOGGED_MESSAGES_EXT" with expression '0x19C7', CType: int. More...
 
static final int AL_REVERB_REFLECTIONS_GAIN = 0x7
 Define "AL_REVERB_REFLECTIONS_GAIN" with expression '0x0007', CType: int. More...
 
static final int AL_EAXREVERB_REFLECTIONS_GAIN = 0x9
 Define "AL_EAXREVERB_REFLECTIONS_GAIN" with expression '0x0009', CType: int. More...
 
static final int AL_FORMAT_MONO_IMA4 = 0x1300
 Define "AL_FORMAT_MONO_IMA4" with expression '0x1300', CType: int. More...
 
static final int AL_EAXREVERB_ROOM_ROLLOFF_FACTOR = 0x16
 Define "AL_EAXREVERB_ROOM_ROLLOFF_FACTOR" with expression '0x0016', CType: int. More...
 
static final float AL_ECHO_DEFAULT_DAMPING = ( 0.5f )
 Define "AL_ECHO_DEFAULT_DAMPING" with expression '(0.5f)', CType: float. More...
 
static final int AL_EFFECT_DISTORTION = 0x3
 Define "AL_EFFECT_DISTORTION" with expression '0x0003', CType: int. More...
 
static final float AL_ECHO_MAX_DELAY = ( 0.207f )
 Define "AL_ECHO_MAX_DELAY" with expression '(0.207f)', CType: float. More...
 
static final float AL_AUTOWAH_MIN_RESONANCE = ( 2.0f )
 Define "AL_AUTOWAH_MIN_RESONANCE" with expression '(2.0f)', CType: float. More...
 
static final int AL_LOKI_IMA_ADPCM_format = 0x1
 Define "AL_LOKI_IMA_ADPCM_format" with expression '1', CType: int. More...
 
static final float AL_EAXREVERB_MAX_LFREFERENCE = ( 1000.0f )
 Define "AL_EAXREVERB_MAX_LFREFERENCE" with expression '(1000.0f)', CType: float. More...
 
static final int AL_DEFAULT_AUXILIARY_SEND_FILTER_GAINHF_AUTO = 0x1
 Define "AL_DEFAULT_AUXILIARY_SEND_FILTER_GAINHF_AUTO" with expression '1', CType: int. More...
 
static final int ALC_BYTE_SOFT = 0x1400
 Define "ALC_BYTE_SOFT" with expression '0x1400', CType: int. More...
 
static final int ALC_CONNECTED = 0x313
 Define "ALC_CONNECTED" with expression '0x313', CType: int. More...
 
static final double AL_REVERB_MIN_ROOM_ROLLOFF_FACTOR = ( 0.0 )
 Define "AL_REVERB_MIN_ROOM_ROLLOFF_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final int AL_EFFECTSLOT_EFFECT = 0x1
 Define "AL_EFFECTSLOT_EFFECT" with expression '0x0001', CType: int. More...
 
static final int ALC_HRTF_SPECIFIER_SOFT = 0x1995
 Define "ALC_HRTF_SPECIFIER_SOFT" with expression '0x1995', CType: int. More...
 
static final int AL_QUAD16_SOFT = 0x1205
 Define "AL_QUAD16_SOFT" with expression '0x1205', CType: int. More...
 
static final float AL_REVERB_DEFAULT_DECAY_TIME = ( 1.49f )
 Define "AL_REVERB_DEFAULT_DECAY_TIME" with expression '(1.49f)', CType: float. More...
 
static final int AL_MIN_AUXILIARY_SEND_FILTER_GAIN_AUTO = 0x0
 Define "AL_MIN_AUXILIARY_SEND_FILTER_GAIN_AUTO" with expression '0', CType: int. More...
 
static final int AL_AMBISONIC_LAYOUT_SOFT = 0x1997
 Define "AL_AMBISONIC_LAYOUT_SOFT" with expression '0x1997', CType: int. More...
 
static final int AL_SOFT_deferred_updates = 0x1
 Define "AL_SOFT_deferred_updates" with expression '1', CType: int. More...
 
static final int AL_FOLDBACK_EVENT_BLOCK = 0x4112
 Define "AL_FOLDBACK_EVENT_BLOCK" with expression '0x4112', CType: int. More...
 
static final int AL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_EXT = 0x19bb
 Define "AL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_EXT" with expression '0x19BB', CType: int. More...
 
static final int AL_EFFECT_RING_MODULATOR = 0x9
 Define "AL_EFFECT_RING_MODULATOR" with expression '0x0009', CType: int. More...
 
static final int AL_REAR_SOFT = 0x1502
 Define "AL_REAR_SOFT" with expression '0x1502', CType: int. More...
 
static final int AL_GAIN_LIMIT_SOFT = 0x200e
 Define "AL_GAIN_LIMIT_SOFT" with expression '0x200E', CType: int. More...
 
static final float AL_DISTORTION_MAX_EQCENTER = ( 24000.0f )
 Define "AL_DISTORTION_MAX_EQCENTER" with expression '(24000.0f)', CType: float. More...
 
static final int AL_EFFECTSLOT_NULL = 0x0
 Define "AL_EFFECTSLOT_NULL" with expression '0x0000', CType: int. More...
 
static final int AL_EFFECT_FLANGER = 0x5
 Define "AL_EFFECT_FLANGER" with expression '0x0005', CType: int. More...
 
static final int ALC_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT = 0x19d6
 Define "ALC_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT" with expression '0x19D6', CType: int. More...
 
static final int AL_DEBUG_OUTPUT_EXT = 0x19b2
 Define "AL_DEBUG_OUTPUT_EXT" with expression '0x19B2', CType: int. More...
 
static final double AL_LOWPASS_MIN_GAIN = ( 0.0 )
 Define "AL_LOWPASS_MIN_GAIN" with expression '(0.0f)', CType: double. More...
 
static final int AL_RING_MODULATOR_SQUARE = ( 0x2 )
 Define "AL_RING_MODULATOR_SQUARE" with expression '(2)', CType: int. More...
 
static final int ALC_DEFAULT_FILTER_ORDER = 0x1100
 Define "ALC_DEFAULT_FILTER_ORDER" with expression '0x1100', CType: int. More...
 
static final int AL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_EXT = 0x19bc
 Define "AL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_EXT" with expression '0x19BC', CType: int. More...
 
static final int AL_FILTER_BANDPASS = 0x3
 Define "AL_FILTER_BANDPASS" with expression '0x0003', CType: int. More...
 
static final int ALC_STEREO_HRTF_SOFT = 0x19b2
 Define "ALC_STEREO_HRTF_SOFT" with expression '0x19B2', CType: int. More...
 
static final int ALC_EVENT_TYPE_DEVICE_ADDED_SOFT = 0x19d7
 Define "ALC_EVENT_TYPE_DEVICE_ADDED_SOFT" with expression '0x19D7', CType: int. More...
 
static final int AL_SOFT_direct_channels = 0x1
 Define "AL_SOFT_direct_channels" with expression '1', CType: int. More...
 
static final int AL_DISTORTION_LOWPASS_CUTOFF = 0x3
 Define "AL_DISTORTION_LOWPASS_CUTOFF" with expression '0x0003', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_IY = ( 0xc )
 Define "AL_VOCAL_MORPHER_PHONEME_IY" with expression '(12)', CType: int. More...
 
static final float AL_EQUALIZER_MIN_HIGH_GAIN = ( 0.126f )
 Define "AL_EQUALIZER_MIN_HIGH_GAIN" with expression '(0.126f)', CType: float. More...
 
static final int AL_FLANGER_MAX_PHASE = ( 0xb4 )
 Define "AL_FLANGER_MAX_PHASE" with expression '(180)', CType: int. More...
 
static final float AL_REVERB_DEFAULT_DIFFUSION = ( 1.0f )
 Define "AL_REVERB_DEFAULT_DIFFUSION" with expression '(1.0f)', CType: float. More...
 
static final int ALC_EXT_DEDICATED = 0x1
 Define "ALC_EXT_DEDICATED" with expression '1', CType: int. More...
 
static final int AL_BUFFER_CALLBACK_USER_PARAM_SOFT = 0x19a1
 Define "AL_BUFFER_CALLBACK_USER_PARAM_SOFT" with expression '0x19A1', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_IH = ( 0xb )
 Define "AL_VOCAL_MORPHER_PHONEME_IH" with expression '(11)', CType: int. More...
 
static final float AL_DISTORTION_MIN_EQBANDWIDTH = ( 80.0f )
 Define "AL_DISTORTION_MIN_EQBANDWIDTH" with expression '(80.0f)', CType: float. More...
 
static final int AL_REAR8_SOFT = 0x1207
 Define "AL_REAR8_SOFT" with expression '0x1207', CType: int. More...
 
static final float AL_EQUALIZER_MIN_MID1_CENTER = ( 200.0f )
 Define "AL_EQUALIZER_MIN_MID1_CENTER" with expression '(200.0f)', CType: float. More...
 
static final float AL_EQUALIZER_DEFAULT_MID2_WIDTH = ( 1.0f )
 Define "AL_EQUALIZER_DEFAULT_MID2_WIDTH" with expression '(1.0f)', CType: float. More...
 
static final int AL_7POINT1_SOFT = 0x1506
 Define "AL_7POINT1_SOFT" with expression '0x1506', CType: int. More...
 
static final int AL_SOURCE_RADIUS = 0x1031
 Define "AL_SOURCE_RADIUS" with expression '0x1031', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING = 0x4
 Define "AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING" with expression '0x0004', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_FREQUENCY = 0x1
 Define "AL_FREQUENCY_SHIFTER_FREQUENCY" with expression '0x0001', CType: int. More...
 
static final float AL_DISTORTION_DEFAULT_EDGE = ( 0.2f )
 Define "AL_DISTORTION_DEFAULT_EDGE" with expression '(0.2f)', CType: float. More...
 
static final int AL_MIN_DIRECT_FILTER_GAINHF_AUTO = 0x0
 Define "AL_MIN_DIRECT_FILTER_GAINHF_AUTO" with expression '0', CType: int. More...
 
static final float AL_REVERB_DEFAULT_LATE_REVERB_GAIN = ( 1.26f )
 Define "AL_REVERB_DEFAULT_LATE_REVERB_GAIN" with expression '(1.26f)', CType: float. More...
 
static final int AL_FLANGER_MIN_WAVEFORM = ( 0x0 )
 Define "AL_FLANGER_MIN_WAVEFORM" with expression '(0)', CType: int. More...
 
static final int AL_FORMAT_STEREO_MULAW_EXT = 0x10015
 Define "AL_FORMAT_STEREO_MULAW_EXT" with expression '0x10015', CType: int. More...
 
static final int AL_FORMAT_MONO_DOUBLE_EXT = 0x10012
 Define "AL_FORMAT_MONO_DOUBLE_EXT" with expression '0x10012', CType: int. More...
 
static final float AL_REVERB_MAX_AIR_ABSORPTION_GAINHF = ( 1.0f )
 Define "AL_REVERB_MAX_AIR_ABSORPTION_GAINHF" with expression '(1.0f)', CType: float. More...
 
static final int AL_DISTORTION_GAIN = 0x2
 Define "AL_DISTORTION_GAIN" with expression '0x0002', CType: int. More...
 
static final int AL_COMPRESSOR_MAX_ONOFF = ( 0x1 )
 Define "AL_COMPRESSOR_MAX_ONOFF" with expression '(1)', CType: int. More...
 
static final int ALC_EXT_disconnect = 0x1
 Define "ALC_EXT_disconnect" with expression '1', CType: int. More...
 
static final float AL_AUTOWAH_DEFAULT_RESONANCE = ( 1000.0f )
 Define "AL_AUTOWAH_DEFAULT_RESONANCE" with expression '(1000.0f)', CType: float. More...
 
static final double AL_EAXREVERB_MIN_LATE_REVERB_GAIN = ( 0.0 )
 Define "AL_EAXREVERB_MIN_LATE_REVERB_GAIN" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_RATE = 0x6
 Define "AL_VOCAL_MORPHER_RATE" with expression '0x0006', CType: int. More...
 
static final float AL_REVERB_MAX_DECAY_TIME = ( 20.0f )
 Define "AL_REVERB_MAX_DECAY_TIME" with expression '(20.0f)', CType: float. More...
 
static final int AL_6POINT1_32F_SOFT = 0x120f
 Define "AL_6POINT1_32F_SOFT" with expression '0x120F', CType: int. More...
 
static final double AL_LOWPASS_MIN_GAINHF = ( 0.0 )
 Define "AL_LOWPASS_MIN_GAINHF" with expression '(0.0f)', CType: double. More...
 
static final float AL_EAXREVERB_MAX_ROOM_ROLLOFF_FACTOR = ( 10.0f )
 Define "AL_EAXREVERB_MAX_ROOM_ROLLOFF_FACTOR" with expression '(10.0f)', CType: float. More...
 
static final int AL_EAXREVERB_DECAY_HFRATIO = 0x7
 Define "AL_EAXREVERB_DECAY_HFRATIO" with expression '0x0007', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_HIGH_GAIN = ( 1.0f )
 Define "AL_EQUALIZER_DEFAULT_HIGH_GAIN" with expression '(1.0f)', CType: float. More...
 
static final float AL_LOWPASS_DEFAULT_GAIN = ( 1.0f )
 Define "AL_LOWPASS_DEFAULT_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_EXT_STATIC_BUFFER = 0x1
 Define "AL_EXT_STATIC_BUFFER" with expression '1', CType: int. More...
 
static final int AL_SOFT_block_alignment = 0x1
 Define "AL_SOFT_block_alignment" with expression '1', CType: int. More...
 
static final int AL_FORMAT_UHJ4CHN_ALAW_SOFT = 0x19ba
 Define "AL_FORMAT_UHJ4CHN_ALAW_SOFT" with expression '0x19BA', CType: int. More...
 
static final int ALC_FUMA_SOFT = 0x0
 Define "ALC_FUMA_SOFT" with expression '0x0000', CType: int. More...
 
static final float AL_ECHO_DEFAULT_FEEDBACK = ( 0.5f )
 Define "AL_ECHO_DEFAULT_FEEDBACK" with expression '(0.5f)', CType: float. More...
 
static final int AL_FREQUENCY_SHIFTER_LEFT_DIRECTION = 0x2
 Define "AL_FREQUENCY_SHIFTER_LEFT_DIRECTION" with expression '0x0002', CType: int. More...
 
static final int ALC_DEVICE_CLOCK_LATENCY_SOFT = 0x1602
 Define "ALC_DEVICE_CLOCK_LATENCY_SOFT" with expression '0x1602', CType: int. More...
 
static final double AL_EAXREVERB_MIN_REFLECTIONS_DELAY = ( 0.0 )
 Define "AL_EAXREVERB_MIN_REFLECTIONS_DELAY" with expression '(0.0f)', CType: double. More...
 
static final int ALC_SURROUND_6_1_SOFT = 0x1505
 Define "ALC_SURROUND_6_1_SOFT" with expression '0x1505', CType: int. More...
 
static final float AL_EQUALIZER_MAX_MID1_CENTER = ( 3000.0f )
 Define "AL_EQUALIZER_MAX_MID1_CENTER" with expression '(3000.0f)', CType: float. More...
 
static final int AL_SOURCE_SPATIALIZE_SOFT = 0x1214
 Define "AL_SOURCE_SPATIALIZE_SOFT" with expression '0x1214', CType: int. More...
 
static final float AL_REVERB_MAX_DENSITY = ( 1.0f )
 Define "AL_REVERB_MAX_DENSITY" with expression '(1.0f)', CType: float. More...
 
static final double AL_EAXREVERB_DEFAULT_LATE_REVERB_PAN_XYZ = ( 0.0 )
 Define "AL_EAXREVERB_DEFAULT_LATE_REVERB_PAN_XYZ" with expression '(0.0f)', CType: double. More...
 
static final double AL_RING_MODULATOR_MIN_FREQUENCY = ( 0.0 )
 Define "AL_RING_MODULATOR_MIN_FREQUENCY" with expression '(0.0f)', CType: double. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_EH = ( 0x9 )
 Define "AL_VOCAL_MORPHER_PHONEME_EH" with expression '(9)', CType: int. More...
 
static final int ALC_STEREO_BASIC_SOFT = 0x19ae
 Define "ALC_STEREO_BASIC_SOFT" with expression '0x19AE', CType: int. More...
 
static final int AL_FORMAT_UHJ3CHN_FLOAT32_SOFT = 0x19a7
 Define "AL_FORMAT_UHJ3CHN_FLOAT32_SOFT" with expression '0x19A7', CType: int. More...
 
static final int AL_FORMAT_STEREO_ALAW_EXT = 0x10017
 Define "AL_FORMAT_STEREO_ALAW_EXT" with expression '0x10017', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_ER = ( 0xa )
 Define "AL_VOCAL_MORPHER_PHONEME_ER" with expression '(10)', CType: int. More...
 
static final int ALC_CONTEXT_FLAGS_EXT = 0x19cf
 Define "ALC_CONTEXT_FLAGS_EXT" with expression '0x19CF', CType: int. More...
 
static final float AL_EQUALIZER_DEFAULT_LOW_CUTOFF = ( 200.0f )
 Define "AL_EQUALIZER_DEFAULT_LOW_CUTOFF" with expression '(200.0f)', CType: float. More...
 
static final float AL_DISTORTION_MAX_GAIN = ( 1.0f )
 Define "AL_DISTORTION_MAX_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_7POINT1_32F_SOFT = 0x1212
 Define "AL_7POINT1_32F_SOFT" with expression '0x1212', CType: int. More...
 
static final int AL_STACK_UNDERFLOW_EXT = 0x19ce
 Define "AL_STACK_UNDERFLOW_EXT" with expression '0x19CE', CType: int. More...
 
static final int AL_RING_MODULATOR_DEFAULT_WAVEFORM = ( 0x0 )
 Define "AL_RING_MODULATOR_DEFAULT_WAVEFORM" with expression '(0)', CType: int. More...
 
static final int AL_EAXREVERB_HFREFERENCE = 0x14
 Define "AL_EAXREVERB_HFREFERENCE" with expression '0x0014', CType: int. More...
 
static final int AL_UNSIGNED_SHORT_SOFT = 0x1403
 Define "AL_UNSIGNED_SHORT_SOFT" with expression '0x1403', CType: int. More...
 
static final double AL_EAXREVERB_DEFAULT_ROOM_ROLLOFF_FACTOR = ( 0.0 )
 Define "AL_EAXREVERB_DEFAULT_ROOM_ROLLOFF_FACTOR" with expression '(0.0f)', CType: double. More...
 
static final double AL_BANDPASS_MIN_GAINHF = ( 0.0 )
 Define "AL_BANDPASS_MIN_GAINHF" with expression '(0.0f)', CType: double. More...
 
static final double AL_ECHO_MIN_LRDELAY = ( 0.0 )
 Define "AL_ECHO_MIN_LRDELAY" with expression '(0.0f)', CType: double. More...
 
static final int AL_PITCH_SHIFTER_MIN_FINE_TUNE = ( - 0x32 )
 Define "AL_PITCH_SHIFTER_MIN_FINE_TUNE" with expression '(-50)', CType: int. More...
 
static final int AL_SOFT_buffer_length_query = 0x1
 Define "AL_SOFT_buffer_length_query" with expression '1', CType: int. More...
 
static final int AL_SEC_OFFSET_CLOCK_SOFT = 0x1203
 Define "AL_SEC_OFFSET_CLOCK_SOFT" with expression '0x1203', CType: int. More...
 
static final int AL_CHORUS_WAVEFORM_SINUSOID = ( 0x0 )
 Define "AL_CHORUS_WAVEFORM_SINUSOID" with expression '(0)', CType: int. More...
 
static final int AL_FORMAT_QUAD_MULAW = 0x10021
 Define "AL_FORMAT_QUAD_MULAW" with expression '0x10021', CType: int. More...
 
static final float AL_BANDPASS_DEFAULT_GAIN = ( 1.0f )
 Define "AL_BANDPASS_DEFAULT_GAIN" with expression '(1.0f)', CType: float. More...
 
static final int AL_INT_SOFT = 0x1404
 Define "AL_INT_SOFT" with expression '0x1404', CType: int. More...
 
static final int AL_PACK_BLOCK_ALIGNMENT_SOFT = 0x200d
 Define "AL_PACK_BLOCK_ALIGNMENT_SOFT" with expression '0x200D', CType: int. More...
 
static final int AL_AUXILIARY_SEND_FILTER = 0x20006
 Define "AL_AUXILIARY_SEND_FILTER" with expression '0x20006', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_MAX_LEFT_DIRECTION = ( 0x2 )
 Define "AL_FREQUENCY_SHIFTER_MAX_LEFT_DIRECTION" with expression '(2)', CType: int. More...
 
static final int AL_QUAD_SOFT = 0x1503
 Define "AL_QUAD_SOFT" with expression '0x1503', CType: int. More...
 
static final int AL_EAXREVERB_REFLECTIONS_DELAY = 0xa
 Define "AL_EAXREVERB_REFLECTIONS_DELAY" with expression '0x000A', CType: int. More...
 
static final int AL_AUTO_SOFT = 0x2
 Define "AL_AUTO_SOFT" with expression '0x0002', CType: int. More...
 
static final int ALC_FORMAT_TYPE_SOFT = 0x1991
 Define "ALC_FORMAT_TYPE_SOFT" with expression '0x1991', CType: int. More...
 
static final float AL_REVERB_MAX_LATE_REVERB_GAIN = ( 10.0f )
 Define "AL_REVERB_MAX_LATE_REVERB_GAIN" with expression '(10.0f)', CType: float. More...
 
static final int ALC_EXT_EFX = 0x1
 Define "ALC_EXT_EFX" with expression '1', CType: int. More...
 
static final int ALC_5POINT1_SOFT = 0x1504
 Define "ALC_5POINT1_SOFT" with expression '0x1504', CType: int. More...
 
static final int AL_EAXREVERB_DIFFUSION = 0x2
 Define "AL_EAXREVERB_DIFFUSION" with expression '0x0002', CType: int. More...
 
static final int AL_CHORUS_RATE = 0x3
 Define "AL_CHORUS_RATE" with expression '0x0003', CType: int. More...
 
static final int AL_BYTE3_SOFT = 0x1408
 Define "AL_BYTE3_SOFT" with expression '0x1408', CType: int. More...
 
static final int AL_PITCH_SHIFTER_DEFAULT_FINE_TUNE = ( 0x0 )
 Define "AL_PITCH_SHIFTER_DEFAULT_FINE_TUNE" with expression '(0)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_AE = ( 0x6 )
 Define "AL_VOCAL_MORPHER_PHONEME_AE" with expression '(6)', CType: int. More...
 
static final double AL_MIN_CONE_OUTER_GAINHF = ( 0.0 )
 Define "AL_MIN_CONE_OUTER_GAINHF" with expression '(0.0f)', CType: double. More...
 
static final int ALC_UNSIGNED_BYTE_SOFT = 0x1401
 Define "ALC_UNSIGNED_BYTE_SOFT" with expression '0x1401', CType: int. More...
 
static final int AL_FLANGER_MAX_WAVEFORM = ( 0x1 )
 Define "AL_FLANGER_MAX_WAVEFORM" with expression '(1)', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_AA = ( 0x5 )
 Define "AL_VOCAL_MORPHER_PHONEME_AA" with expression '(5)', CType: int. More...
 
static final int AL_SOFT_bformat_ex = 0x1
 Define "AL_SOFT_bformat_ex" with expression '1', CType: int. More...
 
static final int AL_RING_MODULATOR_FREQUENCY = 0x1
 Define "AL_RING_MODULATOR_FREQUENCY" with expression '0x0001', CType: int. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_AO = ( 0x8 )
 Define "AL_VOCAL_MORPHER_PHONEME_AO" with expression '(8)', CType: int. More...
 
static final double AL_EAXREVERB_MIN_GAINHF = ( 0.0 )
 Define "AL_EAXREVERB_MIN_GAINHF" with expression '(0.0f)', CType: double. More...
 
static final float AL_FLANGER_MIN_FEEDBACK = ( - 1.0f )
 Define "AL_FLANGER_MIN_FEEDBACK" with expression '(-1.0f)', CType: float. More...
 
static final int AL_VOCAL_MORPHER_PHONEME_AH = ( 0x7 )
 Define "AL_VOCAL_MORPHER_PHONEME_AH" with expression '(7)', CType: int. More...
 
static final int AL_FOLDBACK_EVENT_START = 0x4111
 Define "AL_FOLDBACK_EVENT_START" with expression '0x4111', CType: int. More...
 
static final int ALC_SHORT_SOFT = 0x1402
 Define "ALC_SHORT_SOFT" with expression '0x1402', CType: int. More...
 
static final float AL_FLANGER_MAX_DELAY = ( 0.004f )
 Define "AL_FLANGER_MAX_DELAY" with expression '(0.004f)', CType: float. More...
 
static final int AL_AUXILIARY_EFFECT_SLOT_EXT = 0x19d3
 Define "AL_AUXILIARY_EFFECT_SLOT_EXT" with expression '0x19D3', CType: int. More...
 
static final int AL_NORMAL_SOFT = 0x0
 Define "AL_NORMAL_SOFT" with expression '0x0000', CType: int. More...
 
static final int AL_FREQUENCY_SHIFTER_DIRECTION_UP = ( 0x1 )
 Define "AL_FREQUENCY_SHIFTER_DIRECTION_UP" with expression '(1)', CType: int. More...
 
static final double AL_BANDPASS_MIN_GAINLF = ( 0.0 )
 Define "AL_BANDPASS_MIN_GAINLF" with expression '(0.0f)', CType: double. More...
 
static final float AL_REVERB_MAX_LATE_REVERB_DELAY = ( 0.1f )
 Define "AL_REVERB_MAX_LATE_REVERB_DELAY" with expression '(0.1f)', CType: float. More...
 
static final float AL_DISTORTION_MAX_LOWPASS_CUTOFF = ( 24000.0f )
 Define "AL_DISTORTION_MAX_LOWPASS_CUTOFF" with expression '(24000.0f)', CType: float. More...
 
static final int AL_DEFAULT_AUXILIARY_SEND_FILTER_GAIN_AUTO = 0x1
 Define "AL_DEFAULT_AUXILIARY_SEND_FILTER_GAIN_AUTO" with expression '1', CType: int. More...
 
static final int AL_FORMAT_BFORMAT3D_8 = 0x20031
 Define "AL_FORMAT_BFORMAT3D_8" with expression '0x20031', CType: int. More...
 
static final int AL_CONTEXT_FLAGS_EXT = 0x19cf
 Define "AL_CONTEXT_FLAGS_EXT" with expression '0x19CF', CType: int. More...
 
static final float AL_EAXREVERB_MAX_DENSITY = ( 1.0f )
 Define "AL_EAXREVERB_MAX_DENSITY" with expression '(1.0f)', CType: float. More...
 
static final int AL_EAXREVERB_MIN_DECAY_HFLIMIT = 0x0
 Define "AL_EAXREVERB_MIN_DECAY_HFLIMIT" with expression '0', CType: int. More...
 
static final int AL_DEBUG_CALLBACK_USER_PARAM_EXT = 0x19b4
 Define "AL_DEBUG_CALLBACK_USER_PARAM_EXT" with expression '0x19B4', CType: int. More...
 
static final int AL_FILTER_NULL = 0x0
 Define "AL_FILTER_NULL" with expression '0x0000', CType: int. More...
 
static final int AL_FORMAT_STEREO_MSADPCM_SOFT = 0x1303
 Define "AL_FORMAT_STEREO_MSADPCM_SOFT" with expression '0x1303', CType: int. More...
 
static final double AL_REVERB_MIN_LATE_REVERB_GAIN = ( 0.0 )
 Define "AL_REVERB_MIN_LATE_REVERB_GAIN" with expression '(0.0f)', CType: double. More...
 
static final int AL_FOLDBACK_MODE_MONO = 0x4101
 Define "AL_FOLDBACK_MODE_MONO" with expression '0x4101', CType: int. More...
 
static final int ALC_AMBISONIC_SCALING_SOFT = 0x1998
 Define "ALC_AMBISONIC_SCALING_SOFT" with expression '0x1998', CType: int. More...
 

Detailed Description

Definition at line 24 of file ALExt.java.

Member Function Documentation

◆ alAuxiliaryEffectSlotf()

void com.jogamp.openal.ALExt.alAuxiliaryEffectSlotf ( int  effectslot,
int  param,
float  flValue 
)

Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotf(ALuint effectslot, ALenum param, ALfloat flValue)

◆ alAuxiliaryEffectSlotfv() [1/2]

void com.jogamp.openal.ALExt.alAuxiliaryEffectSlotfv ( int  effectslot,
int  param,
float[]  pflValues,
int  pflValues_offset 
)

Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, const ALfloat * pflValues)

◆ alAuxiliaryEffectSlotfv() [2/2]

void com.jogamp.openal.ALExt.alAuxiliaryEffectSlotfv ( int  effectslot,
int  param,
FloatBuffer  pflValues 
)

Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, const ALfloat * pflValues)

Parameters
pflValuesa direct or array-backed java.nio.FloatBuffer

◆ alAuxiliaryEffectSloti()

void com.jogamp.openal.ALExt.alAuxiliaryEffectSloti ( int  effectslot,
int  param,
int  iValue 
)

Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSloti(ALuint effectslot, ALenum param, ALint iValue)

◆ alAuxiliaryEffectSlotiv() [1/2]

void com.jogamp.openal.ALExt.alAuxiliaryEffectSlotiv ( int  effectslot,
int  param,
int[]  piValues,
int  piValues_offset 
)

Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, const ALint * piValues)

◆ alAuxiliaryEffectSlotiv() [2/2]

void com.jogamp.openal.ALExt.alAuxiliaryEffectSlotiv ( int  effectslot,
int  param,
IntBuffer  piValues 
)

Entry point (through function pointer) to C language function:
void alAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, const ALint * piValues)

Parameters
piValuesa direct or array-backed java.nio.IntBuffer

◆ alBufferCallbackSOFT()

void com.jogamp.openal.ALExt.alBufferCallbackSOFT ( int  buffer,
int  format,
int  freq,
ALBUFFERCALLBACKTYPESOFT  callback,
ALCcontext  userptr 
)

Entry point (through function pointer) to C language function:
void alBufferCallbackSOFT(ALuint buffer, ALenum format, ALsizei freq, ALBUFFERCALLBACKTYPESOFT callback, ALvoid * userptr)

◆ alBufferDataStatic()

void com.jogamp.openal.ALExt.alBufferDataStatic ( int  buffer,
int  format,
Buffer  data,
int  size,
int  freq 
)

Entry point (through function pointer) to C language function:
void alBufferDataStatic(ALuint buffer, ALenum format, ALvoid * data, ALsizei size, ALsizei freq)

Parameters
dataa direct or array-backed java.nio.Buffer

◆ alBufferSamplesSOFT()

void com.jogamp.openal.ALExt.alBufferSamplesSOFT ( int  buffer,
int  samplerate,
int  internalformat,
int  samples,
int  channels,
int  type,
Buffer  data 
)

Entry point (through function pointer) to C language function:
void alBufferSamplesSOFT(ALuint buffer, ALuint samplerate, ALenum internalformat, ALsizei samples, ALenum channels, ALenum type, const ALvoid * data)

Parameters
dataa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ alBufferSubDataSOFT()

void com.jogamp.openal.ALExt.alBufferSubDataSOFT ( int  buffer,
int  format,
Buffer  data,
int  offset,
int  length 
)

Entry point (through function pointer) to C language function:
void alBufferSubDataSOFT(ALuint buffer, ALenum format, const ALvoid * data, ALsizei offset, ALsizei length)

Parameters
dataa direct or array-backed java.nio.Buffer

◆ alBufferSubSamplesSOFT()

void com.jogamp.openal.ALExt.alBufferSubSamplesSOFT ( int  buffer,
int  offset,
int  samples,
int  channels,
int  type,
Buffer  data 
)

Entry point (through function pointer) to C language function:
void alBufferSubSamplesSOFT(ALuint buffer, ALsizei offset, ALsizei samples, ALenum channels, ALenum type, const ALvoid * data)

Parameters
dataa direct or array-backed java.nio.Buffer

◆ alcDevicePauseSOFT()

void com.jogamp.openal.ALExt.alcDevicePauseSOFT ( ALCdevice  device)

Entry point (through function pointer) to C language function:
void alcDevicePauseSOFT(ALCdevice * device)

◆ alcDeviceResumeSOFT()

void com.jogamp.openal.ALExt.alcDeviceResumeSOFT ( ALCdevice  device)

Entry point (through function pointer) to C language function:
void alcDeviceResumeSOFT(ALCdevice * device)

◆ alcEventCallbackSOFT()

void com.jogamp.openal.ALExt.alcEventCallbackSOFT ( ALCEVENTPROCTYPESOFT  callback,
Object  userParam 
)

Entry point (through function pointer) to C language function:
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, void * userParam)

Here is the caller graph for this function:

◆ alcEventControlSOFT() [1/2]

boolean com.jogamp.openal.ALExt.alcEventControlSOFT ( int  count,
int[]  events,
int  events_offset,
boolean  enable 
)

Entry point (through function pointer) to C language function:
ALCboolean alcEventControlSOFT(ALCsizei count, const ALCenum * events, ALCboolean enable)

◆ alcEventControlSOFT() [2/2]

boolean com.jogamp.openal.ALExt.alcEventControlSOFT ( int  count,
IntBuffer  events,
boolean  enable 
)

Entry point (through function pointer) to C language function:
ALCboolean alcEventControlSOFT(ALCsizei count, const ALCenum * events, ALCboolean enable)

Parameters
eventsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ alcEventIsSupportedSOFT()

int com.jogamp.openal.ALExt.alcEventIsSupportedSOFT ( int  eventType,
int  deviceType 
)

Entry point (through function pointer) to C language function:
ALCenum alcEventIsSupportedSOFT(ALCenum eventType, ALCenum deviceType)

Here is the caller graph for this function:

◆ alcGetInteger64vSOFT() [1/2]

void com.jogamp.openal.ALExt.alcGetInteger64vSOFT ( ALCdevice  device,
int  pname,
int  size,
long[]  values,
int  values_offset 
)

Entry point (through function pointer) to C language function:
void alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)

◆ alcGetInteger64vSOFT() [2/2]

void com.jogamp.openal.ALExt.alcGetInteger64vSOFT ( ALCdevice  device,
int  pname,
int  size,
LongBuffer  values 
)

Entry point (through function pointer) to C language function:
void alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)

Parameters
valuesa direct or array-backed java.nio.LongBuffer

◆ alcGetStringiSOFT()

String com.jogamp.openal.ALExt.alcGetStringiSOFT ( ALCdevice  device,
int  paramName,
int  index 
)

Entry point (through function pointer) to C language function:
const ALCchar * alcGetStringiSOFT(ALCdevice * device, ALCenum paramName, ALCsizei index)

◆ alcGetThreadContext()

ALCcontext com.jogamp.openal.ALExt.alcGetThreadContext ( )

Entry point (through function pointer) to C language function:
ALCcontext * alcGetThreadContext()

◆ alcIsRenderFormatSupportedSOFT()

boolean com.jogamp.openal.ALExt.alcIsRenderFormatSupportedSOFT ( ALCdevice  device,
int  freq,
int  channels,
int  type 
)

Entry point (through function pointer) to C language function:
ALCboolean alcIsRenderFormatSupportedSOFT(ALCdevice * device, ALCsizei freq, ALCenum channels, ALCenum type)

◆ alcLoopbackOpenDeviceSOFT()

ALCdevice com.jogamp.openal.ALExt.alcLoopbackOpenDeviceSOFT ( String  deviceName)

Entry point (through function pointer) to C language function:
ALCdevice * alcLoopbackOpenDeviceSOFT(const ALCchar * deviceName)

◆ alcRenderSamplesSOFT()

void com.jogamp.openal.ALExt.alcRenderSamplesSOFT ( ALCdevice  device,
Buffer  buffer,
int  samples 
)

Entry point (through function pointer) to C language function:
void alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)

Parameters
buffera direct or array-backed java.nio.Buffer

◆ alcReopenDeviceSOFT() [1/2]

boolean com.jogamp.openal.ALExt.alcReopenDeviceSOFT ( ALCdevice  device,
String  deviceName,
int[]  attribs,
int  attribs_offset 
)

Entry point (through function pointer) to C language function:
ALCboolean alcReopenDeviceSOFT(ALCdevice * device, const ALCchar * deviceName, const ALCint * attribs)

◆ alcReopenDeviceSOFT() [2/2]

boolean com.jogamp.openal.ALExt.alcReopenDeviceSOFT ( ALCdevice  device,
String  deviceName,
IntBuffer  attribs 
)

Entry point (through function pointer) to C language function:
ALCboolean alcReopenDeviceSOFT(ALCdevice * device, const ALCchar * deviceName, const ALCint * attribs)

Parameters
attribsa direct or array-backed java.nio.IntBuffer

◆ alcResetDeviceSOFT() [1/2]

boolean com.jogamp.openal.ALExt.alcResetDeviceSOFT ( ALCdevice  device,
int[]  attribs,
int  attribs_offset 
)

Entry point (through function pointer) to C language function:
ALCboolean alcResetDeviceSOFT(ALCdevice * device, const ALCint * attribs)

◆ alcResetDeviceSOFT() [2/2]

boolean com.jogamp.openal.ALExt.alcResetDeviceSOFT ( ALCdevice  device,
IntBuffer  attribs 
)

Entry point (through function pointer) to C language function:
ALCboolean alcResetDeviceSOFT(ALCdevice * device, const ALCint * attribs)

Parameters
attribsa direct or array-backed java.nio.IntBuffer

◆ alcSetThreadContext()

boolean com.jogamp.openal.ALExt.alcSetThreadContext ( ALCcontext  context)

Entry point (through function pointer) to C language function:
ALCboolean alcSetThreadContext(ALCcontext * context)

Here is the caller graph for this function:

◆ alDebugMessageCallbackEXT()

void com.jogamp.openal.ALExt.alDebugMessageCallbackEXT ( ALDEBUGPROCEXT  callback,
ALCcontext  userParam 
)

Entry point (through function pointer) to C language function:
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, void * userParam)

Here is the caller graph for this function:

◆ alDebugMessageControlEXT() [1/2]

void com.jogamp.openal.ALExt.alDebugMessageControlEXT ( int  source,
int  type,
int  severity,
int  count,
int[]  ids,
int  ids_offset,
boolean  enable 
)

Entry point (through function pointer) to C language function:
void alDebugMessageControlEXT(ALenum source, ALenum type, ALenum severity, ALsizei count, const ALuint * ids, ALboolean enable)

◆ alDebugMessageControlEXT() [2/2]

void com.jogamp.openal.ALExt.alDebugMessageControlEXT ( int  source,
int  type,
int  severity,
int  count,
IntBuffer  ids,
boolean  enable 
)

Entry point (through function pointer) to C language function:
void alDebugMessageControlEXT(ALenum source, ALenum type, ALenum severity, ALsizei count, const ALuint * ids, ALboolean enable)

Parameters
idsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ alDebugMessageInsertEXT()

void com.jogamp.openal.ALExt.alDebugMessageInsertEXT ( int  source,
int  type,
int  id,
int  severity,
String  message 
)

Entry point (through function pointer) to C language function:
void alDebugMessageInsertEXT(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message)

Here is the caller graph for this function:

◆ alDeferUpdatesSOFT()

void com.jogamp.openal.ALExt.alDeferUpdatesSOFT ( )

Entry point (through function pointer) to C language function:
void alDeferUpdatesSOFT()

◆ alDeleteAuxiliaryEffectSlots() [1/2]

void com.jogamp.openal.ALExt.alDeleteAuxiliaryEffectSlots ( int  n,
int[]  effectslots,
int  effectslots_offset 
)

Entry point (through function pointer) to C language function:
void alDeleteAuxiliaryEffectSlots(ALsizei n, const ALuint * effectslots)

◆ alDeleteAuxiliaryEffectSlots() [2/2]

void com.jogamp.openal.ALExt.alDeleteAuxiliaryEffectSlots ( int  n,
IntBuffer  effectslots 
)

Entry point (through function pointer) to C language function:
void alDeleteAuxiliaryEffectSlots(ALsizei n, const ALuint * effectslots)

Parameters
effectslotsa direct or array-backed java.nio.IntBuffer

◆ alDeleteEffects() [1/2]

void com.jogamp.openal.ALExt.alDeleteEffects ( int  n,
int[]  effects,
int  effects_offset 
)

Entry point (through function pointer) to C language function:
void alDeleteEffects(ALsizei n, const ALuint * effects)

◆ alDeleteEffects() [2/2]

void com.jogamp.openal.ALExt.alDeleteEffects ( int  n,
IntBuffer  effects 
)

Entry point (through function pointer) to C language function:
void alDeleteEffects(ALsizei n, const ALuint * effects)

Parameters
effectsa direct or array-backed java.nio.IntBuffer

◆ alDeleteFilters() [1/2]

void com.jogamp.openal.ALExt.alDeleteFilters ( int  n,
int[]  filters,
int  filters_offset 
)

Entry point (through function pointer) to C language function:
void alDeleteFilters(ALsizei n, const ALuint * filters)

◆ alDeleteFilters() [2/2]

void com.jogamp.openal.ALExt.alDeleteFilters ( int  n,
IntBuffer  filters 
)

Entry point (through function pointer) to C language function:
void alDeleteFilters(ALsizei n, const ALuint * filters)

Parameters
filtersa direct or array-backed java.nio.IntBuffer

◆ alEffectf()

void com.jogamp.openal.ALExt.alEffectf ( int  effect,
int  param,
float  flValue 
)

Entry point (through function pointer) to C language function:
void alEffectf(ALuint effect, ALenum param, ALfloat flValue)

◆ alEffectfv() [1/2]

void com.jogamp.openal.ALExt.alEffectfv ( int  effect,
int  param,
float[]  pflValues,
int  pflValues_offset 
)

Entry point (through function pointer) to C language function:
void alEffectfv(ALuint effect, ALenum param, const ALfloat * pflValues)

◆ alEffectfv() [2/2]

void com.jogamp.openal.ALExt.alEffectfv ( int  effect,
int  param,
FloatBuffer  pflValues 
)

Entry point (through function pointer) to C language function:
void alEffectfv(ALuint effect, ALenum param, const ALfloat * pflValues)

Parameters
pflValuesa direct or array-backed java.nio.FloatBuffer

◆ alEffecti()

void com.jogamp.openal.ALExt.alEffecti ( int  effect,
int  param,
int  iValue 
)

Entry point (through function pointer) to C language function:
void alEffecti(ALuint effect, ALenum param, ALint iValue)

◆ alEffectiv() [1/2]

void com.jogamp.openal.ALExt.alEffectiv ( int  effect,
int  param,
int[]  piValues,
int  piValues_offset 
)

Entry point (through function pointer) to C language function:
void alEffectiv(ALuint effect, ALenum param, const ALint * piValues)

◆ alEffectiv() [2/2]

void com.jogamp.openal.ALExt.alEffectiv ( int  effect,
int  param,
IntBuffer  piValues 
)

Entry point (through function pointer) to C language function:
void alEffectiv(ALuint effect, ALenum param, const ALint * piValues)

Parameters
piValuesa direct or array-backed java.nio.IntBuffer

◆ alEventCallbackSOFT()

void com.jogamp.openal.ALExt.alEventCallbackSOFT ( ALEVENTPROCSOFT  callback,
ALCcontext  userParam 
)

Entry point (through function pointer) to C language function:
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, void * userParam)

Here is the caller graph for this function:

◆ alEventControlSOFT() [1/2]

void com.jogamp.openal.ALExt.alEventControlSOFT ( int  count,
int[]  types,
int  types_offset,
boolean  enable 
)

Entry point (through function pointer) to C language function:
void alEventControlSOFT(ALsizei count, const ALenum * types, ALboolean enable)

◆ alEventControlSOFT() [2/2]

void com.jogamp.openal.ALExt.alEventControlSOFT ( int  count,
IntBuffer  types,
boolean  enable 
)

Entry point (through function pointer) to C language function:
void alEventControlSOFT(ALsizei count, const ALenum * types, ALboolean enable)

Parameters
typesa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ alFilterf()

void com.jogamp.openal.ALExt.alFilterf ( int  filter,
int  param,
float  flValue 
)

Entry point (through function pointer) to C language function:
void alFilterf(ALuint filter, ALenum param, ALfloat flValue)

◆ alFilterfv() [1/2]

void com.jogamp.openal.ALExt.alFilterfv ( int  filter,
int  param,
float[]  pflValues,
int  pflValues_offset 
)

Entry point (through function pointer) to C language function:
void alFilterfv(ALuint filter, ALenum param, const ALfloat * pflValues)

◆ alFilterfv() [2/2]

void com.jogamp.openal.ALExt.alFilterfv ( int  filter,
int  param,
FloatBuffer  pflValues 
)

Entry point (through function pointer) to C language function:
void alFilterfv(ALuint filter, ALenum param, const ALfloat * pflValues)

Parameters
pflValuesa direct or array-backed java.nio.FloatBuffer

◆ alFilteri()

void com.jogamp.openal.ALExt.alFilteri ( int  filter,
int  param,
int  iValue 
)

Entry point (through function pointer) to C language function:
void alFilteri(ALuint filter, ALenum param, ALint iValue)

◆ alFilteriv() [1/2]

void com.jogamp.openal.ALExt.alFilteriv ( int  filter,
int  param,
int[]  piValues,
int  piValues_offset 
)

Entry point (through function pointer) to C language function:
void alFilteriv(ALuint filter, ALenum param, const ALint * piValues)

◆ alFilteriv() [2/2]

void com.jogamp.openal.ALExt.alFilteriv ( int  filter,
int  param,
IntBuffer  piValues 
)

Entry point (through function pointer) to C language function:
void alFilteriv(ALuint filter, ALenum param, const ALint * piValues)

Parameters
piValuesa direct or array-backed java.nio.IntBuffer

◆ alGenAuxiliaryEffectSlots() [1/2]

void com.jogamp.openal.ALExt.alGenAuxiliaryEffectSlots ( int  n,
int[]  effectslots,
int  effectslots_offset 
)

Entry point (through function pointer) to C language function:
void alGenAuxiliaryEffectSlots(ALsizei n, ALuint * effectslots)

◆ alGenAuxiliaryEffectSlots() [2/2]

void com.jogamp.openal.ALExt.alGenAuxiliaryEffectSlots ( int  n,
IntBuffer  effectslots 
)

Entry point (through function pointer) to C language function:
void alGenAuxiliaryEffectSlots(ALsizei n, ALuint * effectslots)

Parameters
effectslotsa direct or array-backed java.nio.IntBuffer

◆ alGenEffects() [1/2]

void com.jogamp.openal.ALExt.alGenEffects ( int  n,
int[]  effects,
int  effects_offset 
)

Entry point (through function pointer) to C language function:
void alGenEffects(ALsizei n, ALuint * effects)

◆ alGenEffects() [2/2]

void com.jogamp.openal.ALExt.alGenEffects ( int  n,
IntBuffer  effects 
)

Entry point (through function pointer) to C language function:
void alGenEffects(ALsizei n, ALuint * effects)

Parameters
effectsa direct or array-backed java.nio.IntBuffer

◆ alGenFilters() [1/2]

void com.jogamp.openal.ALExt.alGenFilters ( int  n,
int[]  filters,
int  filters_offset 
)

Entry point (through function pointer) to C language function:
void alGenFilters(ALsizei n, ALuint * filters)

◆ alGenFilters() [2/2]

void com.jogamp.openal.ALExt.alGenFilters ( int  n,
IntBuffer  filters 
)

Entry point (through function pointer) to C language function:
void alGenFilters(ALsizei n, ALuint * filters)

Parameters
filtersa direct or array-backed java.nio.IntBuffer

◆ alGetAuxiliaryEffectSlotf() [1/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSlotf ( int  effectslot,
int  param,
float[]  pflValue,
int  pflValue_offset 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotf(ALuint effectslot, ALenum param, ALfloat * pflValue)

◆ alGetAuxiliaryEffectSlotf() [2/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSlotf ( int  effectslot,
int  param,
FloatBuffer  pflValue 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotf(ALuint effectslot, ALenum param, ALfloat * pflValue)

Parameters
pflValuea direct or array-backed java.nio.FloatBuffer

◆ alGetAuxiliaryEffectSlotfv() [1/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSlotfv ( int  effectslot,
int  param,
float[]  pflValues,
int  pflValues_offset 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, ALfloat * pflValues)

◆ alGetAuxiliaryEffectSlotfv() [2/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSlotfv ( int  effectslot,
int  param,
FloatBuffer  pflValues 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotfv(ALuint effectslot, ALenum param, ALfloat * pflValues)

Parameters
pflValuesa direct or array-backed java.nio.FloatBuffer

◆ alGetAuxiliaryEffectSloti() [1/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSloti ( int  effectslot,
int  param,
int[]  piValue,
int  piValue_offset 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSloti(ALuint effectslot, ALenum param, ALint * piValue)

◆ alGetAuxiliaryEffectSloti() [2/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSloti ( int  effectslot,
int  param,
IntBuffer  piValue 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSloti(ALuint effectslot, ALenum param, ALint * piValue)

Parameters
piValuea direct or array-backed java.nio.IntBuffer

◆ alGetAuxiliaryEffectSlotiv() [1/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSlotiv ( int  effectslot,
int  param,
int[]  piValues,
int  piValues_offset 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, ALint * piValues)

◆ alGetAuxiliaryEffectSlotiv() [2/2]

void com.jogamp.openal.ALExt.alGetAuxiliaryEffectSlotiv ( int  effectslot,
int  param,
IntBuffer  piValues 
)

Entry point (through function pointer) to C language function:
void alGetAuxiliaryEffectSlotiv(ALuint effectslot, ALenum param, ALint * piValues)

Parameters
piValuesa direct or array-backed java.nio.IntBuffer

◆ alGetBuffer3PtrSOFT()

void com.jogamp.openal.ALExt.alGetBuffer3PtrSOFT ( int  buffer,
int  param,
PointerBuffer  ptr0,
PointerBuffer  ptr1,
PointerBuffer  ptr2 
)

Entry point (through function pointer) to C language function:
void alGetBuffer3PtrSOFT(ALuint buffer, ALenum param, ALvoid * * ptr0, ALvoid * * ptr1, ALvoid * * ptr2)

Parameters
ptr0a direct or array-backed com.jogamp.common.nio.PointerBuffer
ptr1a direct or array-backed com.jogamp.common.nio.PointerBuffer
ptr2a direct or array-backed com.jogamp.common.nio.PointerBuffer

◆ alGetBufferPtrSOFT()

void com.jogamp.openal.ALExt.alGetBufferPtrSOFT ( int  buffer,
int  param,
PointerBuffer  ptr 
)

Entry point (through function pointer) to C language function:
void alGetBufferPtrSOFT(ALuint buffer, ALenum param, ALvoid * * ptr)

Parameters
ptra direct or array-backed com.jogamp.common.nio.PointerBuffer

◆ alGetBufferPtrvSOFT()

void com.jogamp.openal.ALExt.alGetBufferPtrvSOFT ( int  buffer,
int  param,
PointerBuffer  ptr 
)

Entry point (through function pointer) to C language function:
void alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid * * ptr)

Parameters
ptra direct or array-backed com.jogamp.common.nio.PointerBuffer

◆ alGetBufferSamplesSOFT()

void com.jogamp.openal.ALExt.alGetBufferSamplesSOFT ( int  buffer,
int  offset,
int  samples,
int  channels,
int  type,
Buffer  data 
)

Entry point (through function pointer) to C language function:
void alGetBufferSamplesSOFT(ALuint buffer, ALsizei offset, ALsizei samples, ALenum channels, ALenum type, ALvoid * data)

Parameters
dataa direct or array-backed java.nio.Buffer

◆ alGetDebugMessageLogEXT() [1/2]

int com.jogamp.openal.ALExt.alGetDebugMessageLogEXT ( int  count,
int  logBufSize,
int[]  sources,
int  sources_offset,
int[]  types,
int  types_offset,
int[]  ids,
int  ids_offset,
int[]  severities,
int  severities_offset,
int[]  lengths,
int  lengths_offset,
byte[]  logBuf,
int  logBuf_offset 
)

Entry point (through function pointer) to C language function:
ALuint alGetDebugMessageLogEXT(ALuint count, ALsizei logBufSize, ALenum * sources, ALenum * types, ALuint * ids, ALenum * severities, ALsizei * lengths, ALchar * logBuf)

◆ alGetDebugMessageLogEXT() [2/2]

int com.jogamp.openal.ALExt.alGetDebugMessageLogEXT ( int  count,
int  logBufSize,
IntBuffer  sources,
IntBuffer  types,
IntBuffer  ids,
IntBuffer  severities,
IntBuffer  lengths,
ByteBuffer  logBuf 
)

Entry point (through function pointer) to C language function:
ALuint alGetDebugMessageLogEXT(ALuint count, ALsizei logBufSize, ALenum * sources, ALenum * types, ALuint * ids, ALenum * severities, ALsizei * lengths, ALchar * logBuf)

Parameters
sourcesa direct or array-backed java.nio.IntBuffer
typesa direct or array-backed java.nio.IntBuffer
idsa direct or array-backed java.nio.IntBuffer
severitiesa direct or array-backed java.nio.IntBuffer
lengthsa direct or array-backed java.nio.IntBuffer
logBufa direct or array-backed java.nio.ByteBuffer

◆ alGetEffectf() [1/2]

void com.jogamp.openal.ALExt.alGetEffectf ( int  effect,
int  param,
float[]  pflValue,
int  pflValue_offset 
)

Entry point (through function pointer) to C language function:
void alGetEffectf(ALuint effect, ALenum param, ALfloat * pflValue)

◆ alGetEffectf() [2/2]

void com.jogamp.openal.ALExt.alGetEffectf ( int  effect,
int  param,
FloatBuffer  pflValue 
)

Entry point (through function pointer) to C language function:
void alGetEffectf(ALuint effect, ALenum param, ALfloat * pflValue)

Parameters
pflValuea direct or array-backed java.nio.FloatBuffer

◆ alGetEffectfv() [1/2]

void com.jogamp.openal.ALExt.alGetEffectfv ( int  effect,
int  param,
float[]  pflValues,
int  pflValues_offset 
)

Entry point (through function pointer) to C language function:
void alGetEffectfv(ALuint effect, ALenum param, ALfloat * pflValues)

◆ alGetEffectfv() [2/2]

void com.jogamp.openal.ALExt.alGetEffectfv ( int  effect,
int  param,
FloatBuffer  pflValues 
)

Entry point (through function pointer) to C language function:
void alGetEffectfv(ALuint effect, ALenum param, ALfloat * pflValues)

Parameters
pflValuesa direct or array-backed java.nio.FloatBuffer

◆ alGetEffecti() [1/2]

void com.jogamp.openal.ALExt.alGetEffecti ( int  effect,
int  param,
int[]  piValue,
int  piValue_offset 
)

Entry point (through function pointer) to C language function:
void alGetEffecti(ALuint effect, ALenum param, ALint * piValue)

◆ alGetEffecti() [2/2]

void com.jogamp.openal.ALExt.alGetEffecti ( int  effect,
int  param,
IntBuffer  piValue 
)

Entry point (through function pointer) to C language function:
void alGetEffecti(ALuint effect, ALenum param, ALint * piValue)

Parameters
piValuea direct or array-backed java.nio.IntBuffer

◆ alGetEffectiv() [1/2]

void com.jogamp.openal.ALExt.alGetEffectiv ( int  effect,
int  param,
int[]  piValues,
int  piValues_offset 
)

Entry point (through function pointer) to C language function:
void alGetEffectiv(ALuint effect, ALenum param, ALint * piValues)

◆ alGetEffectiv() [2/2]

void com.jogamp.openal.ALExt.alGetEffectiv ( int  effect,
int  param,
IntBuffer  piValues 
)

Entry point (through function pointer) to C language function:
void alGetEffectiv(ALuint effect, ALenum param, ALint * piValues)

Parameters
piValuesa direct or array-backed java.nio.IntBuffer

◆ alGetFilterf() [1/2]

void com.jogamp.openal.ALExt.alGetFilterf ( int  filter,
int  param,
float[]  pflValue,
int  pflValue_offset 
)

Entry point (through function pointer) to C language function:
void alGetFilterf(ALuint filter, ALenum param, ALfloat * pflValue)

◆ alGetFilterf() [2/2]

void com.jogamp.openal.ALExt.alGetFilterf ( int  filter,
int  param,
FloatBuffer  pflValue 
)

Entry point (through function pointer) to C language function:
void alGetFilterf(ALuint filter, ALenum param, ALfloat * pflValue)

Parameters
pflValuea direct or array-backed java.nio.FloatBuffer

◆ alGetFilterfv() [1/2]

void com.jogamp.openal.ALExt.alGetFilterfv ( int  filter,
int  param,
float[]  pflValues,
int  pflValues_offset 
)

Entry point (through function pointer) to C language function:
void alGetFilterfv(ALuint filter, ALenum param, ALfloat * pflValues)

◆ alGetFilterfv() [2/2]

void com.jogamp.openal.ALExt.alGetFilterfv ( int  filter,
int  param,
FloatBuffer  pflValues 
)

Entry point (through function pointer) to C language function:
void alGetFilterfv(ALuint filter, ALenum param, ALfloat * pflValues)

Parameters
pflValuesa direct or array-backed java.nio.FloatBuffer

◆ alGetFilteri() [1/2]

void com.jogamp.openal.ALExt.alGetFilteri ( int  filter,
int  param,
int[]  piValue,
int  piValue_offset 
)

Entry point (through function pointer) to C language function:
void alGetFilteri(ALuint filter, ALenum param, ALint * piValue)

◆ alGetFilteri() [2/2]

void com.jogamp.openal.ALExt.alGetFilteri ( int  filter,
int  param,
IntBuffer  piValue 
)

Entry point (through function pointer) to C language function:
void alGetFilteri(ALuint filter, ALenum param, ALint * piValue)

Parameters
piValuea direct or array-backed java.nio.IntBuffer

◆ alGetFilteriv() [1/2]

void com.jogamp.openal.ALExt.alGetFilteriv ( int  filter,
int  param,
int[]  piValues,
int  piValues_offset 
)

Entry point (through function pointer) to C language function:
void alGetFilteriv(ALuint filter, ALenum param, ALint * piValues)

◆ alGetFilteriv() [2/2]

void com.jogamp.openal.ALExt.alGetFilteriv ( int  filter,
int  param,
IntBuffer  piValues 
)

Entry point (through function pointer) to C language function:
void alGetFilteriv(ALuint filter, ALenum param, ALint * piValues)

Parameters
piValuesa direct or array-backed java.nio.IntBuffer

◆ alGetObjectLabelEXT() [1/2]

void com.jogamp.openal.ALExt.alGetObjectLabelEXT ( int  identifier,
int  name,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  label,
int  label_offset 
)

Entry point (through function pointer) to C language function:
void alGetObjectLabelEXT(ALenum identifier, ALuint name, ALsizei bufSize, ALsizei * length, ALchar * label)

◆ alGetObjectLabelEXT() [2/2]

void com.jogamp.openal.ALExt.alGetObjectLabelEXT ( int  identifier,
int  name,
int  bufSize,
IntBuffer  length,
ByteBuffer  label 
)

Entry point (through function pointer) to C language function:
void alGetObjectLabelEXT(ALenum identifier, ALuint name, ALsizei bufSize, ALsizei * length, ALchar * label)

Parameters
lengtha direct or array-backed java.nio.IntBuffer
labela direct or array-backed java.nio.ByteBuffer

◆ alGetPointerSOFT()

ByteBuffer com.jogamp.openal.ALExt.alGetPointerSOFT ( int  pname)

Entry point (through function pointer) to C language function:
void * alGetPointerSOFT(ALenum pname)

◆ alGetPointervSOFT()

void com.jogamp.openal.ALExt.alGetPointervSOFT ( int  pname,
PointerBuffer  values 
)

Entry point (through function pointer) to C language function:
void alGetPointervSOFT(ALenum pname, void * * values)

Parameters
valuesa direct or array-backed com.jogamp.common.nio.PointerBuffer

◆ alGetSource3dSOFT() [1/2]

void com.jogamp.openal.ALExt.alGetSource3dSOFT ( int  source,
int  param,
double[]  value1,
int  value1_offset,
double[]  value2,
int  value2_offset,
double[]  value3,
int  value3_offset 
)

Entry point (through function pointer) to C language function:
void alGetSource3dSOFT(ALuint source, ALenum param, ALdouble * value1, ALdouble * value2, ALdouble * value3)

◆ alGetSource3dSOFT() [2/2]

void com.jogamp.openal.ALExt.alGetSource3dSOFT ( int  source,
int  param,
DoubleBuffer  value1,
DoubleBuffer  value2,
DoubleBuffer  value3 
)

Entry point (through function pointer) to C language function:
void alGetSource3dSOFT(ALuint source, ALenum param, ALdouble * value1, ALdouble * value2, ALdouble * value3)

Parameters
value1a direct or array-backed java.nio.DoubleBuffer
value2a direct or array-backed java.nio.DoubleBuffer
value3a direct or array-backed java.nio.DoubleBuffer

◆ alGetSource3i64SOFT() [1/2]

void com.jogamp.openal.ALExt.alGetSource3i64SOFT ( int  source,
int  param,
long[]  value1,
int  value1_offset,
long[]  value2,
int  value2_offset,
long[]  value3,
int  value3_offset 
)

Entry point (through function pointer) to C language function:
void alGetSource3i64SOFT(ALuint source, ALenum param, ALint64SOFT * value1, ALint64SOFT * value2, ALint64SOFT * value3)

◆ alGetSource3i64SOFT() [2/2]

void com.jogamp.openal.ALExt.alGetSource3i64SOFT ( int  source,
int  param,
LongBuffer  value1,
LongBuffer  value2,
LongBuffer  value3 
)

Entry point (through function pointer) to C language function:
void alGetSource3i64SOFT(ALuint source, ALenum param, ALint64SOFT * value1, ALint64SOFT * value2, ALint64SOFT * value3)

Parameters
value1a direct or array-backed java.nio.LongBuffer
value2a direct or array-backed java.nio.LongBuffer
value3a direct or array-backed java.nio.LongBuffer

◆ alGetSourcedSOFT() [1/2]

void com.jogamp.openal.ALExt.alGetSourcedSOFT ( int  source,
int  param,
double[]  value,
int  value_offset 
)

Entry point (through function pointer) to C language function:
void alGetSourcedSOFT(ALuint source, ALenum param, ALdouble * value)

◆ alGetSourcedSOFT() [2/2]

void com.jogamp.openal.ALExt.alGetSourcedSOFT ( int  source,
int  param,
DoubleBuffer  value 
)

Entry point (through function pointer) to C language function:
void alGetSourcedSOFT(ALuint source, ALenum param, ALdouble * value)

Parameters
valuea direct or array-backed java.nio.DoubleBuffer

◆ alGetSourcedvSOFT() [1/2]

void com.jogamp.openal.ALExt.alGetSourcedvSOFT ( int  source,
int  param,
double[]  values,
int  values_offset 
)

Entry point (through function pointer) to C language function:
void alGetSourcedvSOFT(ALuint source, ALenum param, ALdouble * values)

◆ alGetSourcedvSOFT() [2/2]

void com.jogamp.openal.ALExt.alGetSourcedvSOFT ( int  source,
int  param,
DoubleBuffer  values 
)

Entry point (through function pointer) to C language function:
void alGetSourcedvSOFT(ALuint source, ALenum param, ALdouble * values)

Parameters
valuesa direct or array-backed java.nio.DoubleBuffer

◆ alGetSourcei64SOFT() [1/2]

void com.jogamp.openal.ALExt.alGetSourcei64SOFT ( int  source,
int  param,
long[]  value,
int  value_offset 
)

Entry point (through function pointer) to C language function:
void alGetSourcei64SOFT(ALuint source, ALenum param, ALint64SOFT * value)

◆ alGetSourcei64SOFT() [2/2]

void com.jogamp.openal.ALExt.alGetSourcei64SOFT ( int  source,
int  param,
LongBuffer  value 
)

Entry point (through function pointer) to C language function:
void alGetSourcei64SOFT(ALuint source, ALenum param, ALint64SOFT * value)

Parameters
valuea direct or array-backed java.nio.LongBuffer

◆ alGetSourcei64vSOFT() [1/2]

void com.jogamp.openal.ALExt.alGetSourcei64vSOFT ( int  source,
int  param,
long[]  values,
int  values_offset 
)

Entry point (through function pointer) to C language function:
void alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64SOFT * values)

◆ alGetSourcei64vSOFT() [2/2]

void com.jogamp.openal.ALExt.alGetSourcei64vSOFT ( int  source,
int  param,
LongBuffer  values 
)

Entry point (through function pointer) to C language function:
void alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64SOFT * values)

Parameters
valuesa direct or array-backed java.nio.LongBuffer

◆ alGetStringiSOFT()

String com.jogamp.openal.ALExt.alGetStringiSOFT ( int  pname,
int  index 
)

Entry point (through function pointer) to C language function:
const ALchar * alGetStringiSOFT(ALenum pname, ALsizei index)

◆ alIsAuxiliaryEffectSlot()

boolean com.jogamp.openal.ALExt.alIsAuxiliaryEffectSlot ( int  effectslot)

Entry point (through function pointer) to C language function:
ALboolean alIsAuxiliaryEffectSlot(ALuint effectslot)

◆ alIsBufferFormatSupportedSOFT()

boolean com.jogamp.openal.ALExt.alIsBufferFormatSupportedSOFT ( int  format)

Entry point (through function pointer) to C language function:
ALboolean alIsBufferFormatSupportedSOFT(ALenum format)

Here is the caller graph for this function:

◆ alIsEffect()

boolean com.jogamp.openal.ALExt.alIsEffect ( int  effect)

Entry point (through function pointer) to C language function:
ALboolean alIsEffect(ALuint effect)

◆ alIsFilter()

boolean com.jogamp.openal.ALExt.alIsFilter ( int  filter)

Entry point (through function pointer) to C language function:
ALboolean alIsFilter(ALuint filter)

◆ alObjectLabelEXT()

void com.jogamp.openal.ALExt.alObjectLabelEXT ( int  identifier,
int  name,
String  label 
)

Entry point (through function pointer) to C language function:
void alObjectLabelEXT(ALenum identifier, ALuint name, ALsizei length, const ALchar * label)

◆ alPopDebugGroupEXT()

void com.jogamp.openal.ALExt.alPopDebugGroupEXT ( )

Entry point (through function pointer) to C language function:
void alPopDebugGroupEXT()

◆ alProcessUpdatesSOFT()

void com.jogamp.openal.ALExt.alProcessUpdatesSOFT ( )

Entry point (through function pointer) to C language function:
void alProcessUpdatesSOFT()

◆ alPushDebugGroupEXT()

void com.jogamp.openal.ALExt.alPushDebugGroupEXT ( int  source,
int  id,
String  message 
)

Entry point (through function pointer) to C language function:
void alPushDebugGroupEXT(ALenum source, ALuint id, ALsizei length, const ALchar * message)

◆ alRequestFoldbackStart() [1/2]

void com.jogamp.openal.ALExt.alRequestFoldbackStart ( int  mode,
int  count,
int  length,
float[]  mem,
int  mem_offset,
long  callback 
)

Entry point (through function pointer) to C language function:
void alRequestFoldbackStart(ALenum mode, ALsizei count, ALsizei length, ALfloat * mem, LPALFOLDBACKCALLBACK callback)

◆ alRequestFoldbackStart() [2/2]

void com.jogamp.openal.ALExt.alRequestFoldbackStart ( int  mode,
int  count,
int  length,
FloatBuffer  mem,
long  callback 
)

Entry point (through function pointer) to C language function:
void alRequestFoldbackStart(ALenum mode, ALsizei count, ALsizei length, ALfloat * mem, LPALFOLDBACKCALLBACK callback)

Parameters
mema direct or array-backed java.nio.FloatBuffer

◆ alRequestFoldbackStop()

void com.jogamp.openal.ALExt.alRequestFoldbackStop ( )

Entry point (through function pointer) to C language function:
void alRequestFoldbackStop()

◆ alSource3dSOFT()

void com.jogamp.openal.ALExt.alSource3dSOFT ( int  source,
int  param,
double  value1,
double  value2,
double  value3 
)

Entry point (through function pointer) to C language function:
void alSource3dSOFT(ALuint source, ALenum param, ALdouble value1, ALdouble value2, ALdouble value3)

◆ alSource3i64SOFT()

void com.jogamp.openal.ALExt.alSource3i64SOFT ( int  source,
int  param,
long  value1,
long  value2,
long  value3 
)

Entry point (through function pointer) to C language function:
void alSource3i64SOFT(ALuint source, ALenum param, ALint64SOFT value1, ALint64SOFT value2, ALint64SOFT value3)

◆ alSourcedSOFT()

void com.jogamp.openal.ALExt.alSourcedSOFT ( int  source,
int  param,
double  value 
)

Entry point (through function pointer) to C language function:
void alSourcedSOFT(ALuint source, ALenum param, ALdouble value)

◆ alSourcedvSOFT() [1/2]

void com.jogamp.openal.ALExt.alSourcedvSOFT ( int  source,
int  param,
double[]  values,
int  values_offset 
)

Entry point (through function pointer) to C language function:
void alSourcedvSOFT(ALuint source, ALenum param, const ALdouble * values)

◆ alSourcedvSOFT() [2/2]

void com.jogamp.openal.ALExt.alSourcedvSOFT ( int  source,
int  param,
DoubleBuffer  values 
)

Entry point (through function pointer) to C language function:
void alSourcedvSOFT(ALuint source, ALenum param, const ALdouble * values)

Parameters
valuesa direct or array-backed java.nio.DoubleBuffer

◆ alSourcei64SOFT()

void com.jogamp.openal.ALExt.alSourcei64SOFT ( int  source,
int  param,
long  value 
)

Entry point (through function pointer) to C language function:
void alSourcei64SOFT(ALuint source, ALenum param, ALint64SOFT value)

◆ alSourcei64vSOFT() [1/2]

void com.jogamp.openal.ALExt.alSourcei64vSOFT ( int  source,
int  param,
long[]  values,
int  values_offset 
)

Entry point (through function pointer) to C language function:
void alSourcei64vSOFT(ALuint source, ALenum param, const ALint64SOFT * values)

◆ alSourcei64vSOFT() [2/2]

void com.jogamp.openal.ALExt.alSourcei64vSOFT ( int  source,
int  param,
LongBuffer  values 
)

Entry point (through function pointer) to C language function:
void alSourcei64vSOFT(ALuint source, ALenum param, const ALint64SOFT * values)

Parameters
valuesa direct or array-backed java.nio.LongBuffer

◆ alSourcePlayAtTimeSOFT()

void com.jogamp.openal.ALExt.alSourcePlayAtTimeSOFT ( int  source,
long  start_time 
)

Entry point (through function pointer) to C language function:
void alSourcePlayAtTimeSOFT(ALuint source, ALint64SOFT start_time)

◆ alSourcePlayAtTimevSOFT() [1/2]

void com.jogamp.openal.ALExt.alSourcePlayAtTimevSOFT ( int  n,
int[]  sources,
int  sources_offset,
long  start_time 
)

Entry point (through function pointer) to C language function:
void alSourcePlayAtTimevSOFT(ALsizei n, const ALuint * sources, ALint64SOFT start_time)

◆ alSourcePlayAtTimevSOFT() [2/2]

void com.jogamp.openal.ALExt.alSourcePlayAtTimevSOFT ( int  n,
IntBuffer  sources,
long  start_time 
)

Entry point (through function pointer) to C language function:
void alSourcePlayAtTimevSOFT(ALsizei n, const ALuint * sources, ALint64SOFT start_time)

Parameters
sourcesa direct or array-backed java.nio.IntBuffer

◆ getAlBufferCallbackSOFT()

◆ getAlBufferCallbackSOFTKeys()

Set< ALContextKey > com.jogamp.openal.ALExt.getAlBufferCallbackSOFTKeys ( )

◆ getAlBufferCallbackSOFTUserParam()

ALCcontext com.jogamp.openal.ALExt.getAlBufferCallbackSOFTUserParam ( ALContextKey  key)

◆ getAlcEventCallbackSOFT()

ALCEVENTPROCTYPESOFT com.jogamp.openal.ALExt.getAlcEventCallbackSOFT ( AlcEventCallbackSOFTKey  key)

Returns ALCEVENTPROCTYPESOFT callback mapped to Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

◆ getAlcEventCallbackSOFTKeys()

Set< AlcEventCallbackSOFTKey > com.jogamp.openal.ALExt.getAlcEventCallbackSOFTKeys ( )

Returns set of Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

◆ getAlcEventCallbackSOFTUserParam()

Object com.jogamp.openal.ALExt.getAlcEventCallbackSOFTUserParam ( AlcEventCallbackSOFTKey  key)

Returns user-param mapped to Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

◆ getAlDebugMessageCallbackEXT()

ALDEBUGPROCEXT com.jogamp.openal.ALExt.getAlDebugMessageCallbackEXT ( ALContextKey  key)

◆ getAlDebugMessageCallbackEXTKeys()

Set< ALContextKey > com.jogamp.openal.ALExt.getAlDebugMessageCallbackEXTKeys ( )

◆ getAlDebugMessageCallbackEXTUserParam()

ALCcontext com.jogamp.openal.ALExt.getAlDebugMessageCallbackEXTUserParam ( ALContextKey  key)

Returns user-param mapped to Key { ALCcontext userParam } for
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam)

◆ getAlEventCallbackSOFT()

ALEVENTPROCSOFT com.jogamp.openal.ALExt.getAlEventCallbackSOFT ( ALContextKey  key)

◆ getAlEventCallbackSOFTKeys()

Set< ALContextKey > com.jogamp.openal.ALExt.getAlEventCallbackSOFTKeys ( )

◆ getAlEventCallbackSOFTUserParam()

ALCcontext com.jogamp.openal.ALExt.getAlEventCallbackSOFTUserParam ( ALContextKey  key)

Returns user-param mapped to Key { ALCcontext userParam } for
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam)

◆ isAlBufferCallbackSOFTMapped()

boolean com.jogamp.openal.ALExt.isAlBufferCallbackSOFTMapped ( ALContextKey  key)

◆ isAlcEventCallbackSOFTMapped()

boolean com.jogamp.openal.ALExt.isAlcEventCallbackSOFTMapped ( AlcEventCallbackSOFTKey  key)

Returns whether callback Key { java.lang.Object userParam } is mapped for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

◆ isAlDebugMessageCallbackEXTMapped()

boolean com.jogamp.openal.ALExt.isAlDebugMessageCallbackEXTMapped ( ALContextKey  key)

Returns whether callback Key { ALCcontext userParam } is mapped for
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam)

◆ isAlEventCallbackSOFTMapped()

boolean com.jogamp.openal.ALExt.isAlEventCallbackSOFTMapped ( ALContextKey  key)

Returns whether callback Key { ALCcontext userParam } is mapped for
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam)

◆ releaseAlBufferCallbackSOFT()

void com.jogamp.openal.ALExt.releaseAlBufferCallbackSOFT ( ALContextKey  key)

Releases callback data mapped to Key { ALCcontext userptr } skipping toolkit API.

Favor passing null callback ref to
void alBufferCallbackSOFT(int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr)

◆ releaseAlcEventCallbackSOFT()

void com.jogamp.openal.ALExt.releaseAlcEventCallbackSOFT ( AlcEventCallbackSOFTKey  key)

Releases callback data mapped to Key { java.lang.Object userParam } skipping toolkit API.

Favor passing null callback ref to
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

◆ releaseAlDebugMessageCallbackEXT()

void com.jogamp.openal.ALExt.releaseAlDebugMessageCallbackEXT ( ALContextKey  key)

Releases callback data mapped to Key { ALCcontext userParam } skipping toolkit API.

Favor passing null callback ref to
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam)

◆ releaseAlEventCallbackSOFT()

void com.jogamp.openal.ALExt.releaseAlEventCallbackSOFT ( ALContextKey  key)

Releases callback data mapped to Key { ALCcontext userParam } skipping toolkit API.

Favor passing null callback ref to
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam)

◆ releaseAllAlBufferCallbackSOFT()

int com.jogamp.openal.ALExt.releaseAllAlBufferCallbackSOFT ( )

Releases all callback data mapped via Key { ALCcontext userptr } skipping toolkit API.

Favor passing null callback ref to
void alBufferCallbackSOFT(int buffer, int format, int freq, ALBUFFERCALLBACKTYPESOFT callback, ALCcontext userptr)

◆ releaseAllAlcEventCallbackSOFT()

int com.jogamp.openal.ALExt.releaseAllAlcEventCallbackSOFT ( )

Releases all callback data mapped via Key { java.lang.Object userParam } skipping toolkit API.

Favor passing null callback ref to
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

◆ releaseAllAlDebugMessageCallbackEXT()

int com.jogamp.openal.ALExt.releaseAllAlDebugMessageCallbackEXT ( )

Releases all callback data mapped via Key { ALCcontext userParam } skipping toolkit API.

Favor passing null callback ref to
void alDebugMessageCallbackEXT(ALDEBUGPROCEXT callback, ALCcontext userParam)

◆ releaseAllAlEventCallbackSOFT()

int com.jogamp.openal.ALExt.releaseAllAlEventCallbackSOFT ( )

Releases all callback data mapped via Key { ALCcontext userParam } skipping toolkit API.

Favor passing null callback ref to
void alEventCallbackSOFT(ALEVENTPROCSOFT callback, ALCcontext userParam)


The documentation for this interface was generated from the following file: