|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.lowlevel.alsa.AlsaSeqSystemInfo
public class AlsaSeqSystemInfo
General information about the sequencer. This class encapsulates the information of snd_seq_system_info_t.
Constructor Summary | |
---|---|
AlsaSeqSystemInfo()
|
Method Summary | |
---|---|
void |
finalize()
|
void |
free()
|
int |
getChannels()
|
int |
getClients()
|
int |
getCurrentClients()
|
int |
getCurrentQueues()
|
int |
getPorts()
|
int |
getQueues()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlsaSeqSystemInfo()
Method Detail |
---|
public void finalize()
finalize
in class java.lang.Object
public void free()
public int getQueues()
public int getClients()
public int getPorts()
public int getChannels()
public int getCurrentClients()
public int getCurrentQueues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |