Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
#include <RtAudio.h>
Public Attributes | |
bool | probed |
std::string | name |
unsigned int | outputChannels |
unsigned int | inputChannels |
unsigned int | duplexChannels |
bool | isDefaultOutput |
bool | isDefaultInput |
std::vector< unsigned int > | sampleRates |
RtAudioFormat | nativeFormats |
|
true if the device capabilities were successfully probed. |
|
Character string device identifier. |
|
Maximum output channels supported by device. |
|
Maximum input channels supported by device. |
|
Maximum simultaneous input/output channels supported by device. |
|
true if this is the default output device. |
|
true if this is the default input device. |
|
Supported sample rates (queried from list of standard rates). |
|
Bit mask of supported data formats. |
The Synthesis ToolKit in C++ (STK) |
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |