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