| ALC_ALL_ATTRIBUTES | com.jogamp.openal.ALCConstants | static |
| ALC_ALL_DEVICES_SPECIFIER | com.jogamp.openal.ALCConstants | static |
| ALC_ATTRIBUTES_SIZE | com.jogamp.openal.ALCConstants | static |
| ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER | com.jogamp.openal.ALCConstants | static |
| ALC_CAPTURE_DEVICE_SPECIFIER | com.jogamp.openal.ALCConstants | static |
| ALC_CAPTURE_SAMPLES | com.jogamp.openal.ALCConstants | static |
| ALC_DEFAULT_ALL_DEVICES_SPECIFIER | com.jogamp.openal.ALCConstants | static |
| ALC_DEFAULT_DEVICE_SPECIFIER | com.jogamp.openal.ALCConstants | static |
| ALC_DEVICE_SPECIFIER | com.jogamp.openal.ALCConstants | static |
| ALC_ENUMERATE_ALL_EXT | com.jogamp.openal.ALCConstants | static |
| ALC_EXT_CAPTURE | com.jogamp.openal.ALCConstants | static |
| ALC_EXTENSIONS | com.jogamp.openal.ALCConstants | static |
| ALC_FALSE | com.jogamp.openal.ALCConstants | static |
| ALC_FREQUENCY | com.jogamp.openal.ALCConstants | static |
| ALC_INVALID | com.jogamp.openal.ALCConstants | static |
| ALC_INVALID_CONTEXT | com.jogamp.openal.ALCConstants | static |
| ALC_INVALID_DEVICE | com.jogamp.openal.ALCConstants | static |
| ALC_INVALID_ENUM | com.jogamp.openal.ALCConstants | static |
| ALC_INVALID_VALUE | com.jogamp.openal.ALCConstants | static |
| ALC_MAJOR_VERSION | com.jogamp.openal.ALCConstants | static |
| ALC_MINOR_VERSION | com.jogamp.openal.ALCConstants | static |
| ALC_MONO_SOURCES | com.jogamp.openal.ALCConstants | static |
| ALC_NO_ERROR | com.jogamp.openal.ALCConstants | static |
| ALC_OUT_OF_MEMORY | com.jogamp.openal.ALCConstants | static |
| ALC_REFRESH | com.jogamp.openal.ALCConstants | static |
| ALC_STEREO_SOURCES | com.jogamp.openal.ALCConstants | static |
| ALC_SYNC | com.jogamp.openal.ALCConstants | static |
| ALC_TRUE | com.jogamp.openal.ALCConstants | static |
| ALC_VERSION_0_1 | com.jogamp.openal.ALCConstants | static |
| alcCaptureCloseDevice(ALCdevice device) | com.jogamp.openal.ALC | |
| alcCaptureOpenDevice(String devicename, int frequency, int format, int buffersize) | com.jogamp.openal.ALC | |
| alcCaptureSamples(ALCdevice device, Buffer buffer, int samples) | com.jogamp.openal.ALC | |
| alcCaptureStart(ALCdevice device) | com.jogamp.openal.ALC | |
| alcCaptureStop(ALCdevice device) | com.jogamp.openal.ALC | |
| alcCloseDevice(ALCdevice device) | com.jogamp.openal.ALC | |
| alcCreateContext(ALCdevice device, IntBuffer attrlist) | com.jogamp.openal.ALC | |
| alcCreateContext(ALCdevice device, int[] attrlist, int attrlist_offset) | com.jogamp.openal.ALC | |
| alcDestroyContext(ALCcontext context) | com.jogamp.openal.ALC | |
| alcEnumerateAllExtIsPresent() | com.jogamp.openal.ALC | |
| alcEnumerationExtIsPresent() | com.jogamp.openal.ALC | |
| alcGetAllDeviceSpecifiers() | com.jogamp.openal.ALC | |
| alcGetCaptureDeviceSpecifiers() | com.jogamp.openal.ALC | |
| alcGetContextsDevice(ALCcontext context) | com.jogamp.openal.ALC | |
| alcGetCurrentContext() | com.jogamp.openal.ALC | |
| alcGetDeviceSpecifiers() | com.jogamp.openal.ALC | |
| alcGetEnumValue(ALCdevice device, String enumname) | com.jogamp.openal.ALC | |
| alcGetError(ALCdevice device) | com.jogamp.openal.ALC | |
| alcGetIntegerv(ALCdevice device, int param, int size, IntBuffer values) | com.jogamp.openal.ALC | |
| alcGetIntegerv(ALCdevice device, int param, int size, int[] values, int values_offset) | com.jogamp.openal.ALC | |
| alcGetString(ALCdevice device, int param) | com.jogamp.openal.ALC | |
| alcGetStringAsDoubleNullTerminatedString(final com.jogamp.openal.ALCdevice device, final int param) | com.jogamp.openal.ALC | |
| alcIsDoubleNullTerminatedString(final com.jogamp.openal.ALCdevice device, final int param) | com.jogamp.openal.ALC | |
| alcIsExtensionPresent(ALCdevice device, String extname) | com.jogamp.openal.ALC | |
| alcMakeContextCurrent(ALCcontext context) | com.jogamp.openal.ALC | |
| alcOpenDevice(String devicename) | com.jogamp.openal.ALC | |
| alcProcessContext(ALCcontext context) | com.jogamp.openal.ALC | |
| alcSoftSystemEventsIsPresent() | com.jogamp.openal.ALC | |
| alcSuspendContext(ALCcontext context) | com.jogamp.openal.ALC | |