org.tritonus.lowlevel.alsa
Class AlsaSeqClientInfo

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

public class AlsaSeqClientInfo
extends Object


Field Summary
(package private)  long m_lNativeHandle
          Holds the pointer to snd_seq_port_info_t for the native code.
 
Constructor Summary
AlsaSeqClientInfo()
           
 
Method Summary
 void finalize()
           
 void free()
           
 int getBroadcastFilter()
           
 int getClient()
           
 int getErrorBounce()
           
 int getEventLost()
           
 String getName()
           
 int getNumPorts()
           
 int getType()
           
 void setBroadcastFilter(int nBroadcastFilter)
           
 void setClient(int nClient)
           
 void setErrorBounce(int nErrorBounce)
           
 void setName(String strName)
           
 
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_port_info_t for the native code. This must be long to be 64bit-clean.

Constructor Detail

AlsaSeqClientInfo

public AlsaSeqClientInfo()
Method Detail

finalize

public void finalize()
Overrides:
finalize in class Object

free

public void free()

getClient

public int getClient()

getType

public int getType()

getName

public String getName()

getBroadcastFilter

public int getBroadcastFilter()

getErrorBounce

public int getErrorBounce()

getNumPorts

public int getNumPorts()

getEventLost

public int getEventLost()

setClient

public void setClient(int nClient)

setName

public void setName(String strName)

setBroadcastFilter

public void setBroadcastFilter(int nBroadcastFilter)

setErrorBounce

public void setErrorBounce(int nErrorBounce)