4package com.jogamp.openal;
6import java.io.UnsupportedEncodingException;
8import com.jogamp.openal.*;
10import java.security.PrivilegedAction;
11import com.jogamp.gluegen.runtime.*;
12import com.jogamp.common.os.*;
13import com.jogamp.common.nio.*;
15import com.jogamp.common.util.*;
18import java.util.HashMap;
19import java.nio.charset.Charset;
20import java.nio.charset.StandardCharsets;
boolean alcEnumerationExtIsPresent()
Specify if ALC_ENUMERATION_EXT is present.
void alcDestroyContext(ALCcontext context)
Entry point (through function pointer) to C language function: void alcDestroyContext(ALCcontext * ...
boolean alcMakeContextCurrent(ALCcontext context)
Entry point (through function pointer) to C language function: ALCboolean alcMakeContextCurrent(ALC...
boolean alcSoftSystemEventsIsPresent()
Specify if ALC_SOFT_system_events is present.
ALCcontext alcGetCurrentContext()
Entry point (through function pointer) to C language function: ALCcontext * alcGetCurrentContext()
boolean alcEnumerateAllExtIsPresent()
Specify if ALC_ENUMERATE_ALL_EXT is present.
void alcProcessContext(ALCcontext context)
Entry point (through function pointer) to C language function: void alcProcessContext(ALCcontext * ...
java.lang.String[] alcGetAllDeviceSpecifiers()
Fetches the names of the available ALC all capture device specifiers.
int alcGetError(ALCdevice device)
Entry point (through function pointer) to C language function: ALCenum alcGetError(ALCdevice * dev...
String alcGetString(ALCdevice device, int param)
Entry point (through function pointer) to C language function: const ALCchar * alcGetString(ALCdevi...
void alcGetIntegerv(ALCdevice device, int param, int size, IntBuffer values)
Entry point (through function pointer) to C language function: void alcGetIntegerv(ALCdevice * dev...
void alcCaptureSamples(ALCdevice device, Buffer buffer, int samples)
Entry point (through function pointer) to C language function: void alcCaptureSamples(ALCdevice * ...
void alcCaptureStop(ALCdevice device)
Entry point (through function pointer) to C language function: void alcCaptureStop(ALCdevice * dev...
java.lang.String[] alcGetStringAsDoubleNullTerminatedString(final com.jogamp.openal.ALCdevice device, final int param)
Fetches all values of device and param supplied from result of call to alcGetString Each value is ext...
java.lang.String[] alcGetDeviceSpecifiers()
Fetches the names of the available ALC device specifiers.
void alcCaptureStart(ALCdevice device)
Entry point (through function pointer) to C language function: void alcCaptureStart(ALCdevice * de...
void alcSuspendContext(ALCcontext context)
Entry point (through function pointer) to C language function: void alcSuspendContext(ALCcontext * ...
boolean alcCloseDevice(ALCdevice device)
Entry point (through function pointer) to C language function: ALCboolean alcCloseDevice(ALCdevice ...
ALCdevice alcGetContextsDevice(ALCcontext context)
Entry point (through function pointer) to C language function: ALCdevice * alcGetContextsDevice(ALC...
int alcGetEnumValue(ALCdevice device, String enumname)
Entry point (through function pointer) to C language function: ALCenum alcGetEnumValue(ALCdevice * ...
void alcGetIntegerv(ALCdevice device, int param, int size, int[] values, int values_offset)
Entry point (through function pointer) to C language function: void alcGetIntegerv(ALCdevice * dev...
boolean alcIsDoubleNullTerminatedString(final com.jogamp.openal.ALCdevice device, final int param)
Specify if call of alGetString(device, param) must must retrun a double null terminted string.
ALCdevice alcCaptureOpenDevice(String devicename, int frequency, int format, int buffersize)
Entry point (through function pointer) to C language function: ALCdevice * alcCaptureOpenDevice(con...
java.lang.String[] alcGetCaptureDeviceSpecifiers()
Fetches the names of the available ALC capture device specifiers.
boolean alcIsExtensionPresent(ALCdevice device, String extname)
Entry point (through function pointer) to C language function: ALCboolean alcIsExtensionPresent(ALC...
ALCcontext alcCreateContext(ALCdevice device, int[] attrlist, int attrlist_offset)
Entry point (through function pointer) to C language function: ALCcontext * alcCreateContext(ALCdev...
ALCdevice alcOpenDevice(String devicename)
Entry point (through function pointer) to C language function: ALCdevice * alcOpenDevice(const ALCc...
boolean alcCaptureCloseDevice(ALCdevice device)
Entry point (through function pointer) to C language function: ALCboolean alcCaptureCloseDevice(ALC...
ALCcontext alcCreateContext(ALCdevice device, IntBuffer attrlist)
Entry point (through function pointer) to C language function: ALCcontext * alcCreateContext(ALCdev...