CAMERACAPTURE_MODE

Send Feedback

The CAMERACAPTURE_MODE enumeration specifies the camera mode used to initialize the Camera Capture function.

Syntax

enum {
  CAMERACAPTURE_MODE_STILL = 0,
  CAMERACAPTURE_MODE_VIDEOONLY,
  CAMERACAPTURE_MODE_VIDEOWITHAUDIO,
} CAMERACAPTURE_MODE;

Enumerators

  • CAMERACAPTURE_MODE_STILL
    Capture a still image. This is the default value.
  • CAMERACAPTURE_MODE_VIDEOONLY
    Capture a video clip without audio.
  • CAMERACAPTURE_MODE_VIDEOWITHAUDIO
    Capture a video clip with audio.

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_STILLQUALITY Enumeration | CAMERACAPTURE_VIDEOTYPES Enumeration | Camera | Camera Capture Graph

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.