IADLXMultimediaServices
The IADLXMultimediaServices is the main interface for the Multimedia domain and provides access to interfaces that control specific multimedia features, such as video upscale.
InterfaceId: |
IADLXMultimediaServices |
Smart Pointer Interface Name: |
IADLXMultimediaServicesPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the reference counted interface that allows registering and unregistering for notifications when multimedia settings change. |
|
Gets the reference-counted video upscale interface of a GPU. |
Requirements
Header |
include “IMultiMedia.h” |
Minimum version |
1.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 .