diff options
Diffstat (limited to 'make/config/joal-alc-CustomJavaCode.java')
-rwxr-xr-x | make/config/joal-alc-CustomJavaCode.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/config/joal-alc-CustomJavaCode.java b/make/config/joal-alc-CustomJavaCode.java new file mode 100755 index 0000000..be28d8c --- /dev/null +++ b/make/config/joal-alc-CustomJavaCode.java @@ -0,0 +1,7 @@ +/** 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(); |