Skip to content

IADLXMultimediaServices

Navigation: ADLX SDK ReferencesADLX InterfacesMultimedia

The IADLXMultimediaServices is the main interface for the Multimedia domain. It provides interface access to control specific multimedia features such as video upscale, and video super resolution.

InterfaceId:IADLXMultimediaServices
Smart Pointer Interface Name:IADLXMultimediaServicesPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
GetMultimediaChangedHandlingGets the reference counted interface that allows registering and unregistering for notifications when multimedia settings change.
GetVideoSuperResolutionGets the reference-counted video super resolution interface of a GPU.
GetVideoUpscaleGets the reference-counted video upscale interface of a GPU.

Requirements

Headerinclude “IMultiMedia.h”
Minimum version1.4

Example

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

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

Subpages

  • GetMultimediaChangedHandling - Gets the reference counted interface that allows registering and unregistering for notifications when multimedia settings change.
  • GetVideoSuperResolution - Gets the reference-counted video super resolution interface of a GPU.
  • GetVideoUpscale - Gets the reference-counted video upscale interface of a GPU.

API Reference

This page references: