#include <string>#include <map>#include <utility>#include <vector>#include <glib.h>Include dependency graph for preferences.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PREFERENCES_H 1 |
Enumerations | |
| enum | { AVI, PLAYLIST, RAW_DV, QT, UNKNOWN_FORMAT } |
| enum | { PAL_FORMAT, NTSC_FORMAT, AVI_DV1_FORMAT, AVI_DV2_FORMAT, QT_FORMAT, RAW_FORMAT, TEST_FORMAT, UNDEFINED } |
| enum | { DISPLAY_XX, DISPLAY_GDKRGB, DISPLAY_GDKRGB32, DISPLAY_XV, DISPLAY_SDL } |
| enum | { NORM_UNSPECIFIED = 0, NORM_PAL = 1, NORM_NTSC = 2 } |
| enum | { AUDIO_32KHZ = 0, AUDIO_44KHZ = 1, AUDIO_48KHZ = 2 } |
| enum | { ASPECT_43 = 0, ASPECT_169 = 1 } |
|
|
Definition at line 20 of file preferences.h. |
|
|
Definition at line 22 of file preferences.h. 00022 { AVI, PLAYLIST, RAW_DV, QT, UNKNOWN_FORMAT };
|
|
|
Definition at line 23 of file preferences.h. 00023 { PAL_FORMAT, NTSC_FORMAT, AVI_DV1_FORMAT, AVI_DV2_FORMAT, QT_FORMAT, RAW_FORMAT, TEST_FORMAT, UNDEFINED };
|
|
|
Definition at line 24 of file preferences.h. 00024 { DISPLAY_XX, DISPLAY_GDKRGB, DISPLAY_GDKRGB32, DISPLAY_XV, DISPLAY_SDL };
|
|
|
Definition at line 26 of file preferences.h. 00026 { NORM_UNSPECIFIED = 0, NORM_PAL = 1, NORM_NTSC = 2 };
|
|
|
Definition at line 27 of file preferences.h. 00027 { AUDIO_32KHZ = 0, AUDIO_44KHZ = 1, AUDIO_48KHZ = 2 };
|
|
|
Definition at line 28 of file preferences.h. 00028 { ASPECT_43 = 0, ASPECT_169 = 1 };
|
1.4.2