hwIAMFExportOptions SetSize

Sets the relative image size (percent) used when exporting AMF files.

Syntax

hwIAMFExportOptions_handle SetSize size

Application

HyperView Tcl Modify

Description

This command sets the relative image size (percent) used when exporting AMF files.
Note: This parameter is used when exporting AMF files from either the video or animation clients during video capture.

Inputs

size
The relative image size (in percent) to be used when exporting AMF files. Values include: 100, 75, 50, or 33.

Example

To set the current relative image size used when exporting AMF files:
hwi GetSessionHandle mySessionName
mySessionName GetAMFExportOptionsHandle
myAmfOptions
myAmfOptions SetSize 50

Error

Returns 0 if successful, or an error code (3 = HW_InvalidHandle) - if the handle used to invoke the method is no longer valid or

(HW_InvalidArgs) - if the value of the argument size is not one of those listed above.