Jack2 1.9.6
|
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 */ 00020 00021 #ifndef __statistics_h__ 00022 #define __statistics_h__ 00023 00024 #ifdef __cplusplus 00025 extern "C" 00026 { 00027 #endif 00028 00029 #include <jack/types.h> 00030 00036 float jack_get_max_delayed_usecs (jack_client_t *client); 00037 00043 float jack_get_xrun_delayed_usecs (jack_client_t *client); 00044 00051 void jack_reset_max_delayed_usecs (jack_client_t *client); 00052 00053 #ifdef __cplusplus 00054 } 00055 #endif 00056 00057 #endif /* __statistics_h__ */