org.tritonus.lowlevel.alsa
Class AlsaPcmSWParams

java.lang.Object
  extended byorg.tritonus.lowlevel.alsa.AlsaPcmSWParams

public class AlsaPcmSWParams
extends Object

TODO:


Constructor Summary
AlsaPcmSWParams()
           
 
Method Summary
 void finalize()
           
 void free()
           
 int getAvailMin()
           
 int getSilenceSize()
           
 int getSilenceThreshold()
           
 int getSleepMin()
           
 int getStartMode()
           
 int getStartThreshold()
           
 int getStopThreshold()
           
 int getTStampMode()
           
 int getXferAlign()
           
 int getXrunMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlsaPcmSWParams

public AlsaPcmSWParams()
Method Detail

finalize

public void finalize()
Overrides:
finalize in class Object

free

public void free()

getStartMode

public int getStartMode()

getXrunMode

public int getXrunMode()

getTStampMode

public int getTStampMode()

getSleepMin

public int getSleepMin()

getAvailMin

public int getAvailMin()

getXferAlign

public int getXferAlign()

getStartThreshold

public int getStartThreshold()

getStopThreshold

public int getStopThreshold()

getSilenceThreshold

public int getSilenceThreshold()

getSilenceSize

public int getSilenceSize()