Chỉnh sửa

Chia sẻ qua


IMFCaptureEngineClassFactory interface (mfcaptureengine.h)

Creates an instance of the capture engine.

Inheritance

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

Methods

The IMFCaptureEngineClassFactory interface has these methods.

 
IMFCaptureEngineClassFactory::CreateInstance

Creates an instance of the capture engine. (IMFCaptureEngineClassFactory.CreateInstance)

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

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header mfcaptureengine.h

See also

Media Foundation Interfaces