Class NodeInput


  • public final class NodeInput
    extends Object
    Describes an input signal to be used on a pipeline node.
    • Constructor Detail

      • NodeInput

        public NodeInput​(String nodeName)
        Creates an instance of NodeInput class.
        Parameters:
        nodeName - the nodeName value to set.
    • Method Detail

      • getNodeName

        public String getNodeName()
        Get the nodeName property: The name of the upstream node in the pipeline which output is used as input of the current node.
        Returns:
        the nodeName value.
      • getOutputSelectors

        public List<OutputSelector> getOutputSelectors()
        Get the outputSelectors property: Allows for the selection of specific data streams (eg. video only) from another node.
        Returns:
        the outputSelectors value.
      • setOutputSelectors

        public NodeInput setOutputSelectors​(List<OutputSelector> outputSelectors)
        Set the outputSelectors property: Allows for the selection of specific data streams (eg. video only) from another node.
        Parameters:
        outputSelectors - the outputSelectors value to set.
        Returns:
        the NodeInput object itself.