add
Function Usage
Adds a plugin to a stream. The added plugins are connected in sequence.
Prototype
def add(self, node:PluginNode) -> None:
pass
Input Parameter Description
Parameter |
Type |
Description |
|---|---|---|
node |
PluginNode |
Information about the plugin to be added |
Parent topic: SequentialStream