C#
VB
C++
The VideoProcAmpFlags enumeration values indicate whether a particular video property is controlled manually or automatically.
public enum VideoProcAmpFlags
Public Enum VideoProcAmpFlags
public enum class VideoProcAmpFlags
Members
Value | Member | Description |
---|---|---|
1 | Auto | Indicates that the property is controlled automatically. |
2 | Manual | Indicates that the property is controlled manually. |
4 | Unsupported | Indicates that the property is not supported by the video device. |
For more information, refer to the Microsoft documentation for the VideoProcAmpFlags enumeration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET