org.tritonus.lowlevel.alsa
Class AlsaSeqQueueInfo

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

public class AlsaSeqQueueInfo
extends Object


Field Summary
(package private)  long m_lNativeHandle
          Holds the pointer to snd_seq_queue_info_t for the native code.
 
Constructor Summary
AlsaSeqQueueInfo()
           
 
Method Summary
 void finalize()
           
 void free()
           
 int getFlags()
           
 boolean getLocked()
           
 String getName()
           
 int getOwner()
           
 int getQueue()
           
 void setFlags(int nFlags)
           
 void setLocked(boolean bLocked)
           
 void setName(String strName)
           
 void setOwner(int nOwner)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_lNativeHandle

long m_lNativeHandle
Holds the pointer to snd_seq_queue_info_t for the native code. This must be long to be 64bit-clean.

Constructor Detail

AlsaSeqQueueInfo

public AlsaSeqQueueInfo()
Method Detail

finalize

public void finalize()
Overrides:
finalize in class Object

free

public void free()

getQueue

public int getQueue()

getName

public String getName()

getOwner

public int getOwner()

getLocked

public boolean getLocked()

getFlags

public int getFlags()

setName

public void setName(String strName)

setOwner

public void setOwner(int nOwner)

setLocked

public void setLocked(boolean bLocked)

setFlags

public void setFlags(int nFlags)