Class CrossBarOutputPin
Crossbar output pin.
Inherited Members
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()