VisioForge (c) 2025

Search Results for

    Class VideoCaptureDeviceFormat

    Video capture device format.

    Inheritance
    object
    VideoCaptureDeviceFormat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class VideoCaptureDeviceFormat

    Constructors

    VideoCaptureDeviceFormat(string)

    Initializes a new instance of the VideoCaptureDeviceFormat class.

    Declaration
    public VideoCaptureDeviceFormat(string name)
    Parameters
    Type Name Description
    string name

    Name.

    VideoCaptureDeviceFormat(string, int, int, Guid)

    Initializes a new instance of the VideoCaptureDeviceFormat class.

    Declaration
    public VideoCaptureDeviceFormat(string name, int width, int height, Guid subtype)
    Parameters
    Type Name Description
    string name

    Name.

    int width

    Width.

    int height

    Height.

    Guid subtype

    Subtype.

    Properties

    FrameRates

    Gets or sets the frame rate list.

    Declaration
    public List<VideoFrameRate> FrameRates { get; set; }
    Property Value
    Type Description
    List<VideoFrameRate>

    Height

    Gets or sets height.

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

    Name

    Gets or sets name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SubType

    Gets or sets sub type.

    Declaration
    public Guid SubType { get; set; }
    Property Value
    Type Description
    Guid

    Width

    Gets or sets width.

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

    Methods

    ToString()

    ToString implementation.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    Returns string.

    Overrides
    object.ToString()