Class VideoCaptureDeviceCameraControlValue
Video capture device camera control value.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class VideoCaptureDeviceCameraControlValue
Constructors
VideoCaptureDeviceCameraControlValue()
Initializes a new instance of the VideoCaptureDeviceCameraControlValue class.
Declaration
public VideoCaptureDeviceCameraControlValue()
VideoCaptureDeviceCameraControlValue(int, CameraControlFlags)
Initializes a new instance of the VideoCaptureDeviceCameraControlValue class.
Declaration
public VideoCaptureDeviceCameraControlValue(int value, CameraControlFlags flags)
Parameters
Type | Name | Description |
---|---|---|
int | value | Value. |
CameraControlFlags | flags | Flags. |
Properties
Flags
Gets or sets flags.
Declaration
public CameraControlFlags Flags { get; set; }
Property Value
Type | Description |
---|---|
CameraControlFlags |
Value
Gets or sets minimal value.
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
int |