CAMERACAPTURE_STILLQUALITY

Send Feedback

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 > Camera Options > 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

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: Aygshell.h
Library: Aygshell.dll

See Also

SHCameraCapture Function | SHCAMERACAPTURE Structure | CAMERACAPTURE_MODE Enumeration | CAMERACAPTURE_VIDEOTYPES Enumeration | Camera | Camera Capture Graph

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.