Class VideoCaptureDeviceAdjustValue
Video capture device adjust value.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class VideoCaptureDeviceAdjustValue
Constructors
VideoCaptureDeviceAdjustValue()
Initializes a new instance of the VideoCaptureDeviceAdjustValue class.
Declaration
public VideoCaptureDeviceAdjustValue()
VideoCaptureDeviceAdjustValue(int, bool)
Initializes a new instance of the VideoCaptureDeviceAdjustValue class.
Declaration
public VideoCaptureDeviceAdjustValue(int value, bool auto)
Parameters
Type | Name | Description |
---|---|---|
int | value | Value. |
bool | auto | Auto. |
Properties
Auto
Gets or sets a value indicating whether auto control is enabled.
Declaration
public bool Auto { get; set; }
Property Value
Type | Description |
---|---|
bool |
Value
Gets or sets minimal value.
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
int |