summaryrefslogtreecommitdiff
path: root/doc/html/duplex.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/duplex.html
parentda9b77ef9a50a97f7c1f2e154edb938acff02214 (diff)
Release 4.0.8 tarball4.0.8
Diffstat (limited to 'doc/html/duplex.html')
-rw-r--r--doc/html/duplex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/duplex.html b/doc/html/duplex.html
index 6e85d69..c2ba304 100644
--- a/doc/html/duplex.html
+++ b/doc/html/duplex.html
@@ -51,7 +51,7 @@
adac.<a class="code" href="classRtAudio.html#afacc99740fa4c5606fb35467cdea6da8" title="A public function for opening a stream with the specified parameters.">openStream</a>( &amp;oParams, &amp;iParams, RTAUDIO_SINT32, 44100, &amp;bufferFrames, &amp;inout, (<span class="keywordtype">void</span> *)&amp;bufferBytes );
}
<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 );
}
@@ -68,7 +68,7 @@
adac.<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">goto</span> cleanup;
}