Go to the documentation of this file.
63 #ifndef PA_USE_SKELETON
64 #define PA_USE_SKELETON 0
65 #elif (PA_USE_SKELETON != 0) && (PA_USE_SKELETON != 1)
66 #undef PA_USE_SKELETON
67 #define PA_USE_SKELETON 1
70 #if defined(PA_NO_ASIO) || defined(PA_NO_DS) || defined(PA_NO_WMME) || defined(PA_NO_WASAPI) || defined(PA_NO_WDMKS)
71 #error "Portaudio: PA_NO_<APINAME> is no longer supported, please remove definition and use PA_USE_<APINAME> instead"
76 #elif (PA_USE_ASIO != 0) && (PA_USE_ASIO != 1)
83 #elif (PA_USE_DS != 0) && (PA_USE_DS != 1)
90 #elif (PA_USE_WMME != 0) && (PA_USE_WMME != 1)
96 #define PA_USE_WASAPI 0
97 #elif (PA_USE_WASAPI != 0) && (PA_USE_WASAPI != 1)
99 #define PA_USE_WASAPI 1
103 #define PA_USE_WDMKS 0
104 #elif (PA_USE_WDMKS != 0) && (PA_USE_WDMKS != 1)
106 #define PA_USE_WDMKS 1
268 unsigned long framesPerCallback,