#include <CoreAudio/CoreAudio.h>
#include <AudioToolbox/AudioToolbox.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include "portaudio.h"
#include "pa_trace.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"
Data Structures | |
struct | PaMacCore_HAR |
struct | PaMacCore_DI |
struct | PaMacCore_S |
struct | PaMacCore_CD |
Typedefs | |
typedef PaMacCore_HAR | PaMacCoreHostApiRepresentation |
typedef PaMacCore_DI | PaMacCoreDeviceInfo |
typedef PaMacCore_S | PaMacCoreStream |
typedef PaMacCore_CD | PaMacClientData |
Functions | |
PaError | PaMacCore_Initialize (PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index) |
typedef struct PaMacCore_CD PaMacClientData |
typedef struct PaMacCore_DI PaMacCoreDeviceInfo |
typedef struct PaMacCore_HAR PaMacCoreHostApiRepresentation |
typedef struct PaMacCore_S PaMacCoreStream |
PaError PaMacCore_Initialize | ( | PaUtilHostApiRepresentation ** | hostApi, | |
PaHostApiIndex | index | |||
) |