Class VideoCaptureDeviceAdjustRanges
Video capture device adjust ranges.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class VideoCaptureDeviceAdjustRanges
Properties
Auto
Gets or sets a value indicating whether to use auto control.
Declaration
public bool Auto { get; set; }
Property Value
Type | Description |
---|---|
bool |
Default
Gets or sets default value.
Declaration
public int Default { get; set; }
Property Value
Type | Description |
---|---|
int |
Max
Gets or sets max value.
Declaration
public int Max { get; set; }
Property Value
Type | Description |
---|---|
int |
Min
Gets or sets minimal value.
Declaration
public int Min { get; set; }
Property Value
Type | Description |
---|---|
int |
Step
Gets or sets step value.
Declaration
public int Step { get; set; }
Property Value
Type | Description |
---|---|
int |