org.tritonus.lowlevel.alsa
Class AlsaSeqPortInfo

java.lang.Object
  extended by org.tritonus.lowlevel.alsa.AlsaSeqPortInfo

public class AlsaSeqPortInfo
extends java.lang.Object


Constructor Summary
AlsaSeqPortInfo()
           
 
Method Summary
 void finalize()
           
 void free()
           
 int getCapability()
           
 int getClient()
           
 int getMidiChannels()
           
 int getMidiVoices()
           
 java.lang.String getName()
          Returns the name of the port.
 int getPort()
           
 int getPortSpecified()
           
 int getReadUse()
           
 int getSynthVoices()
           
 int getType()
           
 int getWriteUse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlsaSeqPortInfo

public AlsaSeqPortInfo()
Method Detail

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()