Share via


CameraControlFlags

Send Feedback

This enumeration provides values that indicate whether a particular camera setting is controlled manually or automatically.

typedef enum{
  CameraControl_Flags_Auto   = 0x0001,
  CameraControl_Flags_Manual = 0x0002
} CameraControlFlags;

Elements

  • CameraControl_Flags_Auto
    Indicates that the setting is controlled automatically.
  • CameraControl_Flags_Manual
    Indicates that the setting is controlled manually.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.01 and later
Header:

See Also

DirectShow Enumerations | IAMCameraControl Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.