summaryrefslogtreecommitdiff
path: root/doc/html/recording.html
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-11 01:59:33 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:59:33 +0200
commit28d6722f3a2769f35a528a02550c22500b6aab1c (patch)
treead2f11aecfad76e28aa6bc754638d5db8116295b /doc/html/recording.html
parentda9b77ef9a50a97f7c1f2e154edb938acff02214 (diff)
Release 4.0.8 tarball4.0.8
Diffstat (limited to 'doc/html/recording.html')
-rw-r--r--doc/html/recording.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/recording.html b/doc/html/recording.html
index 3e86db4..778fba3 100644
--- a/doc/html/recording.html
+++ b/doc/html/recording.html
@@ -50,7 +50,7 @@
adc.<a class="code" href="classRtAudio.html#aec017a89629ccef66a90b60be22a2f80" title="A function that starts a stream.">startStream</a>();
}
<span class="keywordflow">catch</span> ( <a class="code" href="classRtError.html" title="Exception handling class for RtAudio &amp;amp; RtMidi.">RtError</a>&amp; e ) {
- e.<a class="code" href="classRtError.html#ada41f7472122f45bc5b4677f066e0943" title="Prints thrown error message to stderr.">printMessage</a>();
+ e.<a class="code" href="classRtError.html#a251dcdac396c998c91706dd2dd3b8bfc" title="Prints thrown error message to stderr.">printMessage</a>();
exit( 0 );
}
@@ -63,7 +63,7 @@
adc.<a class="code" href="classRtAudio.html#af4c241ff86936ecc8108f0d9dfe3efdd" title="Stop a stream, allowing any samples remaining in the output queue to be played.">stopStream</a>();
}
<span class="keywordflow">catch</span> (<a class="code" href="classRtError.html" title="Exception handling class for RtAudio &amp;amp; RtMidi.">RtError</a>&amp; e) {
- e.<a class="code" href="classRtError.html#ada41f7472122f45bc5b4677f066e0943" title="Prints thrown error message to stderr.">printMessage</a>();
+ e.<a class="code" href="classRtError.html#a251dcdac396c998c91706dd2dd3b8bfc" title="Prints thrown error message to stderr.">printMessage</a>();
}
<span class="keywordflow">if</span> ( adc.<a class="code" href="classRtAudio.html#a3863e45ff81dbe97176de0ee7545917f" title="Returns true if a stream is open and false if not.">isStreamOpen</a>() ) adc.<a class="code" href="classRtAudio.html#a90d599002ad32cf250a4cb866f2cc93a" title="A function that closes a stream and frees any associated stream memory.">closeStream</a>();