/*================================================================================================== File: CoreAudio/CoreAudio.h Contains: umbrella header for the CoreAudio APIs Copyright: (c) 1985-2010 by Apple, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ ==================================================================================================*/ #if !defined(__CoreAudio_h__) #define __CoreAudio_h__ #if !defined(__COREAUDIO_USE_FLAT_INCLUDES__) #include #include #include #else #include #include #include #endif #endif