Package org.lwjgl.openal
Class ALCCapabilities
- java.lang.Object
-
- org.lwjgl.openal.ALCCapabilities
-
public final class ALCCapabilities extends java.lang.ObjectDefines the capabilities of the OpenAL Context API.
-
-
Field Summary
-
-
-
Field Detail
-
alcCaptureCloseDevice
public final long alcCaptureCloseDevice
-
alcCaptureOpenDevice
public final long alcCaptureOpenDevice
-
alcCaptureSamples
public final long alcCaptureSamples
-
alcCaptureStart
public final long alcCaptureStart
-
alcCaptureStop
public final long alcCaptureStop
-
alcCloseDevice
public final long alcCloseDevice
-
alcCreateContext
public final long alcCreateContext
-
alcDestroyContext
public final long alcDestroyContext
-
alcDevicePauseSOFT
public final long alcDevicePauseSOFT
-
alcDeviceResumeSOFT
public final long alcDeviceResumeSOFT
-
alcGetContextsDevice
public final long alcGetContextsDevice
-
alcGetCurrentContext
public final long alcGetCurrentContext
-
alcGetEnumValue
public final long alcGetEnumValue
-
alcGetError
public final long alcGetError
-
alcGetIntegerv
public final long alcGetIntegerv
-
alcGetProcAddress
public final long alcGetProcAddress
-
alcGetString
public final long alcGetString
-
alcGetStringiSOFT
public final long alcGetStringiSOFT
-
alcGetThreadContext
public final long alcGetThreadContext
-
alcIsExtensionPresent
public final long alcIsExtensionPresent
-
alcIsRenderFormatSupportedSOFT
public final long alcIsRenderFormatSupportedSOFT
-
alcLoopbackOpenDeviceSOFT
public final long alcLoopbackOpenDeviceSOFT
-
alcMakeContextCurrent
public final long alcMakeContextCurrent
-
alcOpenDevice
public final long alcOpenDevice
-
alcProcessContext
public final long alcProcessContext
-
alcRenderSamplesSOFT
public final long alcRenderSamplesSOFT
-
alcResetDeviceSOFT
public final long alcResetDeviceSOFT
-
alcSetThreadContext
public final long alcSetThreadContext
-
alcSuspendContext
public final long alcSuspendContext
-
OpenALC10
public final boolean OpenALC10
When true,ALC10is supported.
-
OpenALC11
public final boolean OpenALC11
When true,ALC11is supported.
-
ALC_ENUMERATE_ALL_EXT
public final boolean ALC_ENUMERATE_ALL_EXT
When true,EnumerateAllExtis supported.
-
ALC_ENUMERATION_EXT
public final boolean ALC_ENUMERATION_EXT
An OpenAL 1.1 implementation will always support theALC_ENUMERATION_EXTextension. This extension provides for enumeration of the available OpenAL devices throughGetString. AnGetStringquery ofDEVICE_SPECIFIERwith aNULLdevice passed in will return a list of devices. Each device name will be separated by a singleNULLcharacter and the list will be terminated with twoNULLcharacters.
-
ALC_EXT_CAPTURE
public final boolean ALC_EXT_CAPTURE
When true,EXTCaptureis supported.
-
ALC_EXT_DEDICATED
public final boolean ALC_EXT_DEDICATED
When true,EXTDedicatedis supported.
-
ALC_EXT_DEFAULT_FILTER_ORDER
public final boolean ALC_EXT_DEFAULT_FILTER_ORDER
When true,EXTDefaultFilterOrderis supported.
-
ALC_EXT_disconnect
public final boolean ALC_EXT_disconnect
When true,EXTDisconnectis supported.
-
ALC_EXT_EFX
public final boolean ALC_EXT_EFX
When true,EXTEfxis supported.
-
ALC_EXT_thread_local_context
public final boolean ALC_EXT_thread_local_context
When true,EXTThreadLocalContextis supported.
-
ALC_LOKI_audio_channel
public final boolean ALC_LOKI_audio_channel
When true,LOKIAudioChannelis supported.
-
ALC_SOFT_HRTF
public final boolean ALC_SOFT_HRTF
When true,SOFTHRTFis supported.
-
ALC_SOFT_loopback
public final boolean ALC_SOFT_loopback
When true,SOFTLoopbackis supported.
-
ALC_SOFT_pause_device
public final boolean ALC_SOFT_pause_device
When true,SOFTPauseDeviceis supported.
-
-