diff options
Diffstat (limited to 'make/joal-alc-CustomJavaCode.java')
-rwxr-xr-x | make/joal-alc-CustomJavaCode.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/joal-alc-CustomJavaCode.java b/make/joal-alc-CustomJavaCode.java index 8efba6e..53696f4 100755 --- a/make/joal-alc-CustomJavaCode.java +++ b/make/joal-alc-CustomJavaCode.java @@ -4,3 +4,7 @@ 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(); + +/** Fetches the names of the available ALC capture device specifiers. + Equivalent to the C call alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER). */ +public java.lang.String[] alcGetCaptureDeviceSpecifiers(); |