~ubuntu-branches/ubuntu/trusty/jack-audio-connection-kit/trusty

« back to all changes in this revision

Viewing changes to doc/reference/html/statistics_8h-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-12-06 11:05:15 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081206110515-xa9v9pajr9jqvfvg
Tags: 0.115.6-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - Redirect stderr in bash completion (Debian #504488).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 
3
<title>JACK-AUDIO-CONNECTION-KIT: statistics.h Source File</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.5.6 -->
 
8
<h1>statistics.h</h1><a href="statistics_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 
9
<a name="l00002"></a>00002 <span class="comment"> *  Copyright (C) 2004 Rui Nuno Capela, Lee Revell</span>
 
10
<a name="l00003"></a>00003 <span class="comment"> *  </span>
 
11
<a name="l00004"></a>00004 <span class="comment"> *  This program is free software; you can redistribute it and/or</span>
 
12
<a name="l00005"></a>00005 <span class="comment"> *  modify it under the terms of the GNU Lesser General Public License</span>
 
13
<a name="l00006"></a>00006 <span class="comment"> *  as published by the Free Software Foundation; either version 2.1</span>
 
14
<a name="l00007"></a>00007 <span class="comment"> *  of the License, or (at your option) any later version.</span>
 
15
<a name="l00008"></a>00008 <span class="comment"> *  </span>
 
16
<a name="l00009"></a>00009 <span class="comment"> *  This program is distributed in the hope that it will be useful,</span>
 
17
<a name="l00010"></a>00010 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
 
18
<a name="l00011"></a>00011 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
 
19
<a name="l00012"></a>00012 <span class="comment"> *  Lesser General Public License for more details.</span>
 
20
<a name="l00013"></a>00013 <span class="comment"> *  </span>
 
21
<a name="l00014"></a>00014 <span class="comment"> *  You should have received a copy of the GNU Lesser General Public</span>
 
22
<a name="l00015"></a>00015 <span class="comment"> *  License along with this program; if not, write to the Free</span>
 
23
<a name="l00016"></a>00016 <span class="comment"> *  Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA</span>
 
24
<a name="l00017"></a>00017 <span class="comment"> *  02111-1307, USA.</span>
 
25
<a name="l00018"></a>00018 <span class="comment"> *</span>
 
26
<a name="l00019"></a>00019 <span class="comment"> */</span>
 
27
<a name="l00020"></a>00020 
 
28
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef __statistics_h__</span>
 
29
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define __statistics_h__</span>
 
30
<a name="l00023"></a>00023 <span class="preprocessor"></span>
 
31
<a name="l00024"></a>00024 <span class="preprocessor">#ifdef __cplusplus</span>
 
32
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
 
33
<a name="l00026"></a>00026 <span class="preprocessor">#endif</span>
 
34
<a name="l00027"></a>00027 <span class="preprocessor"></span>
 
35
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="types_8h.html">jack/types.h</a>&gt;</span>
 
36
<a name="l00029"></a>00029 
 
37
<a name="l00035"></a>00035 <span class="keywordtype">float</span> <a class="code" href="statistics_8h.html#b4adfe9509eef86e4a44ccc6c38bda1f">jack_get_max_delayed_usecs</a> (<a class="code" href="types_8h.html#96cf103940d2ee71b141d4b9d0c116bf">jack_client_t</a> *<a class="code" href="simple__client_8c.html#fed7053cd7bdd1cce33dec7213f340ea">client</a>);
 
38
<a name="l00036"></a>00036 
 
39
<a name="l00042"></a>00042 <span class="keywordtype">float</span> <a class="code" href="statistics_8h.html#1594a8e3bbd718f128a9725057cf8877">jack_get_xrun_delayed_usecs</a> (<a class="code" href="types_8h.html#96cf103940d2ee71b141d4b9d0c116bf">jack_client_t</a> *<a class="code" href="simple__client_8c.html#fed7053cd7bdd1cce33dec7213f340ea">client</a>);
 
40
<a name="l00043"></a>00043 
 
41
<a name="l00050"></a>00050 <span class="keywordtype">void</span> <a class="code" href="statistics_8h.html#eb7d2667d5f8281f4fe9c88db71a1843">jack_reset_max_delayed_usecs</a> (<a class="code" href="types_8h.html#96cf103940d2ee71b141d4b9d0c116bf">jack_client_t</a> *<a class="code" href="simple__client_8c.html#fed7053cd7bdd1cce33dec7213f340ea">client</a>);
 
42
<a name="l00051"></a>00051 
 
43
<a name="l00052"></a>00052 <span class="preprocessor">#ifdef __cplusplus</span>
 
44
<a name="l00053"></a>00053 <span class="preprocessor"></span>}
 
45
<a name="l00054"></a>00054 <span class="preprocessor">#endif</span>
 
46
<a name="l00055"></a>00055 <span class="preprocessor"></span>
 
47
<a name="l00056"></a>00056 <span class="preprocessor">#endif </span><span class="comment">/* __statistics_h__ */</span>
 
48
</pre></div></div>
 
49
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Nov 28 14:29:16 2008 for JACK-AUDIO-CONNECTION-KIT by&nbsp;
 
50
<a href="http://www.doxygen.org/index.html">
 
51
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 
52
</body>
 
53
</html>