MFSensorDeviceType 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 type of a sensor device. A value from this enumeration is returned by IMFSensorDevice::GetDeviceType.

Syntax


typedef enum _MFSensorDeviceType { 
  MFSensorDeviceType_Unknown        = 0,
  MFSensorDeviceType_Device         = 1,
  MFSensorDeviceType_MediaSource    = 2,
  MFSensorDeviceType_FrameProvider  = 3
} MFSensorDeviceType;

Constants

MFSensorDeviceType_Unknown

The sensor device type is unknown.

MFSensorDeviceType_Device

The sensor device is a physical device. Physical cameras may register as KSCATEGORY_SENSOR_CAMERA or KSCATEGORY_VIDEO_CAMERA or both.

MFSensorDeviceType_MediaSource

The sensor device is a custom media source.

MFSensorDeviceType_FrameProvider

The sensor device is a legacy frame provider.

 

 

Show: