The ltmmVideoProcAmpFlags constants indicate whether a particular video property is controlled manually or automatically. The values listed below can be used with some of the IltmmVideoProcAmp interface functions.
typedef enum ltmmVideoProcAmpFlags
{
ltmmVideoProcAmp_Flags_Auto = 0x0001,
ltmmVideoProcAmp_Flags_Manual = 0x0002
} ltmmVideoProcAmpFlags;
[0x0001] Indicates that the property is controlled automatically.
[0x0002] Indicates that the property is controlled manually.
For more detailed information, refer to the Microsoft documentation for the VideoProcAmpFlags Enumeration.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document