org.tritonus.lowlevel.esd
Class Esd

java.lang.Object
  extended byorg.tritonus.lowlevel.esd.Esd
Direct Known Subclasses:
EsdRecordingStream, EsdSample, EsdStream

public class Esd
extends Object


Field Summary
static int ESD_BITS16
           
static int ESD_BITS8
           
static int ESD_MONO
           
static int ESD_PLAY
           
static int ESD_STEREO
           
static int ESD_STREAM
           
 
Constructor Summary
Esd()
           
 
Method Summary
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
 

Field Detail

ESD_STREAM

public static final int ESD_STREAM
See Also:
Constant Field Values

ESD_PLAY

public static final int ESD_PLAY
See Also:
Constant Field Values

ESD_BITS8

public static final int ESD_BITS8
See Also:
Constant Field Values

ESD_BITS16

public static final int ESD_BITS16
See Also:
Constant Field Values

ESD_MONO

public static final int ESD_MONO
See Also:
Constant Field Values

ESD_STEREO

public static final int ESD_STEREO
See Also:
Constant Field Values
Constructor Detail

Esd

public Esd()
Method Detail

loadNativeLibrary

public static void loadNativeLibrary()

isLibraryAvailable

public static boolean isLibraryAvailable()
Returns whether the libraries are installed correctly.