org.tritonus.lowlevel.alsa
Class AlsaSeqPortInfo
java.lang.Object
org.tritonus.lowlevel.alsa.AlsaSeqPortInfo
public class AlsaSeqPortInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlsaSeqPortInfo
public AlsaSeqPortInfo()
finalize
public void finalize()
- Overrides:
finalize
in class java.lang.Object
free
public void free()
getClient
public int getClient()
getPort
public int getPort()
getName
public java.lang.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()