hwIAMFExportOptions SetQuality
Sets the quality used when exporting AMF files using the JPEG encoder.
Syntax
hwIAMFExportOptions_handle SetQuality quality
Application
HyperView Tcl Modify
Description
Inputs
- quality
- The quality to be used when exporting JPEG encoded AMF files. This must be between 0 and 100 (exclusive).
Example
hwi GetSessionHandle mySessionName
mySessionName GetAMFExportOptionsHandle myAmfOptions
myAmfOptions SetQuality 90
Errors
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 quality is not in the range listed above.