org.tritonus.lowlevel.alsa
Class AlsaSeqPortInfo
java.lang.Object
org.tritonus.lowlevel.alsa.AlsaSeqPortInfo
- public class AlsaSeqPortInfo
- 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.
AlsaSeqPortInfo
public AlsaSeqPortInfo()
finalize
public void finalize()
- Overrides:
finalize
in class Object
free
public void free()
getClient
public int getClient()
getPort
public int getPort()
getName
public String getName()
- Returns the name of the port.
Calls snd_seq_port_info_get_name().
getCapability
public int getCapability()
getType
public int getType()
getMidiChannels
public int getMidiChannels()
getMidiVoices
public int getMidiVoices()
getSynthVoices
public int getSynthVoices()
getReadUse
public int getReadUse()
getWriteUse
public int getWriteUse()
getPortSpecified
public int getPortSpecified()