home *** CD-ROM | disk | FTP | other *** search
-
- ; ---------------------------------------------------------------------
- ;
- ; CDFUNCS.INC - QuickTime for Windows Sample Decompressor
- ;
- ; Version 1.1
- ;
- ; (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
- ;
- ; ---------------------------------------------------------------------
-
-
- COMMENT @
- Create function declarations
-
- Codec selectors 0-127 are reserved by Apple
- Codec selectors 128-191 are subtype specific
- Codec selectors 192-255 are vendor specific
- Codec selectors 256-32767 are reserved by Apple
- Negative selectors are reserved by the Component Manager
-
- Macro ComponentFunc is defined one way in calling applications, another
- way in decompressors.
- @
- ComponentFunc 0, GetCodecInfo
- ComponentFunc 1, GetCompressionTime
- ComponentFunc 2, GetMaxCompressionSize
- ComponentFunc 3, PreCompress
- ComponentFunc 4, BandCompress
- ComponentFunc 5, PreDecompress
- ComponentFunc 6, BandDecompress
- ComponentFunc 7, CDSequenceBusy
- ComponentFunc 8, GetCompressedImageSize
- ComponentFunc 9, GetSimilarity
- ComponentFunc 10, TrimImage
-
- kFunctionCount EQU 11
-