SetEnabled
Sets video upscale to enabled or disabled on a GPU.
Syntax
ADLX_RESULT SetEnabled (adlx_bool enable)
Parameters
-
[in]
enable adlx_bool The new video upscale state. Set true to enable video upscale. Set false to disable video upscale.
Return Value
If the state of video upscale is successfully set, ADLX_OK is returned.
If the state of video upscale is not successfully set, 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 |