#include <process.h>
#include "pa_util.h"
#include "pa_allocation.h"
#include "pa_hostapi.h"
#include "pa_stream.h"
#include "pa_cpuload.h"
#include "pa_process.h"
#include "pa_debugprint.h"
Defines | |
#define | PORTAUDIO_SHAREMODE AUDCLNT_SHAREMODE_SHARED |
#define | CREATE_THREAD (HANDLE) _beginthreadex(NULL, 0, (unsigned (_stdcall *)(void *))ProcThread, (LPVOID) stream, 0, (unsigned *)&stream->dwThreadId) |
#define | PA_SKELETON_SET_LAST_HOST_ERROR(errorCode, errorText) PaUtil_SetLastHostErrorInfo( paInDevelopment, errorCode, errorText ) |
Functions | |
PaError | PaWinWasapi_Initialize (PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index) |
#define CREATE_THREAD (HANDLE) _beginthreadex(NULL, 0, (unsigned (_stdcall *)(void *))ProcThread, (LPVOID) stream, 0, (unsigned *)&stream->dwThreadId) |
#define PA_SKELETON_SET_LAST_HOST_ERROR | ( | errorCode, | |||
errorText | ) | PaUtil_SetLastHostErrorInfo( paInDevelopment, errorCode, errorText ) |
#define PORTAUDIO_SHAREMODE AUDCLNT_SHAREMODE_SHARED |
PaError PaWinWasapi_Initialize | ( | PaUtilHostApiRepresentation ** | hostApi, | |
PaHostApiIndex | index | |||
) |
References paNoError.