IADLXMultimediaChangedEvent
The IADLXMultimediaChangedEvent interface provides methods to check for changes to the multimedia settings.
InterfaceId: |
IADLXMultimediaChangedEvent |
Smart Pointer Interface Name: |
IADLXMultimediaChangedEventPtr |
Inherits: |
|
Inherited By: |
N/A |
Note: GetGPU returns the reference counted GPU used by all the methods in this interface to check if there are any changes in multimedia settings.
Methods
Method |
Description |
---|---|
Gets the reference-counted GPU interface on which multimedia settings are changed. |
|
Checks for changes to the video upscale settings. |
Requirements
Header |
include “IMultiMedia.h” |
Minimum version |
1.4 |
Example
To see how to use this interface in a C++ application, refer to the SyncMultimedia C++ sample .
For a C application, refer to the SyncMultimedia C sample .