statistics.h

00001 /*
00002 *  Copyright (C) 2004 Rui Nuno Capela, Lee Revell
00003 *  
00004 *  This program is free software; you can redistribute it and/or
00005 *  modify it under the terms of the GNU Lesser General Public License
00006 *  as published by the Free Software Foundation; either version 2.1
00007 *  of the License, or (at your option) any later version.
00008 *  
00009 *  This program is distributed in the hope that it will be useful,
00010 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012 *  Lesser General Public License for more details.
00013 *  
00014 *  You should have received a copy of the GNU Lesser General Public
00015 *  License along with this program; if not, write to the Free
00016 *  Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
00017 *  02111-1307, USA.
00018 *
00019 *  $Id: statistics.h,v 1.2.2.3 2006/06/20 14:44:00 letz Exp $
00020 */
00021 
00022 #ifndef __statistics_h__
00023 #define __statistics_h__
00024 
00025 #ifdef __cplusplus
00026 extern "C"
00027 {
00028 #endif
00029 
00030 //#include <jack/types.h>
00031 #include "types.h"
00032 
00038     float jack_get_max_delayed_usecs (jack_client_t *client);
00039 
00045     float jack_get_xrun_delayed_usecs (jack_client_t *client);
00046 
00053     void jack_reset_max_delayed_usecs (jack_client_t *client);
00054 
00055 #ifdef __cplusplus
00056 }
00057 #endif
00058 
00059 #endif /* __statistics_h__ */

Generated on Wed Jan 10 11:42:47 2007 for Jackdmp by  doxygen 1.4.5