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.
headers/BoxMooV_QuickTime.h
/* BoxMooV_QuickTime.h |
Rick Evans |
Robert Dierkes |
(c)1994-96 Apple Computer Inc., All Rights Reserved |
*/ |
#ifndef _QUICKTIME_H_ |
#define _QUICKTIME_H_ |
#include <Movies.h> |
#include "BoxMooV_Texture.h" |
void QuickTime_Init( void); |
void QuickTime_Delete(Movie *moviePtr); |
Boolean QuickTime_GetNewMooVTexture(Movie *theMovie); |
Boolean QuickTime_LoadMovie(FSSpec *pFile, Movie *pMovie); |
void QuickTime_LoopMovie(Movie pMovie, GWorldPtr pGWorld); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14