VisioForge (c) 2025

Search Results for

    Class VideoCaptureDeviceCameraControlRanges

    Video capture device camera control ranges.

    Inheritance
    object
    VideoCaptureDeviceCameraControlRanges
    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 VideoCaptureDeviceCameraControlRanges

    Properties

    Default

    Gets or sets default value.

    Declaration
    public int Default { get; set; }
    Property Value
    Type Description
    int

    Flags

    Gets or sets flags.

    Declaration
    public CameraControlFlags Flags { get; set; }
    Property Value
    Type Description
    CameraControlFlags

    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