diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 01:52:55 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:52:55 +0200 |
| commit | 504ebe4ba69765df5ca0da115690c29e52a44c6d (patch) | |
| tree | 4b28492661a99b5b121d01c3de8d679c1761fbbe /doc/html/errors.html | |
| parent | c3ceaf900358dbd7e2fe375d2114d658e27b29dc (diff) | |
Release 4.0.4 tarball4.0.4
Diffstat (limited to 'doc/html/errors.html')
| -rw-r--r-- | doc/html/errors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/errors.html b/doc/html/errors.html index d0f776a..98c5fcc 100644 --- a/doc/html/errors.html +++ b/doc/html/errors.html @@ -12,7 +12,7 @@ <h1><a class="anchor" name="errors">Error Handling</a></h1><a class="el" href="classRtAudio.html">RtAudio</a> makes restrained use of C++ exceptions. That is, exceptions are thrown only when system errors occur that prevent further class operation or when the user makes invalid function calls. In other cases, a warning message may be displayed and an appropriate value is returned. For example, if a system error occurs when processing the <a class="el" href="classRtAudio.html#a3">RtAudio::getDeviceCount()</a> function, the return value is zero. In such a case, the user cannot expect to make use of most other <a class="el" href="classRtAudio.html">RtAudio</a> functions because no devices are available (and thus a stream cannot be opened). A client can call the function <a class="el" href="classRtAudio.html#a16">RtAudio::showWarnings()</a> with a boolean argument to enable or disable the printing of warning messages to <code>stderr</code>. By default, warning messages are displayed. There is a protected <a class="el" href="classRtAudio.html">RtAudio</a> method, error(), that can be modified to globally control how these messages are handled and reported. <HR> <table><tr><td><img src="../images/mcgill.gif" width=165></td> - <td>©2001-2007 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr> + <td>©2001-2008 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr> </table> </BODY> |
