00001 /* 00002 * Copyright (c) 2005-2007 Philip Lamb (PRL) phil@eden.net.nz. All rights reserved. 00003 * 00004 * Rev Date Who Changes 00005 * 1.0.0 2005-03-08 PRL Written. 00006 * 00007 */ 00008 /* 00009 * 00010 * This file is part of ARToolKit. 00011 * 00012 * ARToolKit is free software; you can redistribute it and/or modify 00013 * it under the terms of the GNU General Public License as published by 00014 * the Free Software Foundation; either version 2 of the License, or 00015 * (at your option) any later version. 00016 * 00017 * ARToolKit is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public License 00023 * along with ARToolKit; if not, write to the Free Software 00024 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00025 * 00026 */ 00027 00028 #ifndef __videoSettings_h__ 00029 #define __videoSettings_h__ 00030 00031 #include <Carbon/Carbon.h> 00032 #include <QuickTime/QuickTime.h> 00033 00034 #ifdef __cplusplus 00035 extern "C" { 00036 #endif 00037 00038 OSStatus RequestSGSettings(const int inputIndex, SeqGrabComponent seqGrab, SGChannel sgchanVideo, const int showDialog, const int standardDialog); 00039 00040 #ifdef __cplusplus 00041 } 00042 #endif 00043 00044 #endif // __videoSettings_h__