hwIAMFExportOptions GetSize

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

Syntax

hwIAMFExportOptions_handle GetSize

Application

HyperView Tcl Query

Description

This command retrieves the relative size (percent) used when exporting AMF files. This is an integer value, with possible values including 100, 75, 50, or 33.
Note: This parameter is used when exporting AMF files from either the video or animation clients during video capture.

Example

To determine the current size used when exporting AMF files:
hwi GetSessionHandle mySessionName
mySessionName GetAMFExportOptionsHandle myAmfOptions
myAmfOptions GetSize

Error

Returns the relative size (in percent) used when exporting AMF files, otherwise 0 if an error occurs.