IMFWorkQueueServicesEx interface
Extends the IMFWorkQueueServices interface.
Members
The IMFWorkQueueServicesEx interface inherits from IMFWorkQueueServices. IMFWorkQueueServicesEx also has these types of members:
Methods
The IMFWorkQueueServicesEx interface has these methods.
| Method | Description |
|---|---|
| BeginRegisterPlatformWorkQueueWithMMCSSEx |
Registers a platform work queue with Multimedia Class Scheduler Service (MMCSS) using the specified class and task id. |
| GetPlatformWorkQueueMMCSSPriority |
Gets the priority of the Multimedia Class Scheduler Service (MMCSS) priority associated with the specified platform work queue. |
| GetTopologyWorkQueueMMCSSPriority |
Retrieves the Multimedia Class Scheduler Service (MMCSS) string associated with the given topology work queue. |
| RemoteBeginRegisterPlatformWorkQueueWithMMCSSEx |
Remotable version of IMFWorkQueueServicesEX::BeginRegisterPlatformWorkQueueWithMMCSSEx. |
Remarks
This interface allows applications to control both platform and topology work queues.
The IMFWorkQueueServices can be obtained from the session by querying for the MF_WORKQUEUE_SERVICES service.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also