WPD_FOCUS_MODES enumeration

The WPD_FOCUS_MODES enumeration type describes the focus mode used by a still image capture device.

Syntax

typedef enum WPD_FOCUS_MODES { 
  WPD_FOCUS_UNDEFINED        = 0,
  WPD_FOCUS_MANUAL           = 1,
  WPD_FOCUS_AUTOMATIC        = 2,
  WPD_FOCUS_AUTOMATIC_MACRO  = 3
} ;

Constants

WPD_FOCUS_UNDEFINED

The focus mode has not been specified.

WPD_FOCUS_MANUAL

Specifies manual focus.

WPD_FOCUS_AUTOMATIC

Specifies automatic focus, controlled by the device.

WPD_FOCUS_AUTOMATIC_MACRO

Specifies that the device should automatically switch between macro and normal focus, as required.

Remarks

This enumeration is used by the WPD_STILL_IMAGE_FOCUS_MODE property.

Requirements

Requirement Value
Header
PortableDevice.h

See also

Structures and Enumeration Types