PortAudio
2.0
|
#include <pa_hostapi.h>
Data Fields | |
unsigned long | baseDeviceIndex |
The PA_NO_* host API macros are now deprecated in favor of PA_USE_* macros. PA_USE_* indicates whether a particular host API will be initialized by PortAudio. An undefined or 0 value indicates that the host API will not be used. A value of 1 indicates that the host API will be used. PA_USE_* macros should be left undefined or defined to either 0 or 1.
The code below ensures that PA_USE_* macros are always defined and have value 0 or 1. Undefined symbols are defaulted to 0. Symbols that are neither 0 nor 1 are defaulted to 1. **FOR THE USE OF pa_front.c ONLY** Do NOT use fields in this structure, they my change at any time. Use functions defined in pa_util.h if you think you need functionality which can be derived from here.
unsigned long PaUtilPrivatePaFrontHostApiInfo::baseDeviceIndex |
Referenced by PaUtil_DeviceIndexToHostApiDeviceIndex().