JACK-AUDIO-CONNECTION-KIT
0.122.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
jack
statistics.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2004 Rui Nuno Capela, Lee Revell
3
*
4
* This program is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU Lesser General Public License
6
* as published by the Free Software Foundation; either version 2.1
7
* of the License, or (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public
15
* License along with this program; if not, write to the Free
16
* Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17
* 02111-1307, USA.
18
*
19
*/
20
21
#ifndef __statistics_h__
22
#define __statistics_h__
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
#include <
jack/types.h
>
29
35
float
jack_get_max_delayed_usecs
(
jack_client_t
*
client
);
36
42
float
jack_get_xrun_delayed_usecs
(
jack_client_t
*
client
);
43
50
void
jack_reset_max_delayed_usecs
(
jack_client_t
*
client
);
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
/* __statistics_h__ */
57
Generated on Tue Oct 16 2012 22:01:01 for JACK-AUDIO-CONNECTION-KIT by
1.8.1.2