IMFSensorActivitiesReportCallback interface

Interface implemented by the client to receive callbacks when sensor activity reports are available.

Members

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

Methods

The IMFSensorActivitiesReportCallback interface has these methods.

MethodDescription
OnActivitiesReport

Raised by the media pipeline when a new IMFSensorActivitiesReport is available.

 

Remarks

Register the callback by passing an implementation of this interface into MFCreateSensorActivityMonitor.

Requirements

Minimum supported client

Windows 10, version 1703 [desktop apps only]

Minimum supported server

None supported

Header

Mfidl.h

Library

Mfplat.lib;
Mfplat.dll

 

 

Show: