WPD_CAPTURE_MODES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagWPD_CAPTURE_MODES {
  WPD_CAPTURE_MODE_UNDEFINED,
  WPD_CAPTURE_MODE_NORMAL,
  WPD_CAPTURE_MODE_BURST,
  WPD_CAPTURE_MODE_TIMELAPSE
} WPD_CAPTURE_MODES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_capture_modes)

tagWPD_CAPTURE_MODES enumeration

Description

The WPD_CAPTURE_MODES enumeration type describes the capture timing mode of a still image capture.

Constants

WPD_CAPTURE_MODE_UNDEFINED

The capture mode has not been defined.

WPD_CAPTURE_MODE_NORMAL

No delay or burst mode should be used.

WPD_CAPTURE_MODE_BURST

Specifies that a defined number of images should be captured with a defined interval between them. The number of images to capture and time delay between them are specified by the WPD_STILL_IMAGE_BURST_NUMBER and WPD_STILL_IMAGE_BURST_INTERVAL properties.

WPD_CAPTURE_MODE_TIMELAPSE

Image capture should use time lapse photography. The number of images and interval between them are described by the WPD_STILL_IMAGE_TIMELAPSE_NUMBER and WPD_STILL_IMAGE_TIMELAPSE_INTERVAL properties.

Remarks

This enumeration is used by the WPD_STILL_IMAGE_CAPTURE_MODE property.

See also

Structures and Enumeration Types

WPD Properties and Attributes