Skip to content

SetEnabled

Navigation: ADLX SDK ReferencesADLX InterfacesMultimediaIADLXVideoUpscale

Syntax

ADLX_RESULT    SetEnabled (adlx_bool enable)

Parameters

#DirectionNameTypeDescription
1.[in]enableadlx_boolThe 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

Headerinclude “IMultiMedia.h”
Minimum version1.4

See Also: ADLX Enums