Package dev.prozilla.pine.common.openal
Class ALUtils
java.lang.Object
dev.prozilla.pine.common.openal.ALUtils
OpenAL utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getErrorString
(int errorCode) Translates an OpenAL error code to a string describing the error.
-
Method Details
-
getErrorString
Translates an OpenAL error code to a string describing the error. Source: OpenAL Programmer's Guide.- Parameters:
errorCode
- The error code, as returned byALC10.alcGetError(long)
- Returns:
- The error description.
-