From 1c505633e784a5ec3878b152fe6890a03c700304 Mon Sep 17 00:00:00 2001 From: kbr Date: Sun, 8 Apr 2007 16:41:06 +0000 Subject: Added alcGetCaptureDeviceSpecifiers() based on feedback on javagaming.org forums git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@489 03bf7f67-59de-4072-a415-9a990d468a3f --- make/joal-alc-CustomJavaCode.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/joal-alc-CustomJavaCode.java') 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(); -- cgit v1.2.3