Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Relevant replacement documents include:
- http://developer.apple.com/documentation/QuickTime/Conceptual/QTKitCaptureProgrammingGuide/Introduction/Introduction.html
- http://developer.apple.com/samplecode/MYRecorder/index.html#//apple_ref/doc/uid/DTS10004263
- http://developer.apple.com/samplecode/QTCompressionOptionsWindow/index.html#//apple_ref/doc/uid/DTS10004627
- http://developer.apple.com/samplecode/StillMotion/index.html#//apple_ref/doc/uid/DTS10004355
Common Files/MacPrefix.h
////////// |
// |
// File: MacPrefix.h |
// |
// Contains: Prefix file for our Macintosh projects. |
// |
// Written by: Tim Monroe |
// |
// Copyright: © 1999 by Apple Computer, Inc., all rights reserved. |
// |
// Change History (most recent first): |
// |
// <1> 11/11/99 rtm first file |
// |
////////// |
#ifndef __Prefix_File__ |
#define __Prefix_File__ |
////////// |
// |
// header files |
// |
////////// |
#define TARGET_API_MAC_CARBON 1 |
#include <ConditionalMacros.h> |
////////// |
// |
// compiler macros |
// |
////////// |
#ifndef PASCAL_RTN |
#define PASCAL_RTN pascal |
#endif |
#if TARGET_CPU_PPC |
#define SOUNDSPROCKET_AVAIL 1 |
#else |
#define SOUNDSPROCKET_AVAIL 0 |
#endif |
#endif // __Prefix_File__ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14