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.
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); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14