org.tritonus.lowlevel.alsa
Class Alsa

java.lang.Object
  extended by 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()
           
 
Method Summary
static java.lang.String getStringError(int nErrnum)
           
static boolean isLibraryAvailable()
          Returns whether the libraries are installed correctly.
static void loadNativeLibrary()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alsa

public Alsa()
Method Detail

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)