Notifies a pipeline object to register itself with the Multimedia Class Scheduler Service (MMCSS).
This interface is a replacement for the IMFRealTimeClient interface.
interface IMFRealTimeClientEx : public IUnknown
A pipeline object (media source, media sink, or transform) should implement this interface if it meets either of the following conditions:
Note
Work queues are recommended instead of creating new threads. Work queues scale better, require fewer threads, and automatically support MMCSS.
Applications typically do not use this interface. The Media Foundation pipeline uses this interface to communicate with objects in the pipeline.
Header: Declared in mfidl.h.