org.tritonus.lowlevel.alsa
Class AlsaSeqSystemInfo
java.lang.Object
org.tritonus.lowlevel.alsa.AlsaSeqSystemInfo
- public class AlsaSeqSystemInfo
- extends Object
General information about the sequencer.
This class encapsulates the information of
snd_seq_system_info_t.
Field Summary |
(package private) long |
m_lNativeHandle
Holds the pointer to snd_seq_system_info_t
for the native code. |
m_lNativeHandle
long m_lNativeHandle
- Holds the pointer to snd_seq_system_info_t
for the native code.
This must be long to be 64bit-clean.
AlsaSeqSystemInfo
public AlsaSeqSystemInfo()
finalize
public void finalize()
- Overrides:
finalize
in class Object
free
public void free()
getQueues
public int getQueues()
getClients
public int getClients()
getPorts
public int getPorts()
getChannels
public int getChannels()
getCurrentClients
public int getCurrentClients()
getCurrentQueues
public int getCurrentQueues()