CAMERACAPTURE_MODE

4/8/2010

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

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