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.
globals.c
/* |
File: Globals.c |
Contains: HackTV application globals |
Copyright: © 1992-1998 by Apple Computer, Inc. |
*/ |
#include <QTML.h> |
#include <Menus.h> |
#include <Printing.h> |
#include <QuickTimeComponents.h> |
//----------------------------------------------------------------------- |
// Globals |
Boolean gQuitFlag = 0; |
SeqGrabComponent gSeqGrabber=0; |
SGChannel gVideoChannel=0; |
SGChannel gSoundChannel=0; |
WindowPtr gMonitor=0; |
Rect gActiveVideoRect; |
PicHandle gMonitorPICT=0; |
Boolean gFullSize; |
Boolean gHalfSize; |
Boolean gQuarterSize; |
THPrint gPrintRec; |
ICMAlignmentProcRecord gSeqGrabberAlignProc; |
Boolean gRecordVideo = 1; |
Boolean gRecordSound = 1; |
Boolean gSplitTracks = 0; |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14