| Visual Basic (Declaration) | |
|---|---|
Public Enum VideoProcAmpFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As VideoProcAmpFlags | |
| C# | |
|---|---|
public enum VideoProcAmpFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class VideoProcAmpFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Auto | Indicates that the property is controlled automatically. |
| Manual | Indicates that the property is controlled manually. |
| Unsupported | Indicates that the property is not supported by the video device. |
For more information, refer to the Microsoft documentation for the VideoProcAmpFlags enumeration.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.VideoProcAmpFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code