This document is archived and information here might be outdated. Recommended version. |
Provides access to properties and methods needed to manage the animation creation tool.
Name | Description | |
---|---|---|
DisplayConfigurationDlg | Displays the configuration dialog box for the animation engine. | |
FileExtension | The file extension for this engine; e.g., AVI extension for the AVIAnimationEngine. | |
FrameType | Indicates type of frame used for output. | |
IsConfigurable | Indicates whether or not a given animation engine is configurable by the user. | |
Name | A concise descriptive name for the animation engine. | |
OutputFileName | The full OutputFileName of the animation file. | |
ParentWindow | The handle ID to the parent window of this object. | |
ProcessFrame | Processes video frames from the animation engine. | |
ProcessFrameByFile | Add the specified file to the animation file being generated. | |
SetFrameSize | Defines height and width (in pixels) of output frames. | |
StartProcessing | Starts processing of output file or files. | |
StopProcessing | Stops the processing of output file or files. |
Classes | Description |
---|---|
AVIAnimationEngine | COM object used to create AVI files. |
FrameAnimationEngine | COM object used to create animation frames. |