aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal-alc-CustomJavaCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal-alc-CustomJavaCode.java')
-rwxr-xr-xmake/joal-alc-CustomJavaCode.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/joal-alc-CustomJavaCode.java b/make/joal-alc-CustomJavaCode.java
new file mode 100755
index 0000000..8efba6e
--- /dev/null
+++ b/make/joal-alc-CustomJavaCode.java
@@ -0,0 +1,6 @@
+/** Entry point (through function pointer) to C language function: <br> <code> const ALCchar * alcGetString(ALCdevice * device, ALCenum param); </code> */
+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();