diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 01:59:33 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:59:33 +0200 |
| commit | 28d6722f3a2769f35a528a02550c22500b6aab1c (patch) | |
| tree | ad2f11aecfad76e28aa6bc754638d5db8116295b /doc/html/playback.html | |
| parent | da9b77ef9a50a97f7c1f2e154edb938acff02214 (diff) | |
Release 4.0.8 tarball4.0.8
Diffstat (limited to 'doc/html/playback.html')
| -rw-r--r-- | doc/html/playback.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/playback.html b/doc/html/playback.html index 0af9ebb..d938956 100644 --- a/doc/html/playback.html +++ b/doc/html/playback.html @@ -63,7 +63,7 @@ dac.<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; RtMidi.">RtError</a>& 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 ); } @@ -76,7 +76,7 @@ dac.<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; RtMidi.">RtError</a>& 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> ( dac.<a class="code" href="classRtAudio.html#a3863e45ff81dbe97176de0ee7545917f" title="Returns true if a stream is open and false if not.">isStreamOpen</a>() ) dac.<a class="code" href="classRtAudio.html#a90d599002ad32cf250a4cb866f2cc93a" title="A function that closes a stream and frees any associated stream memory.">closeStream</a>(); |
