Share via


VideoProcAmpFlags

Send Feedback

This enumeration indicates whether a particular video property is controlled manually or automatically.

typedef enum tagVideoProcAmpFlags {
  VideoProcAmp_Flags_Auto   = 0x0001,
  VideoProcAmp_Flags_Manual = 0x0002,
} VideoProcAmpFlags;

Elements

  • VideoProcAmp_Flags_Auto
    Indicates that the property is controlled manually.
  • VideoProcAmp_Flags_Manual
    Indicates that the property is controlled automatically.

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 | IAMVideoProcAmp Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.