org.tritonus.lowlevel.alsa
Class Alsa
java.lang.Object
org.tritonus.lowlevel.alsa.Alsa
public class Alsa
- extends java.lang.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 |
equals, 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 java.lang.String getStringError(int nErrnum)