00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __FE2_PNG_EXPORT_FILTER_H__
00016 #define __FE2_PNG_EXPORT_FILTER_H__
00017
00103 #define FE2_FILTER_PNGEX "png exporter"
00104
00122 #define FE2_PNGEX_OUTPUT_DIRECTORY "pngex_dir"
00123
00140 #define FE2_PNGEX_FILENAME_PREFIX "pngex_prefix"
00141
00158 #define FE2_PNGEX_FILENAME_SUFFIX "pngex_suffix"
00159
00176 #define FE2_PNGEX_ENABLE_ALPHA "pngex_alpha"
00177
00194 #define FE2_PNGEX_EXPORT_INTERVAL "pngex_interval_ms"
00195
00213 #define FE2_PNGEX_EXPORT_TIME_STRING "pngex_time_str_ms"
00214
00233 #define FE2_PNGEX_EXPORT_CUE_POINTS "pngex_cue_points"
00234
00267 #define FE2_PNGEX_AUTO_EXPORT_COUNT "pngex_auto_count"
00268
00293 #define FE2_PNGEX_AUTO_EXPORT_START_TIME "pngex_auto_begin_ms"
00294
00309 #define FE2_PNGEX_AUTO_EXPORT_END_TIME "pngex_auto_end_ms"
00310
00340 #define FE2_PNGEX_AUTO_EXPORT_RANDOM_PERIOD "pngex_random_period"
00341
00357 #define FE2_PNGEX_EXPORT_FIRST_FRAME_PNG "pngex_first_frame"
00358
00374 #define FE2_PNGEX_COMPRESSION_LEVEL "pngex_cxlvl"
00375
00381 #define FE2_PNGEX_WIDTH "pngex_w"
00382
00388 #define FE2_PNGEX_HEIGHT "pngex_h"
00389
00391 typedef enum {
00392 FE2_PNGEX_CP_EVENT = 1,
00394 FE2_PNGEX_CP_NAV = 2,
00396 FE2_PNGEX_CP_ALL = 3
00398 } FE2_PNGExCuePtMode;
00399
00401 #endif