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
00099 #define FE2_FILTER_PNGEX "png exporter"
00100
00118 #define FE2_PNGEX_OUTPUT_DIRECTORY "pngex_dir"
00119
00136 #define FE2_PNGEX_FILENAME_PREFIX "pngex_prefix"
00137
00154 #define FE2_PNGEX_FILENAME_SUFFIX "pngex_suffix"
00155
00172 #define FE2_PNGEX_ENABLE_ALPHA "pngex_alpha"
00173
00190 #define FE2_PNGEX_EXPORT_INTERVAL "pngex_interval_ms"
00191
00209 #define FE2_PNGEX_EXPORT_TIME_STRING "pngex_time_str_ms"
00210
00229 #define FE2_PNGEX_EXPORT_CUE_POINTS "pngex_cue_points"
00230
00263 #define FE2_PNGEX_AUTO_EXPORT_COUNT "pngex_auto_count"
00264
00289 #define FE2_PNGEX_AUTO_EXPORT_START_TIME "pngex_auto_begin_ms"
00290
00305 #define FE2_PNGEX_AUTO_EXPORT_END_TIME "pngex_auto_end_ms"
00306
00336 #define FE2_PNGEX_AUTO_EXPORT_RANDOM_PERIOD "pngex_random_period"
00337
00353 #define FE2_PNGEX_EXPORT_FIRST_FRAME_PNG "pngex_first_frame"
00354
00370 #define FE2_PNGEX_COMPRESSION_LEVEL "pngex_cxlvl"
00371
00379 #define FE2_PNGEX_WIDTH "pngex_w"
00380
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