Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
/*
2
 *      Copyright (c) 2005-2006 Philip Lamb (PRL) phil@eden.net.nz. All rights reserved.
3
 *     
4
 *      Rev             Date            Who             Changes
5
 *      1.0.0   2005-03-08      PRL             Written.
6
 *
7
 */
8
/*
9
 *
10
 * This file is part of ARToolKit.
11
 *
12
 * ARToolKit is free software; you can redistribute it and/or modify
13
 * it under the terms of the GNU General Public License as published by
14
 * the Free Software Foundation; either version 2 of the License, or
15
 * (at your option) any later version.
16
 *
17
 * ARToolKit is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with ARToolKit; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
 *
26
 */
27
 
28
#ifndef __videoSettings_h__
29
#define __videoSettings_h__
30
 
31
#include <Carbon/Carbon.h>
32
#include <QuickTime/QuickTime.h>
33
 
34
#ifdef __cplusplus
35
extern "C" {
36
#endif
37
 
38
OSStatus RequestSGSettings(const int inputIndex, SeqGrabComponent seqGrab, SGChannel sgchanVideo, const int showDialog, const int standardDialog);
39
 
40
#ifdef __cplusplus
41
}
42
#endif
43
 
44
#endif // __videoSettings_h__