IMFMediaEngineClassFactory interface (mfmediaengine.h)

Creates an instance of the Media Engine.

Inheritance

The IMFMediaEngineClassFactory interface inherits from the IUnknown interface. IMFMediaEngineClassFactory also has these types of members:

Methods

The IMFMediaEngineClassFactory interface has these methods.

 
IMFMediaEngineClassFactory::CreateError

Creates a media error object.
IMFMediaEngineClassFactory::CreateInstance

Creates a new instance of the Media Engine.
IMFMediaEngineClassFactory::CreateTimeRange

Creates a time range object.

Remarks

Before using this interface, call CoInitializeEx and MFStartup.

To get a pointer to this interface, call CoCreateInstance. The class identifier is CLSID_MFMediaEngineClassFactory.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfmediaengine.h

See also

Media Engine Sample

Media Foundation Interfaces