home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / qtw111 / samples / cdfuncs.inc < prev    next >
Text File  |  1993-03-24  |  1KB  |  38 lines

  1.  
  2. ; ---------------------------------------------------------------------
  3. ;
  4. ; CDFUNCS.INC  - QuickTime for Windows Sample Decompressor
  5. ;
  6. ;                Version 1.1
  7. ;
  8. ;                (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
  9. ;
  10. ; ---------------------------------------------------------------------
  11.  
  12.  
  13. COMMENT @
  14. Create function declarations
  15.  
  16. Codec selectors 0-127 are reserved by Apple
  17. Codec selectors 128-191 are subtype specific
  18. Codec selectors 192-255 are vendor specific
  19. Codec selectors 256-32767 are reserved by Apple
  20. Negative selectors are reserved by the Component Manager
  21.  
  22. Macro ComponentFunc is defined one way in calling applications, another
  23. way in decompressors.
  24. @
  25.          ComponentFunc  0, GetCodecInfo
  26.          ComponentFunc  1, GetCompressionTime
  27.          ComponentFunc  2, GetMaxCompressionSize
  28.          ComponentFunc  3, PreCompress
  29.          ComponentFunc  4, BandCompress
  30.          ComponentFunc  5, PreDecompress
  31.          ComponentFunc  6, BandDecompress
  32.          ComponentFunc  7, CDSequenceBusy
  33.          ComponentFunc  8, GetCompressedImageSize
  34.          ComponentFunc  9, GetSimilarity
  35.          ComponentFunc 10, TrimImage
  36.  
  37. kFunctionCount EQU 11
  38.