#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. |
![]() | ©2001-2002 Gary P. Scavone, CCRMA, Stanford University. All Rights Reserved. Maintained by Gary P. Scavone, gary@ccrma.stanford.edu
|