IMFSensorActivityMonitor interface

Provides methods for controlling a sensor activity monitor.

Members

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

Methods

The IMFSensorActivityMonitor interface has these methods.

MethodDescription
Start

Starts the sensor activity monitor.

Stop

Stops the sensor activity monitor.

 

Remarks

Get an instance of this class by calling MFCreateSensorActivityMonitor. Sensor activity reports are delivered through the IMFSensorActivitiesReportCallback interface passed into this method.

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: