org.tritonus.lowlevel.alsa
Class AlsaSeqQueueTimer

java.lang.Object
  extended by org.tritonus.lowlevel.alsa.AlsaSeqQueueTimer

public class AlsaSeqQueueTimer
extends java.lang.Object


Constructor Summary
AlsaSeqQueueTimer()
           
 
Method Summary
 void finalize()
           
 void free()
           
 int getQueue()
           
 int getResolution()
           
 int getType()
           
 void setResolution(int nResolution)
           
 void setType(int nType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlsaSeqQueueTimer

public AlsaSeqQueueTimer()
Method Detail

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

free

public void free()

getQueue

public int getQueue()

getType

public int getType()

getResolution

public int getResolution()

setType

public void setType(int nType)

setResolution

public void setResolution(int nResolution)