#include <RtAudio.h>
Public Attributes | |
| std::string | name |
| bool | probed |
| int | outputChannels |
| int | inputChannels |
| int | duplexChannels |
| 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. |
|
|
true if this is the default output or input device. |
|
|
Supported sample rates (queried from list of standard rates). |
|
|
Bit mask of supported data formats. |
![]() |
©2001-2004 Gary P. Scavone, McGill University. All Rights Reserved. Maintained by Gary P. Scavone, gary@music.mcgill.ca |