Skip to content

GetSharpness

Navigation: ADLX SDK ReferencesADLX InterfacesMultimediaIADLXVideoUpscale

Syntax

ADLX_RESULT    GetSharpness (adlx_int* currentMinRes)

Parameters

#DirectionNameTypeDescription
1.[out]currentMinResadlx_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

Headerinclude “IMultiMedia.h”
Minimum version1.4

See Also: ADLX Enums