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
|
<HTML>
<HEAD>
<TITLE>The RtAudio Tutorial</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<a class="qindex" href="index.html">Tutorial</a> <a class="qindex" href="annotated.html">Class/Enum List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </CENTER>
<HR>
<!-- Generated by Doxygen 1.2.8.1 -->
<h1>RtAudio Member List</h1>This is the complete list of members for <a class="el" href="classRtAudio.html">RtAudio</a>, including all inherited members.<ul>
<li><a class="el" href="classRtAudio.html#a13">abortStream</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a5">cancelStreamCallback</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a10">closeStream</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a6">getDeviceCount</a>(void)
<li><a class="el" href="classRtAudio.html#a7">getDeviceInfo</a>(int device, RTAUDIO_DEVICE *info)
<li><a class="el" href="classRtAudio.html#a8">getStreamBuffer</a>(int streamID)
<li><a class="el" href="classRtAudio.html#s3s2">MAX_SAMPLE_RATES</a> enum value
<li><a class="el" href="classRtAudio.html#a3">openStream</a>(int outputDevice, int outputChannels, int inputDevice, int inputChannels, RTAUDIO_FORMAT format, int sampleRate, int *bufferSize, int numberOfBuffers)
<li><a class="el" href="classRtAudio.html#a0">RtAudio</a>()
<li><a class="el" href="classRtAudio.html#a1">RtAudio</a>(int *streamID, int outputDevice, int outputChannels, int inputDevice, int inputChannels, RTAUDIO_FORMAT format, int sampleRate, int *bufferSize, int numberOfBuffers)
<li><a class="el" href="classRtAudio.html#s1">RTAUDIO_CALLBACK</a> typedef
<li><a class="el" href="classRtAudio.html#p4">RTAUDIO_FLOAT32</a>
<code> [static]</code><li><a class="el" href="classRtAudio.html#p5">RTAUDIO_FLOAT64</a>
<code> [static]</code><li><a class="el" href="classRtAudio.html#s0">RTAUDIO_FORMAT</a> typedef
<li><a class="el" href="classRtAudio.html#p1">RTAUDIO_SINT16</a>
<code> [static]</code><li><a class="el" href="classRtAudio.html#p2">RTAUDIO_SINT24</a>
<code> [static]</code><li><a class="el" href="classRtAudio.html#p3">RTAUDIO_SINT32</a>
<code> [static]</code><li><a class="el" href="classRtAudio.html#p0">RTAUDIO_SINT8</a>
<code> [static]</code><li><a class="el" href="classRtAudio.html#a4">setStreamCallback</a>(int streamID, RTAUDIO_CALLBACK callback, void *userData)
<li><a class="el" href="classRtAudio.html#a11">startStream</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a12">stopStream</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a14">streamWillBlock</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a9">tickStream</a>(int streamID)
<li><a class="el" href="classRtAudio.html#a2">~RtAudio</a>()
</ul>
<HR>
<table><tr><td><img src="../ccrma.gif">
<td>©2001-2002 CCRMA, Stanford University. All Rights Reserved.<br>
Maintained by Gary P. Scavone, <a href="mailto:gary@ccrma.stanford.edu">gary@ccrma.stanford.edu</a><P>
</table>
</BODY>
</HTML>
|