#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 struct PaMacCore_HAR | PaMacCoreHostApiRepresentation |
typedef struct PaMacCore_DI | PaMacCoreDeviceInfo |
typedef struct PaMacCore_S | PaMacCoreStream |
typedef struct 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 | |||
) |
References PaMacCore_HAR::allocations, PaMacAUHAL::allocations, PaMacCore_HAR::blockingStreamInterface, PaMacAUHAL::blockingStreamInterface, PaMacCore_HAR::callbackStreamInterface, PaMacAUHAL::callbackStreamInterface, PaMacAUHAL::defaultIn, PaMacAUHAL::defaultOut, PaMacAUHAL::devCount, PaMacAUHAL::devIds, GetStreamReadAvailable(), GetStreamWriteAvailable(), PaUtilHostApiRepresentation::info, PaMacCore_HAR::inheritedHostApiRep, PaMacAUHAL::inheritedHostApiRep, PaUtilHostApiRepresentation::IsFormatSupported, PaUtilHostApiRepresentation::OpenStream, paNoError, PaUtil_AllocateMemory(), PaUtil_CreateAllocationGroup(), PaUtil_DestroyAllocationGroup(), PaUtil_DummyGetCpuLoad(), PaUtil_DummyGetReadAvailable(), PaUtil_DummyGetWriteAvailable(), PaUtil_DummyRead(), PaUtil_DummyWrite(), PaUtil_FreeAllAllocations(), PaUtil_FreeMemory(), PaUtil_GroupAllocateMemory(), PaUtil_InitializeStreamInterface(), ReadStream(), PaHostApiInfo::structVersion, PaUtilHostApiRepresentation::Terminate, VVDBUG, and WriteStream().