This file is indexed.

/usr/share/doc/portaudio19-doc/doc/html/portaudio_8h_source.html is in portaudio19-doc 19.6.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PortAudio: portaudio.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">PortAudio
   &#160;<span id="projectnumber">2.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">portaudio.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="portaudio_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PORTAUDIO_H</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PORTAUDIO_H</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * $Id$</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * PortAudio Portable Real-Time Audio Library</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * PortAudio API Header File</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * Latest version available at: http://www.portaudio.com/</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * Copyright (c) 1999-2002 Ross Bencina and Phil Burk</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * a copy of this software and associated documentation files</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * (the &quot;Software&quot;), to deal in the Software without restriction,</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * including without limitation the rights to use, copy, modify, merge,</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * publish, distribute, sublicense, and/or sell copies of the Software,</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * and to permit persons to whom the Software is furnished to do so,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * subject to the following conditions:</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * The above copyright notice and this permission notice shall be</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * included in all copies or substantial portions of the Software.</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"> * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment"> * The text above constitutes the entire PortAudio license; however, </span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment"> * the PortAudio community also makes the following non-binding requests:</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment"> * Any person wishing to distribute modifications to the Software is</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment"> * requested to send the modifications to the original developer so that</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment"> * they can be incorporated into the canonical version. It is also </span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="comment"> * requested that these non-binding requests be included along with the </span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment"> * license above.</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;{</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="keywordtype">int</span> <a class="code" href="portaudio_8h.html#a66da08bcf908e0849c62a6b47f50d7b4">Pa_GetVersion</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="portaudio_8h.html#a28f3fd9e6d9f933cc695abea71c4b445">Pa_GetVersionText</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ac20e3ac459960f140910d94b5a61125e">   81</a></span>&#160;<span class="preprocessor">#define paMakeVersionNumber(major, minor, subminor) \</span></div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="preprocessor">    (((major)&amp;0xFF)&lt;&lt;16 | ((minor)&amp;0xFF)&lt;&lt;8 | ((subminor)&amp;0xFF))</span></div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structPaVersionInfo.html">   90</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structPaVersionInfo.html">PaVersionInfo</a> {</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;    <span class="keywordtype">int</span> versionMajor;</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    <span class="keywordtype">int</span> versionMinor;</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;    <span class="keywordtype">int</span> versionSubMinor;</div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="structPaVersionInfo.html#a4f8c2b786c9d5013e978e1218ad9ab22">   99</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structPaVersionInfo.html#a4f8c2b786c9d5013e978e1218ad9ab22">versionControlRevision</a>;</div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="structPaVersionInfo.html#ab876696c6563c35fdcb8c18f77ff12f5">  101</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structPaVersionInfo.html#ab876696c6563c35fdcb8c18f77ff12f5">versionText</a>;</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;} <a class="code" href="portaudio_8h.html#afe94d0dac83fa52b7ae7aaec5b34654f">PaVersionInfo</a>;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;    </div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="keyword">const</span> <a class="code" href="structPaVersionInfo.html">PaVersionInfo</a>* <a class="code" href="portaudio_8h.html#ad74adc9406a64c3fb13c228c3381a121">Pa_GetVersionInfo</a>();</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a4949e4a8ef9f9dbe8cbee414ce69841d">  121</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="portaudio_8h.html#a4949e4a8ef9f9dbe8cbee414ce69841d">PaError</a>;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> PaErrorCode</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;{</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;    paNoError = 0,</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;    paNotInitialized = -10000,</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    paUnanticipatedHostError,</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    paInvalidChannelCount,</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    paInvalidSampleRate,</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    paInvalidDevice,</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    paInvalidFlag,</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;    paSampleFormatNotSupported,</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    paBadIODeviceCombination,</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    paInsufficientMemory,</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    paBufferTooBig,</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    paBufferTooSmall,</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    paNullCallback,</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    paBadStreamPtr,</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;    paTimedOut,</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;    paInternalError,</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    paDeviceUnavailable,</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    paIncompatibleHostApiSpecificStreamInfo,</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    paStreamIsStopped,</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    paStreamIsNotStopped,</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    paInputOverflowed,</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    paOutputUnderflowed,</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;    paHostApiNotFound,</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;    paInvalidHostApi,</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;    paCanNotReadFromACallbackStream,</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    paCanNotWriteToACallbackStream,</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    paCanNotReadFromAnOutputOnlyStream,</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    paCanNotWriteToAnInputOnlyStream,</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    paIncompatibleStreamHostApi,</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    paBadBufferPtr</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;} PaErrorCode;</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="portaudio_8h.html#ae606855a611cf29c7d2d7421df5e3b5d">Pa_GetErrorText</a>( PaError errorCode );</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;PaError <a class="code" href="portaudio_8h.html#abed859482d156622d9332dff9b2d89da">Pa_Initialize</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;PaError <a class="code" href="portaudio_8h.html#a0db317604e916e8bd6098e60e6237221">Pa_Terminate</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;</div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ad79317e65bde63d76c4b8e711ac5a361">  212</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="portaudio_8h.html#ad79317e65bde63d76c4b8e711ac5a361">PaDeviceIndex</a>;</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a8c26dd5e6f28bb4cda7a1f5460282297">  220</a></span>&#160;<span class="preprocessor">#define paNoDevice ((PaDeviceIndex)-1)</span></div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;</div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a14795fe3377c3b037025a61e550d44b5">  228</a></span>&#160;<span class="preprocessor">#define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)</span></div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;<span class="comment">/* Host API enumeration mechanism */</span></div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;</div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="portaudio_8h.html#aeef6da084c57c70aa94be97411e19930">  238</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="portaudio_8h.html#aeef6da084c57c70aa94be97411e19930">PaHostApiIndex</a>;</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;PaHostApiIndex <a class="code" href="portaudio_8h.html#a19dbdb7c8702e3f4bfc0cdb99dac3dd9">Pa_GetHostApiCount</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;</div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;PaHostApiIndex <a class="code" href="portaudio_8h.html#ae55c77f9b7e3f8eb301a6f1c0e2347ac">Pa_GetDefaultHostApi</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;</div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">  275</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a></div><div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;{</div><div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;    paInDevelopment=0, <span class="comment">/* use while developing support for a new host API */</span></div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;    paDirectSound=1,</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;    paMME=2,</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;    paASIO=3,</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;    paSoundManager=4,</div><div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;    paCoreAudio=5,</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;    paOSS=7,</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;    paALSA=8,</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;    paAL=9,</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;    paBeOS=10,</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;    paWDMKS=11,</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;    paJACK=12,</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;    paWASAPI=13,</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;    paAudioScienceHPI=14</div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;} <a class="code" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a>;</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;</div><div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html">  296</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structPaHostApiInfo.html">PaHostApiInfo</a></div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;{</div><div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html#a1f3a8c465488e7af8024237256d80c14">  299</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structPaHostApiInfo.html#a1f3a8c465488e7af8024237256d80c14">structVersion</a>;</div><div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html#a5424bfcdf9f73b17cddc89e827a45d3f">  301</a></span>&#160;    <a class="code" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a> <a class="code" href="structPaHostApiInfo.html#a5424bfcdf9f73b17cddc89e827a45d3f">type</a>;</div><div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html#a78afe5d557543c82cd9773229e25a8ec">  303</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structPaHostApiInfo.html#a78afe5d557543c82cd9773229e25a8ec">name</a>;</div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;</div><div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html#a44e3adfaba0117a6780e2493468c96b1">  310</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structPaHostApiInfo.html#a44e3adfaba0117a6780e2493468c96b1">deviceCount</a>;</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;</div><div class="line"><a name="l00316"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html#a85a62057c3479d3efaa477d8562cf21d">  316</a></span>&#160;    PaDeviceIndex <a class="code" href="structPaHostApiInfo.html#a85a62057c3479d3efaa477d8562cf21d">defaultInputDevice</a>;</div><div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;</div><div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="structPaHostApiInfo.html#a62632690b5f7906d3c9bfdab91e7f4b2">  322</a></span>&#160;    PaDeviceIndex <a class="code" href="structPaHostApiInfo.html#a62632690b5f7906d3c9bfdab91e7f4b2">defaultOutputDevice</a>;</div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;    </div><div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;} <a class="code" href="portaudio_8h.html#a59bc8800f4c058add2e9a4de6f263352">PaHostApiInfo</a>;</div><div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;</div><div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;<span class="keyword">const</span> <a class="code" href="structPaHostApiInfo.html">PaHostApiInfo</a> * <a class="code" href="portaudio_8h.html#a7c650aede88ea553066bab9bbe97ea90">Pa_GetHostApiInfo</a>( PaHostApiIndex hostApi );</div><div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;</div><div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;</div><div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;PaHostApiIndex <a class="code" href="portaudio_8h.html#a081c3975126d20b4226facfb7ba0620f">Pa_HostApiTypeIdToHostApiIndex</a>( <a class="code" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a> type );</div><div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;</div><div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;</div><div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;PaDeviceIndex <a class="code" href="portaudio_8h.html#a54f306b5e5258323c95a27c5722258cd">Pa_HostApiDeviceIndexToDeviceIndex</a>( PaHostApiIndex hostApi,</div><div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;        <span class="keywordtype">int</span> hostApiDeviceIndex );</div><div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;</div><div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;</div><div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;</div><div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="structPaHostErrorInfo.html">  389</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structPaHostErrorInfo.html">PaHostErrorInfo</a>{</div><div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="structPaHostErrorInfo.html#aeadfc0e22fee75e94541876d6d7a91f7">  390</a></span>&#160;    <a class="code" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a> <a class="code" href="structPaHostErrorInfo.html#aeadfc0e22fee75e94541876d6d7a91f7">hostApiType</a>;    </div><div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="structPaHostErrorInfo.html#a2ab15f358cd7f0a5e8f3d54e161a2fec">  391</a></span>&#160;    <span class="keywordtype">long</span> <a class="code" href="structPaHostErrorInfo.html#a2ab15f358cd7f0a5e8f3d54e161a2fec">errorCode</a>;                 </div><div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="structPaHostErrorInfo.html#aa40a7ed0c73b85b39563d80f7877876c">  392</a></span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structPaHostErrorInfo.html#aa40a7ed0c73b85b39563d80f7877876c">errorText</a>;          </div><div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;}<a class="code" href="portaudio_8h.html#aae5f7523aa88f6e1ab05230103bd3560">PaHostErrorInfo</a>;</div><div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;</div><div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;</div><div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;<span class="keyword">const</span> <a class="code" href="structPaHostErrorInfo.html">PaHostErrorInfo</a>* <a class="code" href="portaudio_8h.html#aad573f208b60577f21d2777a7c5054e0">Pa_GetLastHostErrorInfo</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;</div><div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;</div><div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;</div><div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;<span class="comment">/* Device enumeration and capabilities */</span></div><div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;</div><div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;PaDeviceIndex <a class="code" href="portaudio_8h.html#acfe4d3c5ec1a343f459981bfa2057f8d">Pa_GetDeviceCount</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;</div><div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;</div><div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;PaDeviceIndex <a class="code" href="portaudio_8h.html#abf9f2f82da95553d5adb929af670f74b">Pa_GetDefaultInputDevice</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;</div><div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;</div><div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;PaDeviceIndex <a class="code" href="portaudio_8h.html#adc955dfab007624000695c48d4f876dc">Pa_GetDefaultOutputDevice</a>( <span class="keywordtype">void</span> );</div><div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;</div><div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;</div><div class="line"><a name="l00460"></a><span class="lineno"><a class="line" href="portaudio_8h.html#af17a7e6d0471a23071acf8dbd7bbe4bd">  460</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">double</span> <a class="code" href="portaudio_8h.html#af17a7e6d0471a23071acf8dbd7bbe4bd">PaTime</a>;</div><div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;</div><div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;</div><div class="line"><a name="l00484"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a4582d93c2c2e60e12be3d74c5fe00b96">  484</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="portaudio_8h.html#a4582d93c2c2e60e12be3d74c5fe00b96">PaSampleFormat</a>;</div><div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;</div><div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;</div><div class="line"><a name="l00487"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a2f16d29916725b8791eae60ab9e0b081">  487</a></span>&#160;<span class="preprocessor">#define paFloat32        ((PaSampleFormat) 0x00000001) </span></div><div class="line"><a name="l00488"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a6fea69f3d81b628288325c06310b2fcf">  488</a></span>&#160;<span class="preprocessor">#define paInt32          ((PaSampleFormat) 0x00000002) </span></div><div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a7f891a0bd9e94a94a8f446c176b749e7">  489</a></span>&#160;<span class="preprocessor">#define paInt24          ((PaSampleFormat) 0x00000004) </span></div><div class="line"><a name="l00490"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ab284f8e0a161d78ede863aec45461dbd">  490</a></span>&#160;<span class="preprocessor">#define paInt16          ((PaSampleFormat) 0x00000008) </span></div><div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a058ecfb48ac9f0efad7a7b0d446efe3e">  491</a></span>&#160;<span class="preprocessor">#define paInt8           ((PaSampleFormat) 0x00000010) </span></div><div class="line"><a name="l00492"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ad826044e4ffe7b16bf990803ab77df37">  492</a></span>&#160;<span class="preprocessor">#define paUInt8          ((PaSampleFormat) 0x00000020) </span></div><div class="line"><a name="l00493"></a><span class="lineno"><a class="line" href="portaudio_8h.html#aba595f6b645c8134a8ac3004957b9ff7">  493</a></span>&#160;<span class="preprocessor">#define paCustomFormat   ((PaSampleFormat) 0x00010000) </span></div><div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a1d79f0b88812cef5364b276dbbc898b5">  495</a></span>&#160;<span class="preprocessor">#define paNonInterleaved ((PaSampleFormat) 0x80000000) </span></div><div class="line"><a name="l00500"></a><span class="lineno"><a class="line" href="structPaDeviceInfo.html">  500</a></span>&#160;<span class="preprocessor">typedef struct PaDeviceInfo</span></div><div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;{</div><div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;    <span class="keywordtype">int</span> structVersion;  <span class="comment">/* this is struct version 2 */</span></div><div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *name;</div><div class="line"><a name="l00504"></a><span class="lineno"><a class="line" href="structPaDeviceInfo.html#afe741e4d185069577f7e74b78fdef5a4">  504</a></span>&#160;    PaHostApiIndex <a class="code" href="structPaDeviceInfo.html#afe741e4d185069577f7e74b78fdef5a4">hostApi</a>; </div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;    <span class="keywordtype">int</span> maxInputChannels;</div><div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;    <span class="keywordtype">int</span> maxOutputChannels;</div><div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;</div><div class="line"><a name="l00510"></a><span class="lineno"><a class="line" href="structPaDeviceInfo.html#aad6629064b8c7cf043d237ea0a5cc534">  510</a></span>&#160;    PaTime <a class="code" href="structPaDeviceInfo.html#aad6629064b8c7cf043d237ea0a5cc534">defaultLowInputLatency</a>;</div><div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;    PaTime defaultLowOutputLatency;</div><div class="line"><a name="l00513"></a><span class="lineno"><a class="line" href="structPaDeviceInfo.html#a4214826038fcaf374beb9816024e6c9f">  513</a></span>&#160;    PaTime <a class="code" href="structPaDeviceInfo.html#a4214826038fcaf374beb9816024e6c9f">defaultHighInputLatency</a>;</div><div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;    PaTime defaultHighOutputLatency;</div><div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;</div><div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;    <span class="keywordtype">double</span> defaultSampleRate;</div><div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;} <a class="code" href="portaudio_8h.html#a84166d5f748e192341b71cf1b05d28b3">PaDeviceInfo</a>;</div><div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;</div><div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;</div><div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;<span class="keyword">const</span> <a class="code" href="structPaDeviceInfo.html">PaDeviceInfo</a>* <a class="code" href="portaudio_8h.html#ac7d8e091ffc1d1d4a035704660e117eb">Pa_GetDeviceInfo</a>( PaDeviceIndex device );</div><div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;</div><div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;</div><div class="line"><a name="l00538"></a><span class="lineno"><a class="line" href="structPaStreamParameters.html">  538</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structPaStreamParameters.html">PaStreamParameters</a></div><div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;{</div><div class="line"><a name="l00546"></a><span class="lineno"><a class="line" href="structPaStreamParameters.html#aebaf648b4d11dd1252a747b76b8da084">  546</a></span>&#160;    PaDeviceIndex <a class="code" href="structPaStreamParameters.html#aebaf648b4d11dd1252a747b76b8da084">device</a>;</div><div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;    </div><div class="line"><a name="l00553"></a><span class="lineno"><a class="line" href="structPaStreamParameters.html#a861ff361da71fc2572dd356c9c9878ca">  553</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structPaStreamParameters.html#a861ff361da71fc2572dd356c9c9878ca">channelCount</a>;</div><div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;</div><div class="line"><a name="l00559"></a><span class="lineno"><a class="line" href="structPaStreamParameters.html#ad8d2d3063757b812f9e5f8709f41052b">  559</a></span>&#160;    PaSampleFormat <a class="code" href="structPaStreamParameters.html#ad8d2d3063757b812f9e5f8709f41052b">sampleFormat</a>;</div><div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;</div><div class="line"><a name="l00572"></a><span class="lineno"><a class="line" href="structPaStreamParameters.html#aa1e80ac0551162fd091db8936ccbe9a0">  572</a></span>&#160;    PaTime <a class="code" href="structPaStreamParameters.html#aa1e80ac0551162fd091db8936ccbe9a0">suggestedLatency</a>;</div><div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;</div><div class="line"><a name="l00579"></a><span class="lineno"><a class="line" href="structPaStreamParameters.html#aff01b9fa0710ad1654471e97665c06a9">  579</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structPaStreamParameters.html#aff01b9fa0710ad1654471e97665c06a9">hostApiSpecificStreamInfo</a>;</div><div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;</div><div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;} <a class="code" href="portaudio_8h.html#aaedb633e6f41d592bf999c18bdb8bb12">PaStreamParameters</a>;</div><div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;</div><div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;</div><div class="line"><a name="l00585"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a400df642339bf4112333060af6a43c0f">  585</a></span>&#160;<span class="preprocessor">#define paFormatIsSupported (0)</span></div><div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;</div><div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;PaError <a class="code" href="portaudio_8h.html#abdb313743d6efef26cecdae787a2bd3d">Pa_IsFormatSupported</a>( <span class="keyword">const</span> <a class="code" href="structPaStreamParameters.html">PaStreamParameters</a> *inputParameters,</div><div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;                              <span class="keyword">const</span> <a class="code" href="structPaStreamParameters.html">PaStreamParameters</a> *outputParameters,</div><div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;                              <span class="keywordtype">double</span> sampleRate );</div><div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;</div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;<span class="comment">/* Streaming types and functions */</span></div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;</div><div class="line"><a name="l00635"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a19874734f89958fccf86785490d53b4c">  635</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="portaudio_8h.html#a19874734f89958fccf86785490d53b4c">PaStream</a>;</div><div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;</div><div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;</div><div class="line"><a name="l00642"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ac1e20b97c1858a59bc62823573c59f0b">  642</a></span>&#160;<span class="preprocessor">#define paFramesPerBufferUnspecified  (0)</span></div><div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;</div><div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;</div><div class="line"><a name="l00653"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a37c7ac3ace7d2dd1430f40ecdee4ebb6">  653</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="portaudio_8h.html#a37c7ac3ace7d2dd1430f40ecdee4ebb6">PaStreamFlags</a>;</div><div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;</div><div class="line"><a name="l00656"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ad33384abe3754a39f4773f2561773595">  656</a></span>&#160;<span class="preprocessor">#define   paNoFlag          ((PaStreamFlags) 0)</span></div><div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;</div><div class="line"><a name="l00661"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a837b8a81be3f7e36c96003e0d8dcec12">  661</a></span>&#160;<span class="preprocessor">#define   paClipOff         ((PaStreamFlags) 0x00000001)</span></div><div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;</div><div class="line"><a name="l00666"></a><span class="lineno"><a class="line" href="portaudio_8h.html#add037e93aec78fa8d67f7a59ed500707">  666</a></span>&#160;<span class="preprocessor">#define   paDitherOff       ((PaStreamFlags) 0x00000002)</span></div><div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;</div><div class="line"><a name="l00677"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ad89be5ed5279fc4c4a8495c775e1d5d5">  677</a></span>&#160;<span class="preprocessor">#define   paNeverDropInput  ((PaStreamFlags) 0x00000004)</span></div><div class="line"><a name="l00678"></a><span class="lineno">  678</span>&#160;</div><div class="line"><a name="l00685"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ad7b862a223edd680d7985c33c847e31d">  685</a></span>&#160;<span class="preprocessor">#define   paPrimeOutputBuffersUsingStreamCallback ((PaStreamFlags) 0x00000008)</span></div><div class="line"><a name="l00686"></a><span class="lineno">  686</span>&#160;</div><div class="line"><a name="l00690"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a8522957e1bf814b9782d3a0e314c8b51">  690</a></span>&#160;<span class="preprocessor">#define   paPlatformSpecificFlags ((PaStreamFlags)0xFFFF0000)</span></div><div class="line"><a name="l00691"></a><span class="lineno">  691</span>&#160;</div><div class="line"><a name="l00699"></a><span class="lineno"><a class="line" href="structPaStreamCallbackTimeInfo.html">  699</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structPaStreamCallbackTimeInfo.html">PaStreamCallbackTimeInfo</a>{</div><div class="line"><a name="l00700"></a><span class="lineno"><a class="line" href="structPaStreamCallbackTimeInfo.html#ad114a6d5e1cf2cdd75837c33c1c8bb4c">  700</a></span>&#160;    PaTime <a class="code" href="structPaStreamCallbackTimeInfo.html#ad114a6d5e1cf2cdd75837c33c1c8bb4c">inputBufferAdcTime</a>;  </div><div class="line"><a name="l00701"></a><span class="lineno"><a class="line" href="structPaStreamCallbackTimeInfo.html#af21eb5482cadb212dae38fdbbd9bebfb">  701</a></span>&#160;    PaTime <a class="code" href="structPaStreamCallbackTimeInfo.html#af21eb5482cadb212dae38fdbbd9bebfb">currentTime</a>;         </div><div class="line"><a name="l00702"></a><span class="lineno"><a class="line" href="structPaStreamCallbackTimeInfo.html#aa2052c42394fca748e83517fc8942609">  702</a></span>&#160;    PaTime <a class="code" href="structPaStreamCallbackTimeInfo.html#aa2052c42394fca748e83517fc8942609">outputBufferDacTime</a>; </div><div class="line"><a name="l00703"></a><span class="lineno">  703</span>&#160;} <a class="code" href="portaudio_8h.html#ac81b1065de3722c62eae395281451a73">PaStreamCallbackTimeInfo</a>;</div><div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;</div><div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;</div><div class="line"><a name="l00712"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a55a005924bcfa0424594f4f65cd4ae82">  712</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="portaudio_8h.html#a55a005924bcfa0424594f4f65cd4ae82">PaStreamCallbackFlags</a>;</div><div class="line"><a name="l00713"></a><span class="lineno">  713</span>&#160;</div><div class="line"><a name="l00721"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a57d1879f52406bdedfdda8f79f458e15">  721</a></span>&#160;<span class="preprocessor">#define paInputUnderflow   ((PaStreamCallbackFlags) 0x00000001)</span></div><div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;</div><div class="line"><a name="l00730"></a><span class="lineno"><a class="line" href="portaudio_8h.html#aea144f0edaf02d0ac8b113f41fb95c47">  730</a></span>&#160;<span class="preprocessor">#define paInputOverflow    ((PaStreamCallbackFlags) 0x00000002)</span></div><div class="line"><a name="l00731"></a><span class="lineno">  731</span>&#160;</div><div class="line"><a name="l00736"></a><span class="lineno"><a class="line" href="portaudio_8h.html#aa17c91c859b12ebbf53a1440def53c89">  736</a></span>&#160;<span class="preprocessor">#define paOutputUnderflow  ((PaStreamCallbackFlags) 0x00000004)</span></div><div class="line"><a name="l00737"></a><span class="lineno">  737</span>&#160;</div><div class="line"><a name="l00741"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ac22bb260d47b348bd3aab8813fd45462">  741</a></span>&#160;<span class="preprocessor">#define paOutputOverflow   ((PaStreamCallbackFlags) 0x00000008)</span></div><div class="line"><a name="l00742"></a><span class="lineno">  742</span>&#160;</div><div class="line"><a name="l00747"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ad6616980c2259866a39eb2b76fa4697d">  747</a></span>&#160;<span class="preprocessor">#define paPrimingOutput    ((PaStreamCallbackFlags) 0x00000010)</span></div><div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;</div><div class="line"><a name="l00753"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32">  753</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32">PaStreamCallbackResult</a></div><div class="line"><a name="l00754"></a><span class="lineno">  754</span>&#160;{</div><div class="line"><a name="l00755"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32acba49cbf0e3bf605bb3deecef3b4fce3">  755</a></span>&#160;    <a class="code" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32acba49cbf0e3bf605bb3deecef3b4fce3">paContinue</a>=0,   </div><div class="line"><a name="l00756"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32aa01800db52ead393d8b0016f63d76650">  756</a></span>&#160;    <a class="code" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32aa01800db52ead393d8b0016f63d76650">paComplete</a>=1,   </div><div class="line"><a name="l00757"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32acaf141eb5d71420ffb4474da1dbd8de2">  757</a></span>&#160;    <a class="code" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32acaf141eb5d71420ffb4474da1dbd8de2">paAbort</a>=2       </div><div class="line"><a name="l00758"></a><span class="lineno">  758</span>&#160;} <a class="code" href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32">PaStreamCallbackResult</a>;</div><div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;</div><div class="line"><a name="l00760"></a><span class="lineno">  760</span>&#160;</div><div class="line"><a name="l00830"></a><span class="lineno"><a class="line" href="portaudio_8h.html#a8a60fb2a5ec9cbade3f54a9c978e2710">  830</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="portaudio_8h.html#a8a60fb2a5ec9cbade3f54a9c978e2710">PaStreamCallback</a>(</div><div class="line"><a name="l00831"></a><span class="lineno">  831</span>&#160;    <span class="keyword">const</span> <span class="keywordtype">void</span> *input, <span class="keywordtype">void</span> *output,</div><div class="line"><a name="l00832"></a><span class="lineno">  832</span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> frameCount,</div><div class="line"><a name="l00833"></a><span class="lineno">  833</span>&#160;    <span class="keyword">const</span> <a class="code" href="structPaStreamCallbackTimeInfo.html">PaStreamCallbackTimeInfo</a>* timeInfo,</div><div class="line"><a name="l00834"></a><span class="lineno">  834</span>&#160;    PaStreamCallbackFlags statusFlags,</div><div class="line"><a name="l00835"></a><span class="lineno">  835</span>&#160;    <span class="keywordtype">void</span> *userData );</div><div class="line"><a name="l00836"></a><span class="lineno">  836</span>&#160;</div><div class="line"><a name="l00837"></a><span class="lineno">  837</span>&#160;</div><div class="line"><a name="l00892"></a><span class="lineno">  892</span>&#160;PaError <a class="code" href="portaudio_8h.html#a443ad16338191af364e3be988014cbbe">Pa_OpenStream</a>( PaStream** stream,</div><div class="line"><a name="l00893"></a><span class="lineno">  893</span>&#160;                       <span class="keyword">const</span> <a class="code" href="structPaStreamParameters.html">PaStreamParameters</a> *inputParameters,</div><div class="line"><a name="l00894"></a><span class="lineno">  894</span>&#160;                       <span class="keyword">const</span> <a class="code" href="structPaStreamParameters.html">PaStreamParameters</a> *outputParameters,</div><div class="line"><a name="l00895"></a><span class="lineno">  895</span>&#160;                       <span class="keywordtype">double</span> sampleRate,</div><div class="line"><a name="l00896"></a><span class="lineno">  896</span>&#160;                       <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> framesPerBuffer,</div><div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;                       PaStreamFlags streamFlags,</div><div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;                       <a class="code" href="portaudio_8h.html#a8a60fb2a5ec9cbade3f54a9c978e2710">PaStreamCallback</a> *streamCallback,</div><div class="line"><a name="l00899"></a><span class="lineno">  899</span>&#160;                       <span class="keywordtype">void</span> *userData );</div><div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;</div><div class="line"><a name="l00901"></a><span class="lineno">  901</span>&#160;</div><div class="line"><a name="l00932"></a><span class="lineno">  932</span>&#160;PaError <a class="code" href="portaudio_8h.html#a0a12735ac191200f696a43b87667b714">Pa_OpenDefaultStream</a>( PaStream** stream,</div><div class="line"><a name="l00933"></a><span class="lineno">  933</span>&#160;                              <span class="keywordtype">int</span> numInputChannels,</div><div class="line"><a name="l00934"></a><span class="lineno">  934</span>&#160;                              <span class="keywordtype">int</span> numOutputChannels,</div><div class="line"><a name="l00935"></a><span class="lineno">  935</span>&#160;                              PaSampleFormat sampleFormat,</div><div class="line"><a name="l00936"></a><span class="lineno">  936</span>&#160;                              <span class="keywordtype">double</span> sampleRate,</div><div class="line"><a name="l00937"></a><span class="lineno">  937</span>&#160;                              <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> framesPerBuffer,</div><div class="line"><a name="l00938"></a><span class="lineno">  938</span>&#160;                              <a class="code" href="portaudio_8h.html#a8a60fb2a5ec9cbade3f54a9c978e2710">PaStreamCallback</a> *streamCallback,</div><div class="line"><a name="l00939"></a><span class="lineno">  939</span>&#160;                              <span class="keywordtype">void</span> *userData );</div><div class="line"><a name="l00940"></a><span class="lineno">  940</span>&#160;</div><div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;</div><div class="line"><a name="l00945"></a><span class="lineno">  945</span>&#160;PaError <a class="code" href="portaudio_8h.html#a92f56f88cbd14da0e8e03077e835d104">Pa_CloseStream</a>( PaStream *stream );</div><div class="line"><a name="l00946"></a><span class="lineno">  946</span>&#160;</div><div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;</div><div class="line"><a name="l00962"></a><span class="lineno"><a class="line" href="portaudio_8h.html#ab2530ee0cb756c67726f9074d3482ef2">  962</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="portaudio_8h.html#ab2530ee0cb756c67726f9074d3482ef2">PaStreamFinishedCallback</a>( <span class="keywordtype">void</span> *userData );</div><div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;</div><div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;</div><div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;PaError <a class="code" href="portaudio_8h.html#aa11e7b06b2cde8621551f5d527965838">Pa_SetStreamFinishedCallback</a>( PaStream *stream, <a class="code" href="portaudio_8h.html#ab2530ee0cb756c67726f9074d3482ef2">PaStreamFinishedCallback</a>* streamFinishedCallback ); </div><div class="line"><a name="l00984"></a><span class="lineno">  984</span>&#160;</div><div class="line"><a name="l00985"></a><span class="lineno">  985</span>&#160;</div><div class="line"><a name="l00988"></a><span class="lineno">  988</span>&#160;PaError <a class="code" href="portaudio_8h.html#a7432aadd26c40452da12fa99fc1a047b">Pa_StartStream</a>( PaStream *stream );</div><div class="line"><a name="l00989"></a><span class="lineno">  989</span>&#160;</div><div class="line"><a name="l00990"></a><span class="lineno">  990</span>&#160;</div><div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;PaError <a class="code" href="portaudio_8h.html#af18dd60220251286c337631a855e38a0">Pa_StopStream</a>( PaStream *stream );</div><div class="line"><a name="l00995"></a><span class="lineno">  995</span>&#160;</div><div class="line"><a name="l00996"></a><span class="lineno">  996</span>&#160;</div><div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;PaError <a class="code" href="portaudio_8h.html#a138e57abde4e833c457b64895f638a25">Pa_AbortStream</a>( PaStream *stream );</div><div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;</div><div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160;</div><div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;PaError <a class="code" href="portaudio_8h.html#a52d778c985ae9d566de7e13529cc771f">Pa_IsStreamStopped</a>( PaStream *stream );</div><div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;</div><div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;</div><div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;PaError <a class="code" href="portaudio_8h.html#a1f8709c4971932643681a6f374c4bb5a">Pa_IsStreamActive</a>( PaStream *stream );</div><div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;</div><div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;</div><div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;</div><div class="line"><a name="l01039"></a><span class="lineno"><a class="line" href="structPaStreamInfo.html"> 1039</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structPaStreamInfo.html">PaStreamInfo</a></div><div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;{</div><div class="line"><a name="l01042"></a><span class="lineno"><a class="line" href="structPaStreamInfo.html#a5e053a3f0f6232a5d1ec0dee0f9a943b"> 1042</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structPaStreamInfo.html#a5e053a3f0f6232a5d1ec0dee0f9a943b">structVersion</a>;</div><div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;</div><div class="line"><a name="l01050"></a><span class="lineno"><a class="line" href="structPaStreamInfo.html#a1f5339e0fef75cea66d9153235698399"> 1050</a></span>&#160;    PaTime <a class="code" href="structPaStreamInfo.html#a1f5339e0fef75cea66d9153235698399">inputLatency</a>;</div><div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;</div><div class="line"><a name="l01058"></a><span class="lineno"><a class="line" href="structPaStreamInfo.html#a372a81f39d90a85ae62225e9f57a7840"> 1058</a></span>&#160;    PaTime <a class="code" href="structPaStreamInfo.html#a372a81f39d90a85ae62225e9f57a7840">outputLatency</a>;</div><div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;</div><div class="line"><a name="l01067"></a><span class="lineno"><a class="line" href="structPaStreamInfo.html#a9200fdee790d9155bc35d03be51ee2dd"> 1067</a></span>&#160;    <span class="keywordtype">double</span> <a class="code" href="structPaStreamInfo.html#a9200fdee790d9155bc35d03be51ee2dd">sampleRate</a>;</div><div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;    </div><div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;} <a class="code" href="portaudio_8h.html#a5efc2a97ba96a3e06849c1a857127acc">PaStreamInfo</a>;</div><div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;</div><div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160;</div><div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;<span class="keyword">const</span> <a class="code" href="structPaStreamInfo.html">PaStreamInfo</a>* <a class="code" href="portaudio_8h.html#a3d9c4cbda4e9f381b76f287c3de8a758">Pa_GetStreamInfo</a>( PaStream *stream );</div><div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;</div><div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;</div><div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;PaTime <a class="code" href="portaudio_8h.html#a2b3fb60e6949f37f7f134105ff425749">Pa_GetStreamTime</a>( PaStream *stream );</div><div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160;</div><div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;</div><div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;<span class="keywordtype">double</span> <a class="code" href="portaudio_8h.html#a83b8c624464dd7bb6a01b06ab596c115">Pa_GetStreamCpuLoad</a>( PaStream* stream );</div><div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160;</div><div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;</div><div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160;PaError <a class="code" href="portaudio_8h.html#a0b62d4b74b5d3d88368e9e4c0b8b2dc7">Pa_ReadStream</a>( PaStream* stream,</div><div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160;                       <span class="keywordtype">void</span> *buffer,</div><div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;                       <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> frames );</div><div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;</div><div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;</div><div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160;PaError <a class="code" href="portaudio_8h.html#a075a6efb503a728213bdae24347ed27d">Pa_WriteStream</a>( PaStream* stream,</div><div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">void</span> *buffer,</div><div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160;                        <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> frames );</div><div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160;</div><div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160;</div><div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;<span class="keywordtype">signed</span> <span class="keywordtype">long</span> <a class="code" href="portaudio_8h.html#ad04c33f045fa58d7b705b56b1fd3e816">Pa_GetStreamReadAvailable</a>( PaStream* stream );</div><div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160;</div><div class="line"><a name="l01188"></a><span class="lineno"> 1188</span>&#160;</div><div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160;<span class="keywordtype">signed</span> <span class="keywordtype">long</span> <a class="code" href="portaudio_8h.html#a25595acf48733ec32045aa189c3caa61">Pa_GetStreamWriteAvailable</a>( PaStream* stream );</div><div class="line"><a name="l01198"></a><span class="lineno"> 1198</span>&#160;</div><div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;</div><div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;<a class="code" href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a> <a class="code" href="portaudio_8h.html#a290c1596fb9c8bab22a28d3ca75ea321">Pa_GetStreamHostApiType</a>( PaStream* stream );</div><div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>&#160;</div><div class="line"><a name="l01208"></a><span class="lineno"> 1208</span>&#160;</div><div class="line"><a name="l01209"></a><span class="lineno"> 1209</span>&#160;<span class="comment">/* Miscellaneous utilities */</span></div><div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160;</div><div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;</div><div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160;PaError <a class="code" href="portaudio_8h.html#a541ed0b734df2631bc4c229acf92abc1">Pa_GetSampleSize</a>( PaSampleFormat format );</div><div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160;</div><div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160;</div><div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160;<span class="keywordtype">void</span> <a class="code" href="portaudio_8h.html#a1b3c20044c9401c42add29475636e83d">Pa_Sleep</a>( <span class="keywordtype">long</span> msec );</div><div class="line"><a name="l01228"></a><span class="lineno"> 1228</span>&#160;</div><div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160;</div><div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160;</div><div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160;}</div><div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div><div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* PORTAUDIO_H */</span><span class="preprocessor"></span></div><div class="ttc" id="portaudio_8h_html_abed859482d156622d9332dff9b2d89da"><div class="ttname"><a href="portaudio_8h.html#abed859482d156622d9332dff9b2d89da">Pa_Initialize</a></div><div class="ttdeci">PaError Pa_Initialize(void)</div></div>
<div class="ttc" id="portaudio_8h_html_ad74adc9406a64c3fb13c228c3381a121"><div class="ttname"><a href="portaudio_8h.html#ad74adc9406a64c3fb13c228c3381a121">Pa_GetVersionInfo</a></div><div class="ttdeci">const PaVersionInfo * Pa_GetVersionInfo()</div></div>
<div class="ttc" id="portaudio_8h_html_a84166d5f748e192341b71cf1b05d28b3"><div class="ttname"><a href="portaudio_8h.html#a84166d5f748e192341b71cf1b05d28b3">PaDeviceInfo</a></div><div class="ttdeci">struct PaDeviceInfo PaDeviceInfo</div></div>
<div class="ttc" id="structPaHostApiInfo_html_a1f3a8c465488e7af8024237256d80c14"><div class="ttname"><a href="structPaHostApiInfo.html#a1f3a8c465488e7af8024237256d80c14">PaHostApiInfo::structVersion</a></div><div class="ttdeci">int structVersion</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00299">portaudio.h:299</a></div></div>
<div class="ttc" id="structPaDeviceInfo_html_a4214826038fcaf374beb9816024e6c9f"><div class="ttname"><a href="structPaDeviceInfo.html#a4214826038fcaf374beb9816024e6c9f">PaDeviceInfo::defaultHighInputLatency</a></div><div class="ttdeci">PaTime defaultHighInputLatency</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00513">portaudio.h:513</a></div></div>
<div class="ttc" id="portaudio_8h_html_aeef6da084c57c70aa94be97411e19930"><div class="ttname"><a href="portaudio_8h.html#aeef6da084c57c70aa94be97411e19930">PaHostApiIndex</a></div><div class="ttdeci">int PaHostApiIndex</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00238">portaudio.h:238</a></div></div>
<div class="ttc" id="portaudio_8h_html_abf9f2f82da95553d5adb929af670f74b"><div class="ttname"><a href="portaudio_8h.html#abf9f2f82da95553d5adb929af670f74b">Pa_GetDefaultInputDevice</a></div><div class="ttdeci">PaDeviceIndex Pa_GetDefaultInputDevice(void)</div></div>
<div class="ttc" id="portaudio_8h_html_acfe4d3c5ec1a343f459981bfa2057f8d"><div class="ttname"><a href="portaudio_8h.html#acfe4d3c5ec1a343f459981bfa2057f8d">Pa_GetDeviceCount</a></div><div class="ttdeci">PaDeviceIndex Pa_GetDeviceCount(void)</div></div>
<div class="ttc" id="portaudio_8h_html_a290c1596fb9c8bab22a28d3ca75ea321"><div class="ttname"><a href="portaudio_8h.html#a290c1596fb9c8bab22a28d3ca75ea321">Pa_GetStreamHostApiType</a></div><div class="ttdeci">PaHostApiTypeId Pa_GetStreamHostApiType(PaStream *stream)</div></div>
<div class="ttc" id="structPaHostApiInfo_html_a5424bfcdf9f73b17cddc89e827a45d3f"><div class="ttname"><a href="structPaHostApiInfo.html#a5424bfcdf9f73b17cddc89e827a45d3f">PaHostApiInfo::type</a></div><div class="ttdeci">PaHostApiTypeId type</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00301">portaudio.h:301</a></div></div>
<div class="ttc" id="portaudio_8h_html_a5efc2a97ba96a3e06849c1a857127acc"><div class="ttname"><a href="portaudio_8h.html#a5efc2a97ba96a3e06849c1a857127acc">PaStreamInfo</a></div><div class="ttdeci">struct PaStreamInfo PaStreamInfo</div></div>
<div class="ttc" id="portaudio_8h_html_af18dd60220251286c337631a855e38a0"><div class="ttname"><a href="portaudio_8h.html#af18dd60220251286c337631a855e38a0">Pa_StopStream</a></div><div class="ttdeci">PaError Pa_StopStream(PaStream *stream)</div></div>
<div class="ttc" id="portaudio_8h_html_aae5f7523aa88f6e1ab05230103bd3560"><div class="ttname"><a href="portaudio_8h.html#aae5f7523aa88f6e1ab05230103bd3560">PaHostErrorInfo</a></div><div class="ttdeci">struct PaHostErrorInfo PaHostErrorInfo</div></div>
<div class="ttc" id="portaudio_8h_html_a19874734f89958fccf86785490d53b4c"><div class="ttname"><a href="portaudio_8h.html#a19874734f89958fccf86785490d53b4c">PaStream</a></div><div class="ttdeci">void PaStream</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00635">portaudio.h:635</a></div></div>
<div class="ttc" id="structPaStreamInfo_html"><div class="ttname"><a href="structPaStreamInfo.html">PaStreamInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l01039">portaudio.h:1039</a></div></div>
<div class="ttc" id="portaudio_8h_html_a3d9c4cbda4e9f381b76f287c3de8a758"><div class="ttname"><a href="portaudio_8h.html#a3d9c4cbda4e9f381b76f287c3de8a758">Pa_GetStreamInfo</a></div><div class="ttdeci">const PaStreamInfo * Pa_GetStreamInfo(PaStream *stream)</div></div>
<div class="ttc" id="structPaDeviceInfo_html"><div class="ttname"><a href="structPaDeviceInfo.html">PaDeviceInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00500">portaudio.h:500</a></div></div>
<div class="ttc" id="structPaHostErrorInfo_html_a2ab15f358cd7f0a5e8f3d54e161a2fec"><div class="ttname"><a href="structPaHostErrorInfo.html#a2ab15f358cd7f0a5e8f3d54e161a2fec">PaHostErrorInfo::errorCode</a></div><div class="ttdeci">long errorCode</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00391">portaudio.h:391</a></div></div>
<div class="ttc" id="portaudio_8h_html_ae9bfb9c4e1895326f30f80d415c66c32acba49cbf0e3bf605bb3deecef3b4fce3"><div class="ttname"><a href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32acba49cbf0e3bf605bb3deecef3b4fce3">paContinue</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00755">portaudio.h:755</a></div></div>
<div class="ttc" id="portaudio_8h_html_a541ed0b734df2631bc4c229acf92abc1"><div class="ttname"><a href="portaudio_8h.html#a541ed0b734df2631bc4c229acf92abc1">Pa_GetSampleSize</a></div><div class="ttdeci">PaError Pa_GetSampleSize(PaSampleFormat format)</div></div>
<div class="ttc" id="portaudio_8h_html_a443ad16338191af364e3be988014cbbe"><div class="ttname"><a href="portaudio_8h.html#a443ad16338191af364e3be988014cbbe">Pa_OpenStream</a></div><div class="ttdeci">PaError Pa_OpenStream(PaStream **stream, const PaStreamParameters *inputParameters, const PaStreamParameters *outputParameters, double sampleRate, unsigned long framesPerBuffer, PaStreamFlags streamFlags, PaStreamCallback *streamCallback, void *userData)</div></div>
<div class="ttc" id="structPaStreamInfo_html_a9200fdee790d9155bc35d03be51ee2dd"><div class="ttname"><a href="structPaStreamInfo.html#a9200fdee790d9155bc35d03be51ee2dd">PaStreamInfo::sampleRate</a></div><div class="ttdeci">double sampleRate</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l01067">portaudio.h:1067</a></div></div>
<div class="ttc" id="portaudio_8h_html_ae55c77f9b7e3f8eb301a6f1c0e2347ac"><div class="ttname"><a href="portaudio_8h.html#ae55c77f9b7e3f8eb301a6f1c0e2347ac">Pa_GetDefaultHostApi</a></div><div class="ttdeci">PaHostApiIndex Pa_GetDefaultHostApi(void)</div></div>
<div class="ttc" id="structPaHostApiInfo_html_a78afe5d557543c82cd9773229e25a8ec"><div class="ttname"><a href="structPaHostApiInfo.html#a78afe5d557543c82cd9773229e25a8ec">PaHostApiInfo::name</a></div><div class="ttdeci">const char * name</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00303">portaudio.h:303</a></div></div>
<div class="ttc" id="portaudio_8h_html_a8a60fb2a5ec9cbade3f54a9c978e2710"><div class="ttname"><a href="portaudio_8h.html#a8a60fb2a5ec9cbade3f54a9c978e2710">PaStreamCallback</a></div><div class="ttdeci">int PaStreamCallback(const void *input, void *output, unsigned long frameCount, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, void *userData)</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00830">portaudio.h:830</a></div></div>
<div class="ttc" id="structPaHostApiInfo_html"><div class="ttname"><a href="structPaHostApiInfo.html">PaHostApiInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00296">portaudio.h:296</a></div></div>
<div class="ttc" id="structPaVersionInfo_html"><div class="ttname"><a href="structPaVersionInfo.html">PaVersionInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00090">portaudio.h:90</a></div></div>
<div class="ttc" id="portaudio_8h_html_aad573f208b60577f21d2777a7c5054e0"><div class="ttname"><a href="portaudio_8h.html#aad573f208b60577f21d2777a7c5054e0">Pa_GetLastHostErrorInfo</a></div><div class="ttdeci">const PaHostErrorInfo * Pa_GetLastHostErrorInfo(void)</div></div>
<div class="ttc" id="portaudio_8h_html_abdb313743d6efef26cecdae787a2bd3d"><div class="ttname"><a href="portaudio_8h.html#abdb313743d6efef26cecdae787a2bd3d">Pa_IsFormatSupported</a></div><div class="ttdeci">PaError Pa_IsFormatSupported(const PaStreamParameters *inputParameters, const PaStreamParameters *outputParameters, double sampleRate)</div></div>
<div class="ttc" id="portaudio_8h_html_ab2530ee0cb756c67726f9074d3482ef2"><div class="ttname"><a href="portaudio_8h.html#ab2530ee0cb756c67726f9074d3482ef2">PaStreamFinishedCallback</a></div><div class="ttdeci">void PaStreamFinishedCallback(void *userData)</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00962">portaudio.h:962</a></div></div>
<div class="ttc" id="portaudio_8h_html_ad79317e65bde63d76c4b8e711ac5a361"><div class="ttname"><a href="portaudio_8h.html#ad79317e65bde63d76c4b8e711ac5a361">PaDeviceIndex</a></div><div class="ttdeci">int PaDeviceIndex</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00212">portaudio.h:212</a></div></div>
<div class="ttc" id="portaudio_8h_html_aa11e7b06b2cde8621551f5d527965838"><div class="ttname"><a href="portaudio_8h.html#aa11e7b06b2cde8621551f5d527965838">Pa_SetStreamFinishedCallback</a></div><div class="ttdeci">PaError Pa_SetStreamFinishedCallback(PaStream *stream, PaStreamFinishedCallback *streamFinishedCallback)</div></div>
<div class="ttc" id="structPaDeviceInfo_html_aad6629064b8c7cf043d237ea0a5cc534"><div class="ttname"><a href="structPaDeviceInfo.html#aad6629064b8c7cf043d237ea0a5cc534">PaDeviceInfo::defaultLowInputLatency</a></div><div class="ttdeci">PaTime defaultLowInputLatency</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00510">portaudio.h:510</a></div></div>
<div class="ttc" id="portaudio_8h_html_a7432aadd26c40452da12fa99fc1a047b"><div class="ttname"><a href="portaudio_8h.html#a7432aadd26c40452da12fa99fc1a047b">Pa_StartStream</a></div><div class="ttdeci">PaError Pa_StartStream(PaStream *stream)</div></div>
<div class="ttc" id="structPaStreamParameters_html_aff01b9fa0710ad1654471e97665c06a9"><div class="ttname"><a href="structPaStreamParameters.html#aff01b9fa0710ad1654471e97665c06a9">PaStreamParameters::hostApiSpecificStreamInfo</a></div><div class="ttdeci">void * hostApiSpecificStreamInfo</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00579">portaudio.h:579</a></div></div>
<div class="ttc" id="portaudio_8h_html_a59bc8800f4c058add2e9a4de6f263352"><div class="ttname"><a href="portaudio_8h.html#a59bc8800f4c058add2e9a4de6f263352">PaHostApiInfo</a></div><div class="ttdeci">struct PaHostApiInfo PaHostApiInfo</div></div>
<div class="ttc" id="structPaVersionInfo_html_a4f8c2b786c9d5013e978e1218ad9ab22"><div class="ttname"><a href="structPaVersionInfo.html#a4f8c2b786c9d5013e978e1218ad9ab22">PaVersionInfo::versionControlRevision</a></div><div class="ttdeci">const char * versionControlRevision</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00099">portaudio.h:99</a></div></div>
<div class="ttc" id="structPaHostApiInfo_html_a85a62057c3479d3efaa477d8562cf21d"><div class="ttname"><a href="structPaHostApiInfo.html#a85a62057c3479d3efaa477d8562cf21d">PaHostApiInfo::defaultInputDevice</a></div><div class="ttdeci">PaDeviceIndex defaultInputDevice</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00316">portaudio.h:316</a></div></div>
<div class="ttc" id="structPaHostApiInfo_html_a44e3adfaba0117a6780e2493468c96b1"><div class="ttname"><a href="structPaHostApiInfo.html#a44e3adfaba0117a6780e2493468c96b1">PaHostApiInfo::deviceCount</a></div><div class="ttdeci">int deviceCount</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00310">portaudio.h:310</a></div></div>
<div class="ttc" id="portaudio_8h_html_ae9bfb9c4e1895326f30f80d415c66c32acaf141eb5d71420ffb4474da1dbd8de2"><div class="ttname"><a href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32acaf141eb5d71420ffb4474da1dbd8de2">paAbort</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00757">portaudio.h:757</a></div></div>
<div class="ttc" id="portaudio_8h_html_a54f306b5e5258323c95a27c5722258cd"><div class="ttname"><a href="portaudio_8h.html#a54f306b5e5258323c95a27c5722258cd">Pa_HostApiDeviceIndexToDeviceIndex</a></div><div class="ttdeci">PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex(PaHostApiIndex hostApi, int hostApiDeviceIndex)</div></div>
<div class="ttc" id="portaudio_8h_html_a52d778c985ae9d566de7e13529cc771f"><div class="ttname"><a href="portaudio_8h.html#a52d778c985ae9d566de7e13529cc771f">Pa_IsStreamStopped</a></div><div class="ttdeci">PaError Pa_IsStreamStopped(PaStream *stream)</div></div>
<div class="ttc" id="structPaStreamInfo_html_a1f5339e0fef75cea66d9153235698399"><div class="ttname"><a href="structPaStreamInfo.html#a1f5339e0fef75cea66d9153235698399">PaStreamInfo::inputLatency</a></div><div class="ttdeci">PaTime inputLatency</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l01050">portaudio.h:1050</a></div></div>
<div class="ttc" id="structPaStreamParameters_html_ad8d2d3063757b812f9e5f8709f41052b"><div class="ttname"><a href="structPaStreamParameters.html#ad8d2d3063757b812f9e5f8709f41052b">PaStreamParameters::sampleFormat</a></div><div class="ttdeci">PaSampleFormat sampleFormat</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00559">portaudio.h:559</a></div></div>
<div class="ttc" id="structPaVersionInfo_html_ab876696c6563c35fdcb8c18f77ff12f5"><div class="ttname"><a href="structPaVersionInfo.html#ab876696c6563c35fdcb8c18f77ff12f5">PaVersionInfo::versionText</a></div><div class="ttdeci">const char * versionText</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00101">portaudio.h:101</a></div></div>
<div class="ttc" id="structPaHostErrorInfo_html_aa40a7ed0c73b85b39563d80f7877876c"><div class="ttname"><a href="structPaHostErrorInfo.html#aa40a7ed0c73b85b39563d80f7877876c">PaHostErrorInfo::errorText</a></div><div class="ttdeci">const char * errorText</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00392">portaudio.h:392</a></div></div>
<div class="ttc" id="portaudio_8h_html_a37c7ac3ace7d2dd1430f40ecdee4ebb6"><div class="ttname"><a href="portaudio_8h.html#a37c7ac3ace7d2dd1430f40ecdee4ebb6">PaStreamFlags</a></div><div class="ttdeci">unsigned long PaStreamFlags</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00653">portaudio.h:653</a></div></div>
<div class="ttc" id="portaudio_8h_html_a4949e4a8ef9f9dbe8cbee414ce69841d"><div class="ttname"><a href="portaudio_8h.html#a4949e4a8ef9f9dbe8cbee414ce69841d">PaError</a></div><div class="ttdeci">int PaError</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00121">portaudio.h:121</a></div></div>
<div class="ttc" id="portaudio_8h_html_a1f8709c4971932643681a6f374c4bb5a"><div class="ttname"><a href="portaudio_8h.html#a1f8709c4971932643681a6f374c4bb5a">Pa_IsStreamActive</a></div><div class="ttdeci">PaError Pa_IsStreamActive(PaStream *stream)</div></div>
<div class="ttc" id="portaudio_8h_html_a8eaebe3d39c5ea45598da8f86dc2e5ae"><div class="ttname"><a href="portaudio_8h.html#a8eaebe3d39c5ea45598da8f86dc2e5ae">PaHostApiTypeId</a></div><div class="ttdeci">PaHostApiTypeId</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00275">portaudio.h:275</a></div></div>
<div class="ttc" id="structPaStreamParameters_html_aa1e80ac0551162fd091db8936ccbe9a0"><div class="ttname"><a href="structPaStreamParameters.html#aa1e80ac0551162fd091db8936ccbe9a0">PaStreamParameters::suggestedLatency</a></div><div class="ttdeci">PaTime suggestedLatency</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00572">portaudio.h:572</a></div></div>
<div class="ttc" id="portaudio_8h_html_afe94d0dac83fa52b7ae7aaec5b34654f"><div class="ttname"><a href="portaudio_8h.html#afe94d0dac83fa52b7ae7aaec5b34654f">PaVersionInfo</a></div><div class="ttdeci">struct PaVersionInfo PaVersionInfo</div></div>
<div class="ttc" id="portaudio_8h_html_a66da08bcf908e0849c62a6b47f50d7b4"><div class="ttname"><a href="portaudio_8h.html#a66da08bcf908e0849c62a6b47f50d7b4">Pa_GetVersion</a></div><div class="ttdeci">int Pa_GetVersion(void)</div></div>
<div class="ttc" id="structPaStreamParameters_html"><div class="ttname"><a href="structPaStreamParameters.html">PaStreamParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00538">portaudio.h:538</a></div></div>
<div class="ttc" id="portaudio_8h_html_a55a005924bcfa0424594f4f65cd4ae82"><div class="ttname"><a href="portaudio_8h.html#a55a005924bcfa0424594f4f65cd4ae82">PaStreamCallbackFlags</a></div><div class="ttdeci">unsigned long PaStreamCallbackFlags</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00712">portaudio.h:712</a></div></div>
<div class="ttc" id="portaudio_8h_html_a2b3fb60e6949f37f7f134105ff425749"><div class="ttname"><a href="portaudio_8h.html#a2b3fb60e6949f37f7f134105ff425749">Pa_GetStreamTime</a></div><div class="ttdeci">PaTime Pa_GetStreamTime(PaStream *stream)</div></div>
<div class="ttc" id="portaudio_8h_html_aaedb633e6f41d592bf999c18bdb8bb12"><div class="ttname"><a href="portaudio_8h.html#aaedb633e6f41d592bf999c18bdb8bb12">PaStreamParameters</a></div><div class="ttdeci">struct PaStreamParameters PaStreamParameters</div></div>
<div class="ttc" id="portaudio_8h_html_a0a12735ac191200f696a43b87667b714"><div class="ttname"><a href="portaudio_8h.html#a0a12735ac191200f696a43b87667b714">Pa_OpenDefaultStream</a></div><div class="ttdeci">PaError Pa_OpenDefaultStream(PaStream **stream, int numInputChannels, int numOutputChannels, PaSampleFormat sampleFormat, double sampleRate, unsigned long framesPerBuffer, PaStreamCallback *streamCallback, void *userData)</div></div>
<div class="ttc" id="structPaHostApiInfo_html_a62632690b5f7906d3c9bfdab91e7f4b2"><div class="ttname"><a href="structPaHostApiInfo.html#a62632690b5f7906d3c9bfdab91e7f4b2">PaHostApiInfo::defaultOutputDevice</a></div><div class="ttdeci">PaDeviceIndex defaultOutputDevice</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00322">portaudio.h:322</a></div></div>
<div class="ttc" id="structPaStreamInfo_html_a5e053a3f0f6232a5d1ec0dee0f9a943b"><div class="ttname"><a href="structPaStreamInfo.html#a5e053a3f0f6232a5d1ec0dee0f9a943b">PaStreamInfo::structVersion</a></div><div class="ttdeci">int structVersion</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l01042">portaudio.h:1042</a></div></div>
<div class="ttc" id="portaudio_8h_html_a138e57abde4e833c457b64895f638a25"><div class="ttname"><a href="portaudio_8h.html#a138e57abde4e833c457b64895f638a25">Pa_AbortStream</a></div><div class="ttdeci">PaError Pa_AbortStream(PaStream *stream)</div></div>
<div class="ttc" id="structPaHostErrorInfo_html"><div class="ttname"><a href="structPaHostErrorInfo.html">PaHostErrorInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00389">portaudio.h:389</a></div></div>
<div class="ttc" id="portaudio_8h_html_a7c650aede88ea553066bab9bbe97ea90"><div class="ttname"><a href="portaudio_8h.html#a7c650aede88ea553066bab9bbe97ea90">Pa_GetHostApiInfo</a></div><div class="ttdeci">const PaHostApiInfo * Pa_GetHostApiInfo(PaHostApiIndex hostApi)</div></div>
<div class="ttc" id="portaudio_8h_html_a4582d93c2c2e60e12be3d74c5fe00b96"><div class="ttname"><a href="portaudio_8h.html#a4582d93c2c2e60e12be3d74c5fe00b96">PaSampleFormat</a></div><div class="ttdeci">unsigned long PaSampleFormat</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00484">portaudio.h:484</a></div></div>
<div class="ttc" id="structPaDeviceInfo_html_afe741e4d185069577f7e74b78fdef5a4"><div class="ttname"><a href="structPaDeviceInfo.html#afe741e4d185069577f7e74b78fdef5a4">PaDeviceInfo::hostApi</a></div><div class="ttdeci">PaHostApiIndex hostApi</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00504">portaudio.h:504</a></div></div>
<div class="ttc" id="portaudio_8h_html_ad04c33f045fa58d7b705b56b1fd3e816"><div class="ttname"><a href="portaudio_8h.html#ad04c33f045fa58d7b705b56b1fd3e816">Pa_GetStreamReadAvailable</a></div><div class="ttdeci">signed long Pa_GetStreamReadAvailable(PaStream *stream)</div></div>
<div class="ttc" id="structPaStreamCallbackTimeInfo_html_ad114a6d5e1cf2cdd75837c33c1c8bb4c"><div class="ttname"><a href="structPaStreamCallbackTimeInfo.html#ad114a6d5e1cf2cdd75837c33c1c8bb4c">PaStreamCallbackTimeInfo::inputBufferAdcTime</a></div><div class="ttdeci">PaTime inputBufferAdcTime</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00700">portaudio.h:700</a></div></div>
<div class="ttc" id="portaudio_8h_html_ae9bfb9c4e1895326f30f80d415c66c32aa01800db52ead393d8b0016f63d76650"><div class="ttname"><a href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32aa01800db52ead393d8b0016f63d76650">paComplete</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00756">portaudio.h:756</a></div></div>
<div class="ttc" id="portaudio_8h_html_a19dbdb7c8702e3f4bfc0cdb99dac3dd9"><div class="ttname"><a href="portaudio_8h.html#a19dbdb7c8702e3f4bfc0cdb99dac3dd9">Pa_GetHostApiCount</a></div><div class="ttdeci">PaHostApiIndex Pa_GetHostApiCount(void)</div></div>
<div class="ttc" id="portaudio_8h_html_ac7d8e091ffc1d1d4a035704660e117eb"><div class="ttname"><a href="portaudio_8h.html#ac7d8e091ffc1d1d4a035704660e117eb">Pa_GetDeviceInfo</a></div><div class="ttdeci">const PaDeviceInfo * Pa_GetDeviceInfo(PaDeviceIndex device)</div></div>
<div class="ttc" id="portaudio_8h_html_adc955dfab007624000695c48d4f876dc"><div class="ttname"><a href="portaudio_8h.html#adc955dfab007624000695c48d4f876dc">Pa_GetDefaultOutputDevice</a></div><div class="ttdeci">PaDeviceIndex Pa_GetDefaultOutputDevice(void)</div></div>
<div class="ttc" id="portaudio_8h_html_ae9bfb9c4e1895326f30f80d415c66c32"><div class="ttname"><a href="portaudio_8h.html#ae9bfb9c4e1895326f30f80d415c66c32">PaStreamCallbackResult</a></div><div class="ttdeci">PaStreamCallbackResult</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00753">portaudio.h:753</a></div></div>
<div class="ttc" id="structPaStreamParameters_html_aebaf648b4d11dd1252a747b76b8da084"><div class="ttname"><a href="structPaStreamParameters.html#aebaf648b4d11dd1252a747b76b8da084">PaStreamParameters::device</a></div><div class="ttdeci">PaDeviceIndex device</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00546">portaudio.h:546</a></div></div>
<div class="ttc" id="portaudio_8h_html_ac81b1065de3722c62eae395281451a73"><div class="ttname"><a href="portaudio_8h.html#ac81b1065de3722c62eae395281451a73">PaStreamCallbackTimeInfo</a></div><div class="ttdeci">struct PaStreamCallbackTimeInfo PaStreamCallbackTimeInfo</div></div>
<div class="ttc" id="portaudio_8h_html_a1b3c20044c9401c42add29475636e83d"><div class="ttname"><a href="portaudio_8h.html#a1b3c20044c9401c42add29475636e83d">Pa_Sleep</a></div><div class="ttdeci">void Pa_Sleep(long msec)</div></div>
<div class="ttc" id="portaudio_8h_html_a0b62d4b74b5d3d88368e9e4c0b8b2dc7"><div class="ttname"><a href="portaudio_8h.html#a0b62d4b74b5d3d88368e9e4c0b8b2dc7">Pa_ReadStream</a></div><div class="ttdeci">PaError Pa_ReadStream(PaStream *stream, void *buffer, unsigned long frames)</div></div>
<div class="ttc" id="structPaHostErrorInfo_html_aeadfc0e22fee75e94541876d6d7a91f7"><div class="ttname"><a href="structPaHostErrorInfo.html#aeadfc0e22fee75e94541876d6d7a91f7">PaHostErrorInfo::hostApiType</a></div><div class="ttdeci">PaHostApiTypeId hostApiType</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00390">portaudio.h:390</a></div></div>
<div class="ttc" id="structPaStreamInfo_html_a372a81f39d90a85ae62225e9f57a7840"><div class="ttname"><a href="structPaStreamInfo.html#a372a81f39d90a85ae62225e9f57a7840">PaStreamInfo::outputLatency</a></div><div class="ttdeci">PaTime outputLatency</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l01058">portaudio.h:1058</a></div></div>
<div class="ttc" id="portaudio_8h_html_a075a6efb503a728213bdae24347ed27d"><div class="ttname"><a href="portaudio_8h.html#a075a6efb503a728213bdae24347ed27d">Pa_WriteStream</a></div><div class="ttdeci">PaError Pa_WriteStream(PaStream *stream, const void *buffer, unsigned long frames)</div></div>
<div class="ttc" id="portaudio_8h_html_af17a7e6d0471a23071acf8dbd7bbe4bd"><div class="ttname"><a href="portaudio_8h.html#af17a7e6d0471a23071acf8dbd7bbe4bd">PaTime</a></div><div class="ttdeci">double PaTime</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00460">portaudio.h:460</a></div></div>
<div class="ttc" id="structPaStreamCallbackTimeInfo_html_aa2052c42394fca748e83517fc8942609"><div class="ttname"><a href="structPaStreamCallbackTimeInfo.html#aa2052c42394fca748e83517fc8942609">PaStreamCallbackTimeInfo::outputBufferDacTime</a></div><div class="ttdeci">PaTime outputBufferDacTime</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00702">portaudio.h:702</a></div></div>
<div class="ttc" id="portaudio_8h_html_ae606855a611cf29c7d2d7421df5e3b5d"><div class="ttname"><a href="portaudio_8h.html#ae606855a611cf29c7d2d7421df5e3b5d">Pa_GetErrorText</a></div><div class="ttdeci">const char * Pa_GetErrorText(PaError errorCode)</div></div>
<div class="ttc" id="structPaStreamParameters_html_a861ff361da71fc2572dd356c9c9878ca"><div class="ttname"><a href="structPaStreamParameters.html#a861ff361da71fc2572dd356c9c9878ca">PaStreamParameters::channelCount</a></div><div class="ttdeci">int channelCount</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00553">portaudio.h:553</a></div></div>
<div class="ttc" id="portaudio_8h_html_a081c3975126d20b4226facfb7ba0620f"><div class="ttname"><a href="portaudio_8h.html#a081c3975126d20b4226facfb7ba0620f">Pa_HostApiTypeIdToHostApiIndex</a></div><div class="ttdeci">PaHostApiIndex Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)</div></div>
<div class="ttc" id="portaudio_8h_html_a25595acf48733ec32045aa189c3caa61"><div class="ttname"><a href="portaudio_8h.html#a25595acf48733ec32045aa189c3caa61">Pa_GetStreamWriteAvailable</a></div><div class="ttdeci">signed long Pa_GetStreamWriteAvailable(PaStream *stream)</div></div>
<div class="ttc" id="structPaStreamCallbackTimeInfo_html_af21eb5482cadb212dae38fdbbd9bebfb"><div class="ttname"><a href="structPaStreamCallbackTimeInfo.html#af21eb5482cadb212dae38fdbbd9bebfb">PaStreamCallbackTimeInfo::currentTime</a></div><div class="ttdeci">PaTime currentTime</div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00701">portaudio.h:701</a></div></div>
<div class="ttc" id="portaudio_8h_html_a92f56f88cbd14da0e8e03077e835d104"><div class="ttname"><a href="portaudio_8h.html#a92f56f88cbd14da0e8e03077e835d104">Pa_CloseStream</a></div><div class="ttdeci">PaError Pa_CloseStream(PaStream *stream)</div></div>
<div class="ttc" id="portaudio_8h_html_a0db317604e916e8bd6098e60e6237221"><div class="ttname"><a href="portaudio_8h.html#a0db317604e916e8bd6098e60e6237221">Pa_Terminate</a></div><div class="ttdeci">PaError Pa_Terminate(void)</div></div>
<div class="ttc" id="portaudio_8h_html_a28f3fd9e6d9f933cc695abea71c4b445"><div class="ttname"><a href="portaudio_8h.html#a28f3fd9e6d9f933cc695abea71c4b445">Pa_GetVersionText</a></div><div class="ttdeci">const char * Pa_GetVersionText(void)</div></div>
<div class="ttc" id="structPaStreamCallbackTimeInfo_html"><div class="ttname"><a href="structPaStreamCallbackTimeInfo.html">PaStreamCallbackTimeInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="portaudio_8h_source.html#l00699">portaudio.h:699</a></div></div>
<div class="ttc" id="portaudio_8h_html_a83b8c624464dd7bb6a01b06ab596c115"><div class="ttname"><a href="portaudio_8h.html#a83b8c624464dd7bb6a01b06ab596c115">Pa_GetStreamCpuLoad</a></div><div class="ttdeci">double Pa_GetStreamCpuLoad(PaStream *stream)</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>