Class CrossBarConnections
Crossbar connections.
Inherited Members
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 |