Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFCaptureEngineOnSampleCallback interface

Callback interface to receive data from the capture engine.

When to implement

Implement this interface to receive the raw captured data from a capture sink.

Members

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

Methods

The IMFCaptureEngineOnSampleCallback interface has these methods.

MethodDescription
OnSample

Called when the capture sink receives a sample.

 

Remarks

To set the callback interface, call one of the following methods.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Mfcaptureengine.h

See also

Media Foundation Interfaces

 

 

Show:
© 2017 Microsoft