org.tritonus.lowlevel.alsa
Class Alsa
java.lang.Object
org.tritonus.lowlevel.alsa.Alsa
- public class Alsa
- extends Object
Common ALSA functions.
Used only for the functions that do neither belong to the
ctl sections nor to any specific interface section
(like pcm, rawmidi, etc.).
Currently, there is only one function remaining.
Constructor Summary |
Alsa()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Alsa
public Alsa()
loadNativeLibrary
public static void loadNativeLibrary()
isLibraryAvailable
public static boolean isLibraryAvailable()
- Returns whether the libraries are installed correctly.
getStringError
public static String getStringError(int nErrnum)