|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JackPort | |
---|---|
net.sf.jack4j |
Uses of JackPort in net.sf.jack4j |
---|
Subclasses of JackPort in net.sf.jack4j | |
---|---|
class |
JackLocalMidiPort
MIDI port registered by JackClient . |
class |
JackLocalPort
Port registered by JackClient . |
Methods in net.sf.jack4j that return JackPort | |
---|---|
JackPort |
JackClient.portById(long id)
Returns (local or foreign) port with given ID, or null if it doesn't exist. |
JackPort |
JackClient.portByName(java.lang.String name)
Returns (local or foreign) port with given name, or null if it doesn't exist. |
Methods in net.sf.jack4j with parameters of type JackPort | |
---|---|
java.lang.String[] |
JackClient.getAllPortConnections(JackPort port)
Returns full port names of to which the specified port is connected. |
int |
JackClient.getTotalPortLatency(JackPort port)
Returns port total latency. |
boolean |
JackClient.isMine(JackPort port)
Returns true if the specified port is owned by this client. |
void |
JackClient.recomputeTotalPortLatency(JackPort port)
Recomputes port latency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |