org.tritonus.lowlevel.alsa
Class Alsa

java.lang.Object
  extended byorg.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()
           
 
Method Summary
static String getStringError(int nErrnum)
           
static boolean isLibraryAvailable()
          Returns whether the libraries are installed correctly.
static void loadNativeLibrary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 String getStringError(int nErrnum)