jogamp.openal
Class ALCProcAddressTable
java.lang.Object
com.jogamp.gluegen.runtime.ProcAddressTable
jogamp.openal.ALCProcAddressTable
public class ALCProcAddressTable
- extends com.jogamp.gluegen.runtime.ProcAddressTable
This table is a cache of pointers to the dynamically-linkable C library.
- See Also:
ProcAddressTable
Fields inherited from class com.jogamp.gluegen.runtime.ProcAddressTable |
DEBUG, DEBUG_PREFIX, debugNum, PROCADDRESS_VAR_PREFIX |
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable |
fieldForFunction, fieldToFunctionName, getAddressFor, getDebugOutStream, getNullPointerFunctions, initEntry, isAddressField, isFunctionAvailable, reset, setEntry, toMap, toString |
_addressof_alcGetString
public long _addressof_alcGetString
_addressof_alcCaptureCloseDevice
public long _addressof_alcCaptureCloseDevice
_addressof_alcCaptureOpenDevice
public long _addressof_alcCaptureOpenDevice
_addressof_alcCaptureSamples
public long _addressof_alcCaptureSamples
_addressof_alcCaptureStart
public long _addressof_alcCaptureStart
_addressof_alcCaptureStop
public long _addressof_alcCaptureStop
_addressof_alcCloseDevice
public long _addressof_alcCloseDevice
_addressof_alcCreateContext
public long _addressof_alcCreateContext
_addressof_alcDestroyContext
public long _addressof_alcDestroyContext
_addressof_alcGetContextsDevice
public long _addressof_alcGetContextsDevice
_addressof_alcGetCurrentContext
public long _addressof_alcGetCurrentContext
_addressof_alcGetEnumValue
public long _addressof_alcGetEnumValue
_addressof_alcGetError
public long _addressof_alcGetError
_addressof_alcGetIntegerv
public long _addressof_alcGetIntegerv
_addressof_alcIsExtensionPresent
public long _addressof_alcIsExtensionPresent
_addressof_alcMakeContextCurrent
public long _addressof_alcMakeContextCurrent
_addressof_alcOpenDevice
public long _addressof_alcOpenDevice
_addressof_alcProcessContext
public long _addressof_alcProcessContext
_addressof_alcSuspendContext
public long _addressof_alcSuspendContext
ALCProcAddressTable
public ALCProcAddressTable()
ALCProcAddressTable
public ALCProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)