|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.openal.impl.ALCAbstractImpl
com.jogamp.openal.impl.ALCImpl
public class ALCImpl
ALC implementation.
Field Summary |
---|
Constructor Summary | |
---|---|
ALCImpl()
|
Method Summary | |
---|---|
String[] |
alcGetCaptureDeviceSpecifiers()
Fetches the names of the available ALC capture device specifiers. |
String[] |
alcGetDeviceSpecifiers()
Fetches the names of the available ALC device specifiers. |
String |
alcGetString(ALCdevice device,
int param)
Interface to C language function: const ALCchar * alcGetString(ALCdevice * device, ALCenum param); |
ByteBuffer |
alcGetStringImpl(ALCdevice device,
int param)
Entry point (through function pointer) to C language function: const ALCchar * alcGetString(ALCdevice * device, ALCenum param); |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALCImpl()
Method Detail |
---|
public String alcGetString(ALCdevice device, int param)
ALC
const ALCchar * alcGetString(ALCdevice * device, ALCenum param);
public ByteBuffer alcGetStringImpl(ALCdevice device, int param)
const ALCchar * alcGetString(ALCdevice * device, ALCenum param);
public String[] alcGetDeviceSpecifiers()
public String[] alcGetCaptureDeviceSpecifiers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |