Specifies whether the camera is automatic or manual.
Syntax
typedef enum{
CameraControl_Flags_Auto = 0x0001,
CameraControl_Flags_Manual = 0x0002
} CameraControlFlags;
Elements
- CameraControl_Flags_Auto
- Sets the camera's automatic flag.
- CameraControl_Flags_Manual
- Sets the camera's manual flag.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.