IMFCaptureEngineClassFactory interface
Creates an instance of the capture engine.
Members
The IMFCaptureEngineClassFactory interface inherits from the IUnknown interface. IMFCaptureEngineClassFactory also has these types of members:
Methods
The IMFCaptureEngineClassFactory interface has these methods.
| Method | Description |
|---|---|
| CreateInstance |
Creates an instance of the capture engine. |
Remarks
To get a pointer to this interface, call the CoCreateInstance function and specify the CLSID equal to CLSID_MFCaptureEngineClassFactory.
Calling the MFCreateCaptureEngine function is equivalent to calling IMFCaptureEngineClassFactory::CreateInstance.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also