Fe2_pngex_width, Fe2_pngexcueptmode, Fe2_pngex_cp_event – Google Flix Engine Linux Reference Manual User Manual
Page 147: Fe2_pngex_cp_nav, Fe2_pngex_cp_all, 3 enumeration type documentation
5.32 PNG Image Export (Thumbnail)
141
5.32.2.15
#define FE2_PNGEX_OUTPUT_DIRECTORY
Filter parameter for setting PNG image output directory.
If a directory is not specified, the PNG exporter will write PNG images to the directory specified in the
path passed to
For example, the following code will set the PNG export directory to /png/output/directory:
sc = Flix2_AddFilter(&png_exporter_plgn, flix, FE2_FILTER_PNGEX);
if (sc == ON2_OK)
// output PNGs to directory
sc = Flix2_FilterSetParamAsStr(png_exporter_plgn,
FE2_PNGEX_OUTPUT_DIRECTORY, "/png/output/directory");
Definition at line 118 of file png_export.h.
5.32.2.16
#define FE2_PNGEX_WIDTH
Filter parameter for setting PNG image width.
Note:
Default: input width
From 8.0.16.0, use of the
defined for
is valid
Definition at line 379 of file png_export.h.
5.32.3
Enumeration Type Documentation
5.32.3.1
enum FE2_PNGExCuePtMode
Constants for use with
Enumerator:
FE2_PNGEX_CP_EVENT PNG image exporter will export PNGs for only event cue points
FE2_PNGEX_CP_NAV PNG image exporter will export PNGs for only navigation cue points
FE2_PNGEX_CP_ALL PNG image exporter will export PNGs for all cue points
Definition at line 391 of file png_export.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen