Class CrossBarInputPin
Crossbar input pin.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class CrossBarInputPin
Properties
CanRoute
Gets or sets a value indicating whether pins can be routed.
Declaration
public bool CanRoute { get; set; }
Property Value
Type | Description |
---|---|
bool |
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 |
RealPinIndex
Gets or sets real pin index.
Declaration
public int RealPinIndex { 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 |