#include <AudioUnit/AudioUnit.h>
Go to the source code of this file.
Data Structures | |
struct | PaMacCoreStreamInfo |
Defines | |
#define | paMacCoreChangeDeviceParameters (0x01) |
#define | paMacCoreFailIfConversionRequired (0x02) |
#define | paMacCoreConversionQualityMin (0x0100) |
#define | paMacCoreConversionQualityMedium (0x0200) |
#define | paMacCoreConversionQualityLow (0x0300) |
#define | paMacCoreConversionQualityHigh (0x0400) |
#define | paMacCoreConversionQualityMax (0x0000) |
#define | paMacCorePlayNice (0x00) |
#define | paMacCorePro (0x01) |
#define | paMacCoreMinimizeCPUButPlayNice (0x0100) |
#define | paMacCoreMinimizeCPU (0x0101) |
Functions | |
void | PaMacCore_SetupStreamInfo (PaMacCoreStreamInfo *data, unsigned long flags) |
void | PaMacCore_SetupChannelMap (PaMacCoreStreamInfo *data, const SInt32 *const channelMap, unsigned long channelMapSize) |
AudioDeviceID | PaMacCore_GetStreamInputDevice (PaStream *s) |
AudioDeviceID | PaMacCore_GetStreamOutputDevice (PaStream *s) |
const char * | PaMacCore_GetChannelName (int device, int channelIndex, bool input) |
#define paMacCoreChangeDeviceParameters (0x01) |
#define paMacCoreConversionQualityHigh (0x0400) |
#define paMacCoreConversionQualityLow (0x0300) |
#define paMacCoreConversionQualityMax (0x0000) |
#define paMacCoreConversionQualityMedium (0x0200) |
#define paMacCoreConversionQualityMin (0x0100) |
#define paMacCoreFailIfConversionRequired (0x02) |
#define paMacCoreMinimizeCPU (0x0101) |
#define paMacCoreMinimizeCPUButPlayNice (0x0100) |
#define paMacCorePlayNice (0x00) |
Referenced by main().
#define paMacCorePro (0x01) |
const char* PaMacCore_GetChannelName | ( | int | device, | |
int | channelIndex, | |||
bool | input | |||
) |
References PaMacAUHAL::devIds, ERR, paCoreAudio, paNoError, and PaUtil_GetHostApiRepresentation().
Referenced by main().
AudioDeviceID PaMacCore_GetStreamInputDevice | ( | PaStream * | s | ) |
References PaMacCoreStream::inputDevice, and VVDBUG.
AudioDeviceID PaMacCore_GetStreamOutputDevice | ( | PaStream * | s | ) |
References PaMacCoreStream::outputDevice, and VVDBUG.
void PaMacCore_SetupChannelMap | ( | PaMacCoreStreamInfo * | data, | |
const SInt32 *const | channelMap, | |||
unsigned long | channelMapSize | |||
) |
References PaMacCoreStreamInfo::channelMap, and PaMacCoreStreamInfo::channelMapSize.
Referenced by main().
void PaMacCore_SetupStreamInfo | ( | PaMacCoreStreamInfo * | data, | |
unsigned long | flags | |||
) |