Interface IPipelineNode
- All Known Subinterfaces:
IDrawingSpace
,ILayeredDrawingSpace
,IPipelineInput
,IPipelineOutput
,IPipelineStream
public interface IPipelineNode
Implemented by every pipeline processing element.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
destroy()
Destroys all related resources to this node.
WARNING: This method should be called when the pipeline node is no longer needed.
-
Method Details
-
destroy
default void destroy()Destroys all related resources to this node.
WARNING: This method should be called when the pipeline node is no longer needed. It is not guaranteed that a pipeline node will work correctly after this method is called.
-