NodeInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET