/* File: AudioUnit/AudioUnit.h Contains: Umbrella include for AudioUnit definitions Copyright: (c) 2002-2008 by Apple, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __AUDIOUNIT__ #define __AUDIOUNIT__ #include #define AUDIO_UNIT_VERSION 1070 #if !defined(__COREAUDIO_USE_FLAT_INCLUDES__) #include #include #include #include #include #include #if !TARGET_OS_IPHONE #include #endif #else #include #include #include #include #include #include #include #endif #endif /* __AUDIOUNIT__ */