Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

preferences.h File Reference

#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 }


Define Documentation

#define PREFERENCES_H   1
 

Definition at line 20 of file preferences.h.


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
AVI 
PLAYLIST 
RAW_DV 
QT 
UNKNOWN_FORMAT 

Definition at line 22 of file preferences.h.

anonymous enum
 

Enumeration values:
PAL_FORMAT 
NTSC_FORMAT 
AVI_DV1_FORMAT 
AVI_DV2_FORMAT 
QT_FORMAT 
RAW_FORMAT 
TEST_FORMAT 
UNDEFINED 

Definition at line 23 of file preferences.h.

anonymous enum
 

Enumeration values:
DISPLAY_XX 
DISPLAY_GDKRGB 
DISPLAY_GDKRGB32 
DISPLAY_XV 
DISPLAY_SDL 

Definition at line 24 of file preferences.h.

anonymous enum
 

Enumeration values:
NORM_UNSPECIFIED 
NORM_PAL 
NORM_NTSC 

Definition at line 26 of file preferences.h.

00026 { NORM_UNSPECIFIED = 0, NORM_PAL = 1, NORM_NTSC = 2 };

anonymous enum
 

Enumeration values:
AUDIO_32KHZ 
AUDIO_44KHZ 
AUDIO_48KHZ 

Definition at line 27 of file preferences.h.

00027 { AUDIO_32KHZ = 0, AUDIO_44KHZ = 1, AUDIO_48KHZ = 2 };

anonymous enum
 

Enumeration values:
ASPECT_43 
ASPECT_169 

Definition at line 28 of file preferences.h.

00028 { ASPECT_43 = 0, ASPECT_169 = 1 };


Generated on Sun Mar 11 22:12:35 2007 for Kino by  doxygen 1.4.2