Skip to content

SetEnabled

Navigation: ADLX SDK ReferencesADLX InterfacesMultimediaIADLXVideoSuperResolution

Syntax

ADLX_RESULT    SetEnabled (adlx_bool enable)

Parameters

#DirectionNameTypeDescription
1.[in]enableadlx_boolThe new video super resolution state. Set true to enable video super resolution. Set false to disable video super resolution.

Return Value

If the state of video super resolution is successfully set, ADLX_OK is returned.

If the state of video super resolution is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Video super resolution quadruples the video playback resolution on supported applications.

Requirements

Headerinclude “IMultiMedia.h”
Minimum version1.4

See Also: ADLX Enums