jogamp.openal
Class ALCProcAddressTable

java.lang.Object
  extended by com.jogamp.gluegen.runtime.ProcAddressTable
      extended by 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

Field Summary
 long _addressof_alcCaptureCloseDevice
           
 long _addressof_alcCaptureOpenDevice
           
 long _addressof_alcCaptureSamples
           
 long _addressof_alcCaptureStart
           
 long _addressof_alcCaptureStop
           
 long _addressof_alcCloseDevice
           
 long _addressof_alcCreateContext
           
 long _addressof_alcDestroyContext
           
 long _addressof_alcGetContextsDevice
           
 long _addressof_alcGetCurrentContext
           
 long _addressof_alcGetEnumValue
           
 long _addressof_alcGetError
           
 long _addressof_alcGetIntegerv
           
 long _addressof_alcGetString
           
 long _addressof_alcIsExtensionPresent
           
 long _addressof_alcMakeContextCurrent
           
 long _addressof_alcOpenDevice
           
 long _addressof_alcProcessContext
           
 long _addressof_alcSuspendContext
           
 
Fields inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
DEBUG, DEBUG_PREFIX, debugNum, PROCADDRESS_VAR_PREFIX
 
Constructor Summary
ALCProcAddressTable()
           
ALCProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)
           
 
Method Summary
 
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
fieldForFunction, fieldToFunctionName, getAddressFor, getDebugOutStream, getNullPointerFunctions, initEntry, isAddressField, isFunctionAvailable, reset, setEntry, toMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

ALCProcAddressTable

public ALCProcAddressTable()

ALCProcAddressTable

public ALCProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)