|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jack4j.Statistics
public class Statistics
Allows access to Jack statistics information.
The Statistics object is always attached to a single JackClient
instance, and is only usable during the lifetime of the client.
Method Summary | |
---|---|
JackClient |
getClient()
|
float |
getMaxDelayedUsecs()
Returns the maximum delay reported by the back-end since startup or reset. |
float |
getXRunDelayedUsecs()
Returns the delay in microseconds due to the most recent XRUN occurrence. |
void |
resetMaxDelayedUsecs()
Reset the maximum delay counter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getMaxDelayedUsecs()
public float getXRunDelayedUsecs()
public void resetMaxDelayedUsecs()
public JackClient getClient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |