Home Information Classes Download Usage Mail List Requirements Links Tutorial
Definition at line 207 of file RtAudio.h.
Public Member Functions | |
RtApiDevice () | |
Public Attributes | |
std::string | name |
bool | probed |
void * | apiDeviceId |
int | maxOutputChannels |
int | maxInputChannels |
int | maxDuplexChannels |
int | minOutputChannels |
int | minInputChannels |
int | minDuplexChannels |
bool | hasDuplexSupport |
bool | isDefault |
std::vector< int > | sampleRates |
RtAudioFormat | nativeFormats |
|
Character string device identifier. |
|
true if the device capabilities were successfully probed. |
|
Maximum output channels supported by device. |
|
Maximum input channels supported by device. |
|
Maximum simultaneous input/output channels supported by device. |
|
Minimum output channels supported by device. |
|
Minimum input channels supported by device. |
|
Minimum simultaneous input/output channels supported by device. |
|
true if device supports duplex mode. |
|
true if this is the default output or input device. |
|
Supported sample 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. |