IMFMediaEngineClassFactory interface
Creates an instance of the Media Engine.
Members
The IMFMediaEngineClassFactory interface inherits from the IUnknown interface. IMFMediaEngineClassFactory also has these types of members:
Methods
The IMFMediaEngineClassFactory interface has these methods.
| Method | Description |
|---|---|
| CreateError |
Creates a media error object. |
| CreateInstance |
Creates a new instance of the Media Engine. |
| 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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: