MFSensorDeviceMode enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Specifies the sharing mode of an IMFSensorDevice.
Syntax
typedef enum _MFSensorDeviceMode { MFSensorDeviceMode_Controller = 0, MFSensorDeviceMode_Shared = 1 } MFSensorDeviceMode;
Constants
- MFSensorDeviceMode_Controller
-
The device is in controller mode, which means its settings can be modified.
- MFSensorDeviceMode_Shared
-
The device is in shared mode, which means it's settings can't be modified.
Show: