VisioForge (c) 2025

Search Results for

    Class CrossBarOutputPin

    Crossbar output pin.

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

    Constructors

    CrossBarOutputPin()

    Initializes a new instance of the CrossBarOutputPin class.

    Declaration
    public CrossBarOutputPin()

    Properties

    InputPins

    Gets input pins.

    Declaration
    public List<CrossBarInputPin> InputPins { get; }
    Property Value
    Type Description
    List<CrossBarInputPin>

    Name

    Gets or sets name.

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

    PinIndex

    Gets or sets pin index.

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

    RelatedPinIndex

    Gets or sets related pin index.

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

    RoutedTo

    Gets or sets routed to pin index.

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

    Methods

    ~CrossBarOutputPin()

    Finalizes an instance of the CrossBarOutputPin class.

    Declaration
    protected ~CrossBarOutputPin()