This file is indexed.

/usr/share/doc/libjuce/apiref/classMixerAudioSource.html is in libjuce-doc 4.3.0~repack-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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!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>JUCE: MixerAudioSource Class Reference</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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.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">JUCE
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classMixerAudioSource-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">MixerAudioSource Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>An <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> that mixes together the output of a set of other AudioSources.  
 <a href="classMixerAudioSource.html#details">More...</a></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for MixerAudioSource:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="classMixerAudioSource.png" usemap="#MixerAudioSource_map" alt=""/>
  <map id="MixerAudioSource_map" name="MixerAudioSource_map">
<area href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. " alt="AudioSource" shape="rect" coords="0,0,118,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aaca222da99166a5eaf439bdfd338dfca"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#aaca222da99166a5eaf439bdfd338dfca">MixerAudioSource</a> ()</td></tr>
<tr class="memdesc:aaca222da99166a5eaf439bdfd338dfca"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <a class="el" href="classMixerAudioSource.html" title="An AudioSource that mixes together the output of a set of other AudioSources. ">MixerAudioSource</a>.  <a href="#aaca222da99166a5eaf439bdfd338dfca">More...</a><br /></td></tr>
<tr class="separator:aaca222da99166a5eaf439bdfd338dfca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acecfacbc1ce17d659e96ae4c39ac6f07"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#acecfacbc1ce17d659e96ae4c39ac6f07">~MixerAudioSource</a> ()</td></tr>
<tr class="memdesc:acecfacbc1ce17d659e96ae4c39ac6f07"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#acecfacbc1ce17d659e96ae4c39ac6f07">More...</a><br /></td></tr>
<tr class="separator:acecfacbc1ce17d659e96ae4c39ac6f07"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2f5ccbafaf3e746b1a219b750ddac7f2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#a2f5ccbafaf3e746b1a219b750ddac7f2">addInputSource</a> (<a class="el" href="classAudioSource.html">AudioSource</a> *newInput, bool deleteWhenRemoved)</td></tr>
<tr class="memdesc:a2f5ccbafaf3e746b1a219b750ddac7f2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds an input source to the mixer.  <a href="#a2f5ccbafaf3e746b1a219b750ddac7f2">More...</a><br /></td></tr>
<tr class="separator:a2f5ccbafaf3e746b1a219b750ddac7f2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abab39cc908793dc78dc7af23d1c516b2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#abab39cc908793dc78dc7af23d1c516b2">removeInputSource</a> (<a class="el" href="classAudioSource.html">AudioSource</a> *input)</td></tr>
<tr class="memdesc:abab39cc908793dc78dc7af23d1c516b2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes an input source.  <a href="#abab39cc908793dc78dc7af23d1c516b2">More...</a><br /></td></tr>
<tr class="separator:abab39cc908793dc78dc7af23d1c516b2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac2a2baaa8b0e941ae8ffe55d37cea176"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#ac2a2baaa8b0e941ae8ffe55d37cea176">removeAllInputs</a> ()</td></tr>
<tr class="memdesc:ac2a2baaa8b0e941ae8ffe55d37cea176"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes all the input sources.  <a href="#ac2a2baaa8b0e941ae8ffe55d37cea176">More...</a><br /></td></tr>
<tr class="separator:ac2a2baaa8b0e941ae8ffe55d37cea176"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af774982c4a8726436f3e505e459cdf18"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#af774982c4a8726436f3e505e459cdf18">prepareToPlay</a> (int samplesPerBlockExpected, double sampleRate) override</td></tr>
<tr class="memdesc:af774982c4a8726436f3e505e459cdf18"><td class="mdescLeft">&#160;</td><td class="mdescRight">Implementation of the <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> method.  <a href="#af774982c4a8726436f3e505e459cdf18">More...</a><br /></td></tr>
<tr class="separator:af774982c4a8726436f3e505e459cdf18"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa4b64f534cadbd33e7aefcc6cee0f540"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#aa4b64f534cadbd33e7aefcc6cee0f540">releaseResources</a> () override</td></tr>
<tr class="memdesc:aa4b64f534cadbd33e7aefcc6cee0f540"><td class="mdescLeft">&#160;</td><td class="mdescRight">Implementation of the <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> method.  <a href="#aa4b64f534cadbd33e7aefcc6cee0f540">More...</a><br /></td></tr>
<tr class="separator:aa4b64f534cadbd33e7aefcc6cee0f540"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a256583fd3a65353ec64910868c116e79"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMixerAudioSource.html#a256583fd3a65353ec64910868c116e79">getNextAudioBlock</a> (const <a class="el" href="structAudioSourceChannelInfo.html">AudioSourceChannelInfo</a> &amp;) override</td></tr>
<tr class="memdesc:a256583fd3a65353ec64910868c116e79"><td class="mdescLeft">&#160;</td><td class="mdescRight">Implementation of the <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> method.  <a href="#a256583fd3a65353ec64910868c116e79">More...</a><br /></td></tr>
<tr class="separator:a256583fd3a65353ec64910868c116e79"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classAudioSource"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classAudioSource')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classAudioSource.html">AudioSource</a></td></tr>
<tr class="memitem:a38b04f6bf7ea63b6cf465213c164623b inherit pub_methods_classAudioSource"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAudioSource.html#a38b04f6bf7ea63b6cf465213c164623b">~AudioSource</a> ()</td></tr>
<tr class="memdesc:a38b04f6bf7ea63b6cf465213c164623b inherit pub_methods_classAudioSource"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="classAudioSource.html#a38b04f6bf7ea63b6cf465213c164623b">More...</a><br /></td></tr>
<tr class="separator:a38b04f6bf7ea63b6cf465213c164623b inherit pub_methods_classAudioSource"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_methods_classAudioSource"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classAudioSource')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classAudioSource.html">AudioSource</a></td></tr>
<tr class="memitem:a5b8ec7dc3b76d7f219d8f77d5ccfbcef inherit pro_methods_classAudioSource"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAudioSource.html#a5b8ec7dc3b76d7f219d8f77d5ccfbcef">AudioSource</a> () noexcept</td></tr>
<tr class="memdesc:a5b8ec7dc3b76d7f219d8f77d5ccfbcef inherit pro_methods_classAudioSource"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a>.  <a href="classAudioSource.html#a5b8ec7dc3b76d7f219d8f77d5ccfbcef">More...</a><br /></td></tr>
<tr class="separator:a5b8ec7dc3b76d7f219d8f77d5ccfbcef inherit pro_methods_classAudioSource"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> that mixes together the output of a set of other AudioSources. </p>
<p>Input sources can be added and removed while the mixer is running as long as their <a class="el" href="classMixerAudioSource.html#af774982c4a8726436f3e505e459cdf18" title="Implementation of the AudioSource method. ">prepareToPlay()</a> and <a class="el" href="classMixerAudioSource.html#aa4b64f534cadbd33e7aefcc6cee0f540" title="Implementation of the AudioSource method. ">releaseResources()</a> methods are called before and after adding them to the mixer. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="aaca222da99166a5eaf439bdfd338dfca"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aaca222da99166a5eaf439bdfd338dfca">&sect;&nbsp;</a></span>MixerAudioSource()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">MixerAudioSource::MixerAudioSource </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Creates a <a class="el" href="classMixerAudioSource.html" title="An AudioSource that mixes together the output of a set of other AudioSources. ">MixerAudioSource</a>. </p>

</div>
</div>
<a id="acecfacbc1ce17d659e96ae4c39ac6f07"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acecfacbc1ce17d659e96ae4c39ac6f07">&sect;&nbsp;</a></span>~MixerAudioSource()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">MixerAudioSource::~MixerAudioSource </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Destructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a2f5ccbafaf3e746b1a219b750ddac7f2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2f5ccbafaf3e746b1a219b750ddac7f2">&sect;&nbsp;</a></span>addInputSource()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void MixerAudioSource::addInputSource </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classAudioSource.html">AudioSource</a> *&#160;</td>
          <td class="paramname"><em>newInput</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>deleteWhenRemoved</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Adds an input source to the mixer. </p>
<p>If the mixer is running you'll need to make sure that the input source is ready to play by calling its <a class="el" href="classMixerAudioSource.html#af774982c4a8726436f3e505e459cdf18" title="Implementation of the AudioSource method. ">prepareToPlay()</a> method before adding it. If the mixer is stopped, then its input sources will be automatically prepared when the mixer's <a class="el" href="classMixerAudioSource.html#af774982c4a8726436f3e505e459cdf18" title="Implementation of the AudioSource method. ">prepareToPlay()</a> method is called.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">newInput</td><td>the source to add to the mixer </td></tr>
    <tr><td class="paramname">deleteWhenRemoved</td><td>if true, then this source will be deleted when no longer needed by the mixer. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="abab39cc908793dc78dc7af23d1c516b2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abab39cc908793dc78dc7af23d1c516b2">&sect;&nbsp;</a></span>removeInputSource()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void MixerAudioSource::removeInputSource </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classAudioSource.html">AudioSource</a> *&#160;</td>
          <td class="paramname"><em>input</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Removes an input source. </p>
<p>If the source was added by calling <a class="el" href="classMixerAudioSource.html#a2f5ccbafaf3e746b1a219b750ddac7f2" title="Adds an input source to the mixer. ">addInputSource()</a> with the deleteWhenRemoved flag set, it will be deleted by this method. </p>

</div>
</div>
<a id="ac2a2baaa8b0e941ae8ffe55d37cea176"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac2a2baaa8b0e941ae8ffe55d37cea176">&sect;&nbsp;</a></span>removeAllInputs()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void MixerAudioSource::removeAllInputs </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Removes all the input sources. </p>
<p>Any sources which were added by calling <a class="el" href="classMixerAudioSource.html#a2f5ccbafaf3e746b1a219b750ddac7f2" title="Adds an input source to the mixer. ">addInputSource()</a> with the deleteWhenRemoved flag set will be deleted by this method. </p>

</div>
</div>
<a id="af774982c4a8726436f3e505e459cdf18"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af774982c4a8726436f3e505e459cdf18">&sect;&nbsp;</a></span>prepareToPlay()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void MixerAudioSource::prepareToPlay </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>samplesPerBlockExpected</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&#160;</td>
          <td class="paramname"><em>sampleRate</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implementation of the <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> method. </p>
<p>This will call <a class="el" href="classMixerAudioSource.html#af774982c4a8726436f3e505e459cdf18" title="Implementation of the AudioSource method. ">prepareToPlay()</a> on all its input sources. </p>

<p>Implements <a class="el" href="classAudioSource.html#a653279dbd167f70e318fd280681dbddf">AudioSource</a>.</p>

</div>
</div>
<a id="aa4b64f534cadbd33e7aefcc6cee0f540"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa4b64f534cadbd33e7aefcc6cee0f540">&sect;&nbsp;</a></span>releaseResources()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void MixerAudioSource::releaseResources </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implementation of the <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> method. </p>
<p>This will call <a class="el" href="classMixerAudioSource.html#aa4b64f534cadbd33e7aefcc6cee0f540" title="Implementation of the AudioSource method. ">releaseResources()</a> on all its input sources. </p>

<p>Implements <a class="el" href="classAudioSource.html#a7823bf0f1c43333eed41664c7994f290">AudioSource</a>.</p>

</div>
</div>
<a id="a256583fd3a65353ec64910868c116e79"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a256583fd3a65353ec64910868c116e79">&sect;&nbsp;</a></span>getNextAudioBlock()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void MixerAudioSource::getNextAudioBlock </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structAudioSourceChannelInfo.html">AudioSourceChannelInfo</a> &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implementation of the <a class="el" href="classAudioSource.html" title="Base class for objects that can produce a continuous stream of audio. ">AudioSource</a> method. </p>

<p>Implements <a class="el" href="classAudioSource.html#a36fc2484ead8fb8dc03be57d09dd5735">AudioSource</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="juce__MixerAudioSource_8h.html">juce_MixerAudioSource.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/>
<address class="footer"><small>All content &copy ROLI Ltd.</small></address><br/>
</body>
</html>