home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / Grant's CGI Framework / Grant's CGI Framework / grantscgi / Util / VideoUtil.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-20  |  454 b   |  25 lines

  1. #pragma once
  2. /*****
  3.  *
  4.  *    VideoUtil.h
  5.  *
  6.  *    This is a support file for "Grant's CGI Framework".
  7.  *    Please see the license agreement that accompanies the distribution package
  8.  *    for licensing details.
  9.  *
  10.  *    Copyright ©1995-1996 by Grant Neufeld
  11.  *    grant@acm.com
  12.  *    http://arpp.carleton.ca/cgi/framework/
  13.  *
  14.  *****/
  15.  
  16. #include    <QuickTimeComponents.h>
  17.  
  18.  
  19. /***  FUNCTION PROTOTYPES  ***/
  20.  
  21. p_export OSErr    SaveJPEGFromQuickCam    ( FSSpec, short );
  22.  
  23.  
  24. /*** EOF ***/
  25.