About
Services
Apps
Imprint
Contact
Root
»
Mobile Apps
»
JACK for iOS
»
SDK
»
Doc
JACKiOS
1.9.10.3
Main Page
Related Pages
Modules
Files
File List
File Members
common
jack
statistics.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2001-2013
3
4
Developers:
5
6
Paul Davis
7
Jack O'Quin
8
Steve Harris
9
Rui Nuno Capela
10
Devin Anderson
11
Kai Vehmanen
12
Ian Esten
13
Dmitry Baikov
14
Torben Hohn
15
Rohan Drape
16
Stephane Letz
17
Christian Schoenebeck
18
19
This program is free software; you can redistribute it and/or modify
20
it under the terms of the GNU Lesser General Public License as published by
21
the Free Software Foundation; either version 2.1 of the License, or
22
(at your option) any later version.
23
24
This program is distributed in the hope that it will be useful,
25
but WITHOUT ANY WARRANTY; without even the implied warranty of
26
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27
GNU Lesser General Public License for more details.
28
29
You should have received a copy of the GNU Lesser General Public License
30
along with this program; if not, write to the Free Software
31
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32
33
You are permitted to statically link against a binary version of
34
the JACK library obtained from
35
36
http://jackaudio.org/downloads/JackiOS-SDK.zip
37
38
and distribute the resulting application without complying with section 6
39
(requiring recipients of your application to be able to relink against
40
modified versions of libjack).
41
42
This permission is granted if and ONLY if the resulting application binary
43
issue is intended for execution in any one of the following environments:
44
45
* Apple Inc. iOS
46
47
Additional environments may be added to this list in the future.
48
All other terms of the LGPL continue to apply.
49
50
*/
51
52
#ifndef __statistics_h__
53
#define __statistics_h__
54
55
#ifdef __cplusplus
56
extern
"C"
57
{
58
#endif
59
60
#include <
jack/types.h
>
61
78
float
jack_get_max_delayed_usecs
(
jack_client_t
*client);
79
85
float
jack_get_xrun_delayed_usecs
(
jack_client_t
*client);
86
93
void
jack_reset_max_delayed_usecs
(
jack_client_t
*client);
94
95
#ifdef __cplusplus
96
}
97
#endif
98
99
#endif
/* __statistics_h__ */
Generated by
DE
• EN
Copyright © MMXIII Crudebyte. All rights reserved.