Represents the pipe (link) between filter pads.
Internal use only. Please use FilterComplexContext.pipe().
FilterComplexContext.pipe()
Optional
Give this pipe an unique name in order to refer to it elsewhere.
It makes this pipe fixed and prevents renaming.
An error will be thrown if this pipe is fixed.
Name of the pipe.
Set the hint of the pipe.
It will be used in error messages.
Hint
Similar to toString(), but only for debugging purpose.
toString()
Mark this pipe with the specified media type.
Media type.
Notify that the input side of the pipe is connected to another pad.
This will throw an error if the input side has already been connected.
Notify that the output side of the pipe is connected to another pad.
This will throw an error if the output side has already been connected.
Return the string representation of this pipe (e.g. [pipe]).
[pipe]
Represents the pipe (link) between filter pads.