VisioForge (c) 2025

Search Results for

    Class VideoCaptureDeviceCameraControlValue

    Video capture device camera control value.

    Inheritance
    object
    VideoCaptureDeviceCameraControlValue
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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