|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALC
Field Summary | |
---|---|
static int |
HAS_STDDEF
|
Method Summary | |
---|---|
boolean |
alcCaptureCloseDevice(ALCdevice device)
Entry point (through function pointer) to C language function: ALCboolean alcCaptureCloseDevice(ALCdevice * device); |
ALCdevice |
alcCaptureOpenDevice(String devicename,
int frequency,
int format,
int buffersize)
Entry point (through function pointer) to C language function: ALCdevice * alcCaptureOpenDevice(const ALCchar * devicename, ALCuint frequency, ALCenum format, ALCsizei buffersize); |
void |
alcCaptureSamples(ALCdevice device,
Buffer buffer,
int samples)
Entry point (through function pointer) to C language function: void alcCaptureSamples(ALCdevice * device, ALCvoid * buffer, ALCsizei samples); |
void |
alcCaptureStart(ALCdevice device)
Entry point (through function pointer) to C language function: void alcCaptureStart(ALCdevice * device); |
void |
alcCaptureStop(ALCdevice device)
Entry point (through function pointer) to C language function: void alcCaptureStop(ALCdevice * device); |
boolean |
alcCloseDevice(ALCdevice device)
Entry point (through function pointer) to C language function: ALCboolean alcCloseDevice(ALCdevice * device); |
ALCcontext |
alcCreateContext(ALCdevice device,
int[] attrlist,
int attrlist_offset)
Entry point (through function pointer) to C language function: ALCcontext * alcCreateContext(ALCdevice * device, const ALCint * attrlist); |
ALCcontext |
alcCreateContext(ALCdevice device,
IntBuffer attrlist)
Entry point (through function pointer) to C language function: ALCcontext * alcCreateContext(ALCdevice * device, const ALCint * attrlist); |
void |
alcDestroyContext(ALCcontext context)
Entry point (through function pointer) to C language function: void alcDestroyContext(ALCcontext * context); |
String[] |
alcGetCaptureDeviceSpecifiers()
Fetches the names of the available ALC capture device specifiers. |
ALCdevice |
alcGetContextsDevice(ALCcontext context)
Entry point (through function pointer) to C language function: ALCdevice * alcGetContextsDevice(ALCcontext * context); |
ALCcontext |
alcGetCurrentContext()
Entry point (through function pointer) to C language function: ALCcontext * alcGetCurrentContext(void); |
String[] |
alcGetDeviceSpecifiers()
Fetches the names of the available ALC device specifiers. |
int |
alcGetEnumValue(ALCdevice device,
String enumname)
Entry point (through function pointer) to C language function: ALCenum alcGetEnumValue(ALCdevice * device, const ALCchar * enumname); |
int |
alcGetError(ALCdevice device)
Entry point (through function pointer) to C language function: ALCenum alcGetError(ALCdevice * device); |
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 * device, ALCenum param, ALCsizei size, ALCint * values); |
void |
alcGetIntegerv(ALCdevice device,
int param,
int size,
IntBuffer values)
Entry point (through function pointer) to C language function: void alcGetIntegerv(ALCdevice * device, ALCenum param, ALCsizei size, ALCint * values); |
String |
alcGetString(ALCdevice device,
int param)
Entry point (through function pointer) to C language function: const ALCchar * alcGetString(ALCdevice * device, ALCenum param); |
boolean |
alcIsExtensionPresent(ALCdevice device,
String extname)
Entry point (through function pointer) to C language function: ALCboolean alcIsExtensionPresent(ALCdevice * device, const ALCchar * extname); |
boolean |
alcMakeContextCurrent(ALCcontext context)
Entry point (through function pointer) to C language function: ALCboolean alcMakeContextCurrent(ALCcontext * context); |
ALCdevice |
alcOpenDevice(String devicename)
Entry point (through function pointer) to C language function: ALCdevice * alcOpenDevice(const ALCchar * devicename); |
void |
alcProcessContext(ALCcontext context)
Entry point (through function pointer) to C language function: void alcProcessContext(ALCcontext * context); |
void |
alcSuspendContext(ALCcontext context)
Entry point (through function pointer) to C language function: void alcSuspendContext(ALCcontext * context); |
Field Detail |
---|
static final int HAS_STDDEF
Method Detail |
---|
boolean alcCaptureCloseDevice(ALCdevice device)
ALCboolean alcCaptureCloseDevice(ALCdevice * device);
ALCdevice alcCaptureOpenDevice(String devicename, int frequency, int format, int buffersize)
ALCdevice * alcCaptureOpenDevice(const ALCchar * devicename, ALCuint frequency, ALCenum format, ALCsizei buffersize);
void alcCaptureSamples(ALCdevice device, Buffer buffer, int samples)
void alcCaptureSamples(ALCdevice * device, ALCvoid * buffer, ALCsizei samples);
buffer
- a direct or array-backed Buffer
void alcCaptureStart(ALCdevice device)
void alcCaptureStart(ALCdevice * device);
void alcCaptureStop(ALCdevice device)
void alcCaptureStop(ALCdevice * device);
boolean alcCloseDevice(ALCdevice device)
ALCboolean alcCloseDevice(ALCdevice * device);
ALCcontext alcCreateContext(ALCdevice device, IntBuffer attrlist)
ALCcontext * alcCreateContext(ALCdevice * device, const ALCint * attrlist);
attrlist
- a direct or array-backed IntBuffer
ALCcontext alcCreateContext(ALCdevice device, int[] attrlist, int attrlist_offset)
ALCcontext * alcCreateContext(ALCdevice * device, const ALCint * attrlist);
void alcDestroyContext(ALCcontext context)
void alcDestroyContext(ALCcontext * context);
ALCdevice alcGetContextsDevice(ALCcontext context)
ALCdevice * alcGetContextsDevice(ALCcontext * context);
ALCcontext alcGetCurrentContext()
ALCcontext * alcGetCurrentContext(void);
int alcGetEnumValue(ALCdevice device, String enumname)
ALCenum alcGetEnumValue(ALCdevice * device, const ALCchar * enumname);
int alcGetError(ALCdevice device)
ALCenum alcGetError(ALCdevice * device);
void alcGetIntegerv(ALCdevice device, int param, int size, IntBuffer values)
void alcGetIntegerv(ALCdevice * device, ALCenum param, ALCsizei size, ALCint * values);
values
- a direct or array-backed IntBuffer
void alcGetIntegerv(ALCdevice device, int param, int size, int[] values, int values_offset)
void alcGetIntegerv(ALCdevice * device, ALCenum param, ALCsizei size, ALCint * values);
String alcGetString(ALCdevice device, int param)
const ALCchar * alcGetString(ALCdevice * device, ALCenum param);
boolean alcIsExtensionPresent(ALCdevice device, String extname)
ALCboolean alcIsExtensionPresent(ALCdevice * device, const ALCchar * extname);
boolean alcMakeContextCurrent(ALCcontext context)
ALCboolean alcMakeContextCurrent(ALCcontext * context);
ALCdevice alcOpenDevice(String devicename)
ALCdevice * alcOpenDevice(const ALCchar * devicename);
void alcProcessContext(ALCcontext context)
void alcProcessContext(ALCcontext * context);
void alcSuspendContext(ALCcontext context)
void alcSuspendContext(ALCcontext * context);
String[] alcGetDeviceSpecifiers()
String[] alcGetCaptureDeviceSpecifiers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |