GetSharpnessRange
Gets the maximum sharpness, minimum sharpness, and step sharpness of video upscale on a GPU.
Syntax
ADLX_RESULT GetSharpnessRange (ADLX_IntRange * range)
Parameters
-
[out]
range ADLX_IntRange * The pointer to a variable where the sharpness range of video upscale is returned.
Return Value
If the sharpness range is successfully returned, ADLX_OK is returned.
If the sharpness range is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The maximum sharpness, minimum sharpness, and step sharpness of video upscale are read only.
Additional Info
Video upscale improves video playback quality by applying sharpening on the upscaled video.
Requirements
Header |
include “IMultiMedia.h” |
Minimum version |
1.4 |