CAMERACAPTURE_STILLQUALITY

4/8/2010

The CAMERACAPTURE_STILLQUALITY enumeration specifies the compression level used for still image capture.

Syntax

enum {
  CAMERACAPTURE_STILLQUALITY_DEFAULT = 0,
  CAMERACAPTURE_STILLQUALITY_LOW,
  CAMERACAPTURE_STILLQUALITY_NORMAL,
  CAMERACAPTURE_STILLQUALITY_HIGH,
} CAMERACAPTURE_STILLQUALITY;

Enumerators

  • CAMERACAPTURE_STILLQUALITY_DEFAULT
    Capture a still image using the default compression level. This is the quality last selected by the user in Picture & Video > CameraOptions > Still image compression level:. This is the default value.
  • CAMERACAPTURE_STILLQUALITY_LOW
    Capture a still image using the Low Quality compression level.
  • CAMERACAPTURE_STILLQUALITY_NORMAL
    Capture a still image using the Normal Quality compression level.
  • CAMERACAPTURE_STILLQUALITY_HIGH
    Capture a still image using the High Quality compression level.

Requirements

Header aygshell.h
Library Aygshell.dll
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Shell Enumerations
SHCameraCapture
SHCAMERACAPTURE (structure)
CAMERACAPTURE_STILLQUALITY
CAMERACAPTURE_VIDEOTYPES

Other Resources

Camera Capture
Camera Capture Graph