public class AlsaSeqPortInfo
extends java.lang.Object
Constructor and Description |
---|
AlsaSeqPortInfo() |
Modifier and Type | Method and Description |
---|---|
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() |
public void finalize()
finalize
in class java.lang.Object
public void free()
public int getClient()
public int getPort()
public java.lang.String getName()
public int getCapability()
public int getType()
public int getMidiChannels()
public int getMidiVoices()
public int getSynthVoices()
public int getReadUse()
public int getWriteUse()
public int getPortSpecified()