Skip to content

IADLXVideoSuperResolution

Navigation: ADLX SDK ReferencesADLX InterfacesMultimedia

The IADLXVideoSuperResolution interface configures the Video Super Resolution (VSR) settings of a GPU.

InterfaceId:IADLXVideoSuperResolution
Smart Pointer Interface Name:IADLXVideoSuperResolutionPtr
Inherits:IADLXInterface
Inherited By:N/A

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

Methods

MethodDescription
IsEnabledChecks if video super resolution is enabled on a GPU.
IsSupportedChecks if video super resolution is supported on a GPU.
SetEnabledSets video super resolution to enabled or disabled on a GPU.

Requirements

Headerinclude “IMultiMedia.h”
Minimum version1.4

Example

To see how to use this interface in a C++ application, refer to the VideoSuperResolution C++ sample.

For a C application, refer to the VideoSuperResolution C sample.

Subpages

  • IsEnabled - Checks if video super resolution is enabled on a GPU.
  • IsSupported - Checks if video super resolution is supported on a GPU.
  • SetEnabled - Sets video super resolution to enabled or disabled on a GPU.

See Also: IADLXInterface, IsEnabled, IsSupported, SetEnabled, SyncMultimedia