Home Information Classes Download Usage Mail List Requirements Links Tutorial
Inheritance diagram for RtApi:
Definition at line 126 of file RtAudio.h.
Public Types | |
enum | StreamState |
Protected Types | |
typedef signed short | Int16 |
typedef signed int | Int32 |
typedef float | Float32 |
typedef double | Float64 |
enum | |
enum | StreamMode |
Protected Member Functions | |
void | clearStreamInfo () |
Protected common method to clear an RtApiStream structure. | |
void | error (RtError::Type type) |
Protected common error method to allow global control over error handling. | |
Protected Attributes | |
char | message_ [1024] |
int | nDevices_ |
std::vector< RtApiDevice > | devices_ |
RtApiStream | stream_ |
Static Protected Attributes | |
static const unsigned int | MAX_SAMPLE_RATES |
static const unsigned int | SAMPLE_RATES [] |
Classes | |
struct | ConvertInfo |
struct | RtApiDevice |
struct | RtApiStream |
The Synthesis ToolKit in C++ (STK) |
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |