PortAudio
2.0
|
#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 PaMacAUHAL::allocations, PaMacAUHAL::blockingStreamInterface, PaMacAUHAL::callbackStreamInterface, PaMacAUHAL::defaultIn, PaMacAUHAL::defaultOut, PaMacAUHAL::devCount, PaMacAUHAL::devIds, GetStreamReadAvailable(), GetStreamWriteAvailable(), PaUtilHostApiRepresentation::info, PaMacAUHAL::inheritedHostApiRep, initializeXRunListenerList(), PaUtilHostApiRepresentation::IsFormatSupported, PaUtilHostApiRepresentation::OpenStream, paCoreAudio, paInsufficientMemory, paNoDevice, 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, UNIX_ERR, VVDBUG, and WriteStream().