Package org.lwjgl.openal
Class ALUtil
- java.lang.Object
-
- org.lwjgl.openal.ALUtil
-
public final class ALUtil extends java.lang.Object
OpenAL utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>
getStringList(long deviceHandle, int token)
Obtains string values from ALC.
-
-
-
Method Detail
-
getStringList
@Nullable public static java.util.List<java.lang.String> getStringList(long deviceHandle, int token)
Obtains string values from ALC. This is a custom implementation for those tokens that return a list of strings instead of a single string.- Parameters:
deviceHandle
- the device to querytoken
- the information to query. One of:ALC11.ALC_ALL_DEVICES_SPECIFIER
,ALC11.ALC_CAPTURE_DEVICE_SPECIFIER
-
-