Package ws.schild.jave.filters
Class ConcatFilter
java.lang.Object
ws.schild.jave.filters.Filter
ws.schild.jave.filters.ConcatFilter
- All Implemented Interfaces:
VideoFilter
-
Constructor Summary
ConstructorsConstructorDescriptionConcatFilter(List<String> inputLabels) Apply the concatenate filter to the associated input labels -
Method Summary
Methods inherited from class ws.schild.jave.filters.Filter
addInputLabel, addNamedArgument, addOrderedArgument, addOutputLabel, escapingPath, getExpression, setQuoteCharacter
-
Constructor Details
-
ConcatFilter
Apply the concatenate filter to the associated input labels- Parameters:
inputLabels- The list of labels to be used as inputs to this concat filter.
-