VideoProcAmpFlags enumeration (strmif.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The VideoProcAmpFlags enumeration indicates whether a particular video property is controlled manually or automatically.
Syntax
typedef enum tagVideoProcAmpFlags {
VideoProcAmp_Flags_Auto = 0x1,
VideoProcAmp_Flags_Manual = 0x2
} VideoProcAmpFlags;
Constants
VideoProcAmp_Flags_Auto Value: 0x1 The setting is controlled automatically. |
VideoProcAmp_Flags_Manual Value: 0x2 The setting is controlled manually. |
Remarks
The following flags defined in KsMedia.h are equivalent to the values in VideoProcAmpFlags:
#define KSPROPERTY_VIDEOPROCAMP_FLAGS_AUTO 0X0001L
#define KSPROPERTY_VIDEOPROCAMP_FLAGS_MANUAL 0X0002L
Requirements
Requirement | Value |
---|---|
Header | strmif.h (include Dshow.h) |