- CFAUPresetArrayCopyDescriptionCallBack
CFStringRef CFAUPresetArrayCopyDescriptionCallBack(const(void)* inPreset)
Undocumented in source. Be warned that the author may not have intended to support it.
- CFAUPresetArrayEqualCallBack
Boolean CFAUPresetArrayEqualCallBack(const(void)* inPreset1, const(void)* inPreset2)
Undocumented in source. Be warned that the author may not have intended to support it.
- CFAUPresetArrayReleaseCallBack
void CFAUPresetArrayReleaseCallBack(CFAllocatorRef inAllocator, const(void)* inPreset)
Undocumented in source. Be warned that the author may not have intended to support it.
- CFAUPresetArrayRetainCallBack
const(void)* CFAUPresetArrayRetainCallBack(CFAllocatorRef inAllocator, const(void)* inPreset)
Undocumented in source. Be warned that the author may not have intended to support it.
- CFAUPresetCreate
CFAUPresetRef CFAUPresetCreate(CFAllocatorRef inAllocator, SInt32 inPresetNumber, CFStringRef inPresetName)
Undocumented in source. Be warned that the author may not have intended to support it.
- CFAUPresetRelease
void CFAUPresetRelease(void* inPreset)
Undocumented in source. Be warned that the author may not have intended to support it.
- CFAUPresetRetain
CFAUPresetRef CFAUPresetRetain(void* inPreset)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertIntToCFString
CFStringRef convertIntToCFString(int number)
Creates a CFString from an int give up its ownership.
- getCFAUPresetArrayCallBacks
CFArrayCallBacks getCFAUPresetArrayCallBacks()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDataFromDict
bool getDataFromDict(CFDictionaryRef pDict, string key, ubyte[] pChunk)
Gets data from a CFDataRef dictionnary entry and give up its ownership.
Must be deallocated with free/freeSlice.
- getNumberFromDict
bool getNumberFromDict(CFDictionaryRef pDict, const(char)[] key, void* pNumber, CFNumberType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- getStrFromDict
bool getStrFromDict(CFDictionaryRef pDict, const(char)[] key, string value)
Get a string in a dictionnary, and give up its ownership.
- mallocStringFromCFString
string mallocStringFromCFString(CFStringRef cfStr)
Create string from a CFString, and give up its ownership.
Such a string must be deallocated with free/freeSlice.
It is guaranteed to finish with a terminal zero character ('\0').
- putDataInDict
void putDataInDict(CFMutableDictionaryRef pDict, const(char)[] key, ubyte[] pChunk)
Undocumented in source. Be warned that the author may not have intended to support it.
- putNumberInDict
void putNumberInDict(CFMutableDictionaryRef pDict, const(char)[] key, void* pNumber, CFNumberType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- putStrInDict
void putStrInDict(CFMutableDictionaryRef pDict, const(char)[] key, const(char)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- toCFString
CFStringRef toCFString(const(char)[] str)
Creates a CFString from a string and give up its ownership.
Audio Unit plug-in client. Port of Destroy FX AU Utilities.