
Home Information Classes Download Usage Mail List Requirements Links Tutorial
#include <RtAudio.h>
Public Attributes | |
| char | name [128] |
| bool | probed |
| int | maxOutputChannels |
| int | maxInputChannels |
| int | maxDuplexChannels |
| int | minOutputChannels |
| int | minInputChannels |
| int | minDuplexChannels |
| bool | hasDuplexSupport |
| bool | isDefault |
| int | nSampleRates |
| int | sampleRates [MAX_SAMPLE_RATES] |
| RTAUDIO_FORMAT | 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. |
|
|
Number of discrete rates or -1 if range supported. |
|
|
Supported rates or (min, max) if range. |
|
|
Bit mask of supported data formats. |
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |