Recognizes if input is ogg or not.
[xiph.git] / xiph-qt / Theora / src / TheoraEncoder.h
blob18322dae707c31e83ddc8fb9e4647be7cbd37adf
1 /*
2 * TheoraEncoder.h
4 * TheoraEncoder.h - some constants definitions.
7 * Copyright (c) 2006 Arek Korbik
9 * This file is part of XiphQT, the Xiph QuickTime Components.
11 * XiphQT is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Lesser General Public
13 * License as published by the Free Software Foundation; either
14 * version 2.1 of the License, or (at your option) any later version.
16 * XiphQT is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details.
21 * You should have received a copy of the GNU Lesser General Public
22 * License along with XiphQT; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26 * Last modified: $Id$
31 #ifndef __theoraencoder_h__
32 #define __theoraencoder_h__ 1
34 #include "theora_versions.h"
35 #include "fccs.h"
37 #define kTheoraEncoderResID -17790
38 #define kTheoraEncoderNameStringResID -17790
39 #define kTheoraEncoderInfoStringResID -17791
41 #define kTheoraEncoderFormatName "Xiph Theora"
44 #define kTheoraEncoderDITLResID -17790
45 #define kTheoraEncoderPopupCNTLResID -17790
46 #define kTheoraEncoderPopupMENUResID -17790
48 #define TEXT_HEIGHT 16
49 #define INTER_CONTROL_SPACING 12
50 #define POPUP_CONTROL_HEIGHT 22
53 #ifdef _DEBUG
54 #define TheoraEncoderName "Xiph Theora Decoder"
55 #else
56 #define TheoraEncoderName ""
57 #endif
59 #endif /* __theoraencoder_h__ */