const ALCchar * alcGetString(ALCdevice * device, ALCenum param);
*/
public java.lang.String alcGetString(ALCdevice device, int param);
/** Fetches the names of the available ALC device specifiers.
Equivalent to the C call alcGetString(NULL, ALC_DEVICE_SPECIFIER). */
public java.lang.String[] alcGetDeviceSpecifiers();