formZ SDK | 5.0 API Reference | System | System

fz_syst_anim_export

Description

Exports an animation of a formZ animation file (.fan) to another animation file format. Instead of passing in the dst_floc with an extension, the correct extension will be appended to the destination file name based on the ref_id parameter. Among the valid file formats (if supported by the operating ) are QuickTime, AVI, and a number of image formats like .bmp and .tiff.

Plugin Prototype

fzrt_error_td fz_syst_anim_export(

fzrt_floc_ptr

src_floc,

fzrt_floc_ptr

dst_floc,

fz_ffmt_ref_td

ref_id )

Parameters

src_floc [Input]

source formZ animation file (.fan).

dst_floc [Input]

destination file for exported animation (without an extenstion).

ref_id [Input]

destination file format type.

Returns

Error codes.

Availability

5.0.0.0

Example Files

util_system_opts.fsl
util_anim_export.fsl

See Also

fz_syst_anim_expt_get_parm,

Function Set

fz_syst_fset


Defined in

fz_syst_api.h