NodeInput Class

Definition

Describes an input signal to be used on a pipeline node.

public class NodeInput
type NodeInput = class
Public Class NodeInput
Inheritance
NodeInput

Constructors

NodeInput(String)

Initializes a new instance of NodeInput.

Properties

NodeName

The name of the upstream node in the pipeline which output is used as input of the current node.

OutputSelectors

Allows for the selection of specific data streams (eg. video only) from another node.

Methods

FromNodeName(String)

Constructs a NodeInput which connects all streams from the node with the given name.

Operators

Implicit(String to NodeInput)

Constructs a NodeInput which connects all streams from the node with the given name.

Applies to