Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
The CAMERACAPTURE_MODEenumeration specifies the camera mode used to initialize the Camera Capturefunction.
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 |