org.tritonus.lowlevel.alsa
Class AlsaSeqSystemInfo

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

public class AlsaSeqSystemInfo
extends java.lang.Object

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

AlsaSeqSystemInfo

public AlsaSeqSystemInfo()
Method Detail

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

free

public void free()

getQueues

public int getQueues()

getClients

public int getClients()

getPorts

public int getPorts()

getChannels

public int getChannels()

getCurrentClients

public int getCurrentClients()

getCurrentQueues

public int getCurrentQueues()