IMFCaptureEngine::GetSource method (mfcaptureengine.h)
Gets a pointer to the capture source object. Use the capture source to configure the capture devices.
Syntax
HRESULT GetSource(
[out] IMFCaptureSource **ppSource
);
Parameters
[out] ppSource
Receives a pointer to the IMFCaptureSource interface. The caller must release the interface.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |