public class AlsaSeqEvent
extends java.lang.Object
Constructor and Description |
---|
AlsaSeqEvent() |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
void |
free()
Frees memory for a snd_seq_event_t.
|
void |
getControl(int[] anValues) |
int |
getDestClient() |
int |
getDestPort() |
int |
getFlags() |
int |
getLength() |
void |
getNote(int[] anValues) |
int |
getQueue() |
void |
getQueueControl(int[] anValues,
long[] alValues) |
int |
getSourceClient() |
int |
getSourcePort() |
int |
getTag() |
long |
getTimestamp() |
int |
getType() |
byte[] |
getVar() |
void |
setCommon(int nType,
int nFlags,
int nTag,
int nQueue,
long lTimestamp,
int nSourceClient,
int nSourcePort,
int nDestClient,
int nDestPort) |
void |
setControl(int nChannel,
int nParam,
int nValue) |
void |
setNote(int nChannel,
int nKey,
int nVelocity,
int nOffVelocity,
int nDuration) |
void |
setQueueControl(int nControlQueue,
int nControlValue,
long lControlTime) |
void |
setTimestamp(long lTimestamp) |
void |
setVar(byte[] abData,
int nOffset,
int nLength) |
public void finalize()
finalize
in class java.lang.Object
public void free()
public int getLength()
public int getType()
public int getFlags()
public int getTag()
public int getQueue()
public long getTimestamp()
public int getSourceClient()
public int getSourcePort()
public int getDestClient()
public int getDestPort()
public void getNote(int[] anValues)
public void getControl(int[] anValues)
public void getQueueControl(int[] anValues, long[] alValues)
public byte[] getVar()
public void setCommon(int nType, int nFlags, int nTag, int nQueue, long lTimestamp, int nSourceClient, int nSourcePort, int nDestClient, int nDestPort)
public void setTimestamp(long lTimestamp)
public void setNote(int nChannel, int nKey, int nVelocity, int nOffVelocity, int nDuration)
public void setControl(int nChannel, int nParam, int nValue)
public void setQueueControl(int nControlQueue, int nControlValue, long lControlTime)
public void setVar(byte[] abData, int nOffset, int nLength)