VisioForge (c) 2025

Search Results for

    Class CrossBarConnections

    Crossbar connections.

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

    Properties

    InPin

    Gets or sets input pin ID.

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

    OutPin

    Gets or sets output pin ID.

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