Class ALLoader
java.lang.Object
club.doki7.openal.ALLoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic AL
loadAL
(ISharedLibrary libOpenAL) static ALC
loadALC
(ISharedLibrary libOpenAL) static ISharedLibrary
Try loading the OpenAL library.
-
Method Details
-
loadOpenALLibrary
Try loading the OpenAL library.
This function is implemented in terms of
ILibraryLoader.loadLibrary(String)
. On Windows it will try"OpenAL32"
(OpenAL32.dll
), and on other platforms it will try"openal"
(libopenal.so
).Instead of using this function, you may also implement your own GLFW library loading logic.
- Throws:
UnsatisfiedLinkError
- seeILibraryLoader.loadLibrary(String)
-