41 #ifndef __AUBaseHelper_h__
42 #define __AUBaseHelper_h__
44 #if !defined(__COREAUDIO_USE_FLAT_INCLUDES__)
45 #include <CoreFoundation/CoreFoundation.h>
46 #include <AudioUnit/AUComponent.h>
48 #include <CoreFoundation.h>
49 #include <AUComponent.h>
55 UInt32 FindInvalidSamples(Float32 *inSource, UInt32 inFramesToProcess,
bool &hasNonZero,
bool zapInvalidSamples);
61 GetFileRefPath (CFDictionaryRef parent, CFStringRef frKey, CFStringRef * fPath);
65 extern "C" CFMutableDictionaryRef
66 CreateFileRefDict (CFStringRef fKey, CFStringRef fPath, CFMutableDictionaryRef fileRefDict);
69 void PrintAUParamEvent (AudioUnitParameterEvent& event, FILE* f);
74 #endif // __AUBaseHelper_h__