#include <RtAudio.h>
| Public Attributes | |
| std::string | name | 
| bool | probed | 
| int | outputChannels | 
| int | inputChannels | 
| int | duplexChannels | 
| bool | isDefaultOutput | 
| bool | isDefaultInput | 
| 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. | 
| 
 | 
| 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. | 
|  | ©2001-2006 Gary P. Scavone, McGill University. All Rights Reserved. Maintained by Gary P. Scavone. |