org.tritonus.lowlevel.alsa
Class AlsaSeqClientInfo
java.lang.Object
org.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. |
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.
AlsaSeqClientInfo
public AlsaSeqClientInfo()
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)