hwIAMFExportOptions GetQuality

Gets the quality used when exporting AMF files using JPEG encoding.

Syntax

hwIAMFExportOptions_handle GetQuality

Application

HyperView Tcl Query

Description

This command retrieves the quality used when exporting AMF files using JPEG encoding. This is a floating point value between 0 and 100 (exclusive). A large quality means better image fidelity but larger image size.
Note: This parameter is used when exporting AMF files from any client during video capture.

Example

To determine the current quality setting used when exporting AMF files:
hwi GetSessionHandle mySessionName
mySessionName GetAMFExportOptionsHandle myAmfOptions
myAmfOptions GetQuality

Error

Returns the quality used when exporting JPEG encoded AMF files, otherwise 0 if an error occurs.