org.tritonus.lowlevel.alsa
Class AlsaSeqPortSubscribe
java.lang.Object
org.tritonus.lowlevel.alsa.AlsaSeqPortSubscribe
public class AlsaSeqPortSubscribe
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlsaSeqPortSubscribe
public AlsaSeqPortSubscribe()
finalize
public void finalize()
- Overrides:
finalize
in class java.lang.Object
free
public void free()
getSenderClient
public int getSenderClient()
getSenderPort
public int getSenderPort()
getDestClient
public int getDestClient()
getDestPort
public int getDestPort()
getQueue
public int getQueue()
getExclusive
public boolean getExclusive()
getTimeUpdate
public boolean getTimeUpdate()
getTimeReal
public boolean getTimeReal()
setSender
public void setSender(int nClient,
int nPort)
setDest
public void setDest(int nClient,
int nPort)
setQueue
public void setQueue(int nQueue)
setExclusive
public void setExclusive(boolean bExclusive)
setTimeUpdate
public void setTimeUpdate(boolean bUpdate)
setTimeReal
public void setTimeReal(boolean bReal)