QTFlattenToHandle.h

//////////
//
//  File:       QTFlattenToHandle.h
//
//  Contains:   Handle data handler sample code.
//
//  Written by: Tim Monroe
//              Based on the existing code revised by Deeje Cooley.
//
//  Copyright:  © 1998 by Apple Computer, Inc., all rights reserved.
//
//  Change History (most recent first):
//
//     <1>      04/09/98    rtm     first file; integrated existing code with shell framework
//   
//////////
 
//////////
//
// header files
//   
//////////
 
#include <Movies.h>
#include <Resources.h>
#include <MacWindows.h>
#include <Script.h>
 
#include "QTUtilities.h"
 
 
//////////
//
// constants
//   
//////////
 
#define kWindowTitle        "Movie Window"
 
 
//////////
//
// function prototypes
//   
//////////
 
OSErr           QTHandle_OpenMovieFileAndFlattenToHandle (FSSpecPtr theFSSpecPtr);
OSErr           QTHandle_PlayMovieResource (Movie theMovie);