Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/29/2010
The CameraCaptureMode enumeration specifies the camera mode used for image capture.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Syntax
public enum CameraCaptureMode
'Declaration
Public Enumeration CameraCaptureMode
Members
| Member name | Description |
|---|---|
| Still | Capture a still image. This is the default. Value = 0. |
| VideoOnly | Capture a video clip without audio. |
| VideoWithAudio | Capture a video clip with audio. |