Uses of Class
ws.schild.jave.filters.FilterChain
Packages that use FilterChain
-
Uses of FilterChain in ws.schild.jave.filtergraphs
Methods in ws.schild.jave.filtergraphs that return FilterChainModifier and TypeMethodDescriptionstatic FilterChainTrimAndWatermark.filterChainForTrimInfo(TrimAndWatermark.TrimInfo info) static FilterChainTrimFadeAndWatermark.filterChainForTrimInfo(TrimAndWatermark.TrimInfo info, EnumSet<FadeDirection> fades, Double fadeDuration) private FilterChainFilterAndWatermark.prepFilterChain(FilterChain chain, Integer i) Methods in ws.schild.jave.filtergraphs with parameters of type FilterChainModifier and TypeMethodDescriptionprivate FilterChainFilterAndWatermark.prepFilterChain(FilterChain chain, Integer i) Constructor parameters in ws.schild.jave.filtergraphs with type arguments of type FilterChainModifierConstructorDescriptionFilterAndWatermark(File watermark, List<FilterChain> inputFilterChains) -
Uses of FilterChain in ws.schild.jave.filters
Fields in ws.schild.jave.filters with type parameters of type FilterChainMethods in ws.schild.jave.filters that return FilterChainModifier and TypeMethodDescriptionAdd one Filter to this filterchainFilterChain.prependFilter(Filter filter) FilterChain.setInputLabel(String label) Adds an input label to the first filter in this chain.FilterChain.setOutputLabel(String label) Adds an output label to the first filter in this chain.Methods in ws.schild.jave.filters with parameters of type FilterChainModifier and TypeMethodDescriptionFilterGraph.addChain(FilterChain chain) Add a filterchain to this filtergraph.Constructors in ws.schild.jave.filters with parameters of type FilterChainModifierConstructorDescriptionFilterGraph(String swsFlags, FilterChain... chains) Create a filtergraph with a specified list of filterchains and specified sws_flags.FilterGraph(FilterChain... chains) Create a filtergraph with a specified list of filterchains.