flixengine2/filters/png_export.h

Go to the documentation of this file.
00001 /*
00002 //==========================================================================
00003 //
00004 //  Copyright (c) On2 Technologies Inc. All Rights Reserved.
00005 //
00006 //--------------------------------------------------------------------------
00007 //
00008 //  File:        $Workfile: png_export.h$
00009 //               $Revision: 25$
00010 //
00011 //  Last Update: $DateUTC: 2008-04-30 15:33:34Z$
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 /*__FE2_PNG_EXPORT_FILTER_H__*/

On2 Technologies, Inc Flix Engine Linux documentation, generated on Mon May 19 10:56:06 2008 by doxygen 1.5.2