InterfaceIMFCaptureEngine
Interface
Definition
Namespace:MediaFoundation
Assembly:MediaFoundation.dll
Syntax:
cs-api-definition
[Guid("a6bba433-176b-48b2-b375-53aa03473207")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFCaptureEngine
Methods
GetSink(MF_CAPTURE_ENGINE_SINK_TYPE, out IMFCaptureSink)
Declaration
cs-api-definition
HResult GetSink(MF_CAPTURE_ENGINE_SINK_TYPE mfCaptureEngineSinkType, out IMFCaptureSink ppSink)
Parameters
mfCaptureEngineSinkType
ppSink
Returns
GetSource(out IMFCaptureSource)
Declaration
cs-api-definition
HResult GetSource(out IMFCaptureSource ppSource)
Parameters
ppSource
Returns
Initialize(IMFCaptureEngineOnEventCallback, IMFAttributes, object, object)
Declaration
cs-api-definition
HResult Initialize(IMFCaptureEngineOnEventCallback pEventCallback, IMFAttributes pAttributes, object pAudioSource, object pVideoSource)
Parameters
pEventCallback
IMFCaptureEngineOnEventCallback
pAttributes
pAudioSource
pVideoSource
Returns