WPD_FOCUS_MODES

banner art

Previous Next

WPD_FOCUS_MODES

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
};

Members

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

Header: Defined in PortableDevice.h

See Also

Previous Next