hwIAVIExportOptions SetSize
Sets the relative image size (in percent) used when exporting AVI files.
Syntax
hwIAVIExportOptions_handle SetSize size
Application
Tcl Modify
Description
This parameter is used when exporting AVI files from either the video or animation clients during HTML export.
Inputs
- size
- The relative image size (in percent) to be used when exporting AVI files. Values include 100, 50, or 33.
Example
To set the current relative image size used when exporting AVI
files:
hwi GetSessionHandle mySessionName
mySessionName GetAVIExportOptionsHandle
myAviOptions
myAviOptions SetSize 50
Error
Success (0) or an error code (see below).
- HW_InvalidHandle
- The handle used to invoke the method is no longer valid.
- HW_InvalidArgs
- The value of the argument size is not one of those listed above.