net.sf.jack4j
Class Statistics

java.lang.Object
  extended by net.sf.jack4j.Statistics

public class Statistics
extends java.lang.Object

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.

Author:
repa

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

getMaxDelayedUsecs

public float getMaxDelayedUsecs()
Returns the maximum delay reported by the back-end since startup or reset.


getXRunDelayedUsecs

public float getXRunDelayedUsecs()
Returns the delay in microseconds due to the most recent XRUN occurrence.


resetMaxDelayedUsecs

public void resetMaxDelayedUsecs()
Reset the maximum delay counter.


getClient

public JackClient getClient()
Returns:
the client


Copyright © 2008 Ondrej Par. All Rights Reserved.