ICSetSharpening(3mms) — Subroutines
Name
ICSetSharpening --- Set current sharpening value
Syntax
#include <mme/mme_api.h>
MMRESULT ICSetSharpening(HIC hic,
DWORD dwSharpening);
Arguments
HIC hic
Specifies a handle to a compressor or decompressor.
DWORD dwSharpening
Specifies the sharpening value. This value ranges from 0 to 10,000.
Description
The ICSetSharpening function sets the current sharpening value.
Extensions
The ICSetSharpening function is a Digital extension to the Microsoft multimedia API specification.
Return Values
Returns ICERR_OK if the function is successful; otherwise, it returns one of the following error codes:
ICERR_BADHANDLE@T{ The hic argument is invalid or the compressor or decompressor is not open. T} ICERR_BADPARAM@T{ The value of the dwSharpening argument is out of range. T} ICERR_CANTUPDATE@T{ The attribute cannot be modified. T} ICERR_UNSUPPORTED@T{ The function is not supported. T}