annotate Gui/cfg.h @ 16749:a3e5975a7618

further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >
author diego
date Thu, 13 Oct 2005 13:24:35 +0000
parents e2b2ab284a9a
children 945fa0eb37c0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6770
pontscho
parents:
diff changeset
1
pontscho
parents:
diff changeset
2 #ifndef __CFG_H
pontscho
parents:
diff changeset
3 #define __CFG_H
pontscho
parents:
diff changeset
4
pontscho
parents:
diff changeset
5 extern int gtkEnableAudioEqualizer;
pontscho
parents:
diff changeset
6
7009
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6912
diff changeset
7 extern int gtkVopPP;
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6912
diff changeset
8 extern int gtkVopLAVC;
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6912
diff changeset
9 extern int gtkVopFAME;
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6912
diff changeset
10
6770
pontscho
parents:
diff changeset
11 extern int gtkAONorm;
pontscho
parents:
diff changeset
12 extern int gtkAOFakeSurround;
pontscho
parents:
diff changeset
13 extern int gtkAOExtraStereo;
pontscho
parents:
diff changeset
14 extern float gtkAOExtraStereoMul;
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
15 #ifdef USE_OSS_AUDIO
6770
pontscho
parents:
diff changeset
16 extern char * gtkAOOSSMixer;
12918
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
17 extern char * gtkAOOSSMixerChannel;
6770
pontscho
parents:
diff changeset
18 extern char * gtkAOOSSDevice;
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
19 #endif
12918
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
20 #if defined(HAVE_ALSA9) || defined (HAVE_ALSA1X)
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
21 extern char * gtkAOALSAMixer;
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
22 extern char * gtkAOALSAMixerChannel;
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
23 extern char * gtkAOALSADevice;
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
24 #endif
8714
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8600
diff changeset
25 #ifdef HAVE_SDL
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8600
diff changeset
26 extern char * gtkAOSDLDriver;
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8600
diff changeset
27 #endif
14686
e2b2ab284a9a ESD configuration dialog and software volume control option for Gui
reimar
parents: 12918
diff changeset
28 #ifdef USE_ESD
e2b2ab284a9a ESD configuration dialog and software volume control option for Gui
reimar
parents: 12918
diff changeset
29 extern char * gtkAOESDDevice;
e2b2ab284a9a ESD configuration dialog and software volume control option for Gui
reimar
parents: 12918
diff changeset
30 #endif
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
31 #ifdef HAVE_DXR3
7706
90044efe01ee - better dxr3 support
pontscho
parents: 7538
diff changeset
32 extern char * gtkDXR3Device;
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
33 #endif
6770
pontscho
parents:
diff changeset
34
8284
f7d0ac887455 cache (buzeralas)
pontscho
parents: 8043
diff changeset
35 extern int gtkCacheOn;
f7d0ac887455 cache (buzeralas)
pontscho
parents: 8043
diff changeset
36 extern int gtkCacheSize;
f7d0ac887455 cache (buzeralas)
pontscho
parents: 8043
diff changeset
37
8311
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8284
diff changeset
38 extern int gtkAutoSyncOn;
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8284
diff changeset
39 extern int gtkAutoSync;
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8284
diff changeset
40
6770
pontscho
parents:
diff changeset
41 extern int gtkSubDumpMPSub;
pontscho
parents:
diff changeset
42 extern int gtkSubDumpSrt;
pontscho
parents:
diff changeset
43
pontscho
parents:
diff changeset
44 extern char * gtkEquChannel1;
pontscho
parents:
diff changeset
45 extern char * gtkEquChannel2;
pontscho
parents:
diff changeset
46 extern char * gtkEquChannel3;
pontscho
parents:
diff changeset
47 extern char * gtkEquChannel4;
pontscho
parents:
diff changeset
48 extern char * gtkEquChannel5;
pontscho
parents:
diff changeset
49 extern char * gtkEquChannel6;
7538
c7b61f316edf - add "start in fullscreen" function
pontscho
parents: 7019
diff changeset
50 extern int gtkLoadFullscreen;
9202
c2f31ca14a92 - rewrite Jan Spitalnik's patch
pontscho
parents: 8973
diff changeset
51 extern int gtkShowVideoWindow;
8973
0a665389cf2b - add playbar
pontscho
parents: 8920
diff changeset
52 extern int gtkEnablePlayBar;
6770
pontscho
parents:
diff changeset
53
9625
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
54 extern int gui_save_pos;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
55 extern int gui_main_pos_x;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
56 extern int gui_main_pos_y;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
57 extern int gui_sub_pos_x;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
58 extern int gui_sub_pos_y;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
59
6770
pontscho
parents:
diff changeset
60 extern int cfg_read( void );
pontscho
parents:
diff changeset
61 extern int cfg_write( void );
pontscho
parents:
diff changeset
62
pontscho
parents:
diff changeset
63 #endif