Uses of Class
ws.schild.jave.filters.FilterChain
-
Packages that use FilterChain Package Description ws.schild.jave.filtergraphs ws.schild.jave.filters -
-
Uses of FilterChain in ws.schild.jave.filtergraphs
Methods in ws.schild.jave.filtergraphs that return FilterChain Modifier and Type Method Description static FilterChainTrimAndWatermark. filterChainForTrimInfo(TrimAndWatermark.TrimInfo info)static FilterChainTrimFadeAndWatermark. filterChainForTrimInfo(TrimAndWatermark.TrimInfo info, java.util.EnumSet<FadeDirection> fades, java.lang.Double fadeDuration)private FilterChainFilterAndWatermark. prepFilterChain(FilterChain chain, java.lang.Integer i)Methods in ws.schild.jave.filtergraphs with parameters of type FilterChain Modifier and Type Method Description private FilterChainFilterAndWatermark. prepFilterChain(FilterChain chain, java.lang.Integer i)Constructor parameters in ws.schild.jave.filtergraphs with type arguments of type FilterChain Constructor Description FilterAndWatermark(java.io.File watermark, java.util.List<FilterChain> inputFilterChains) -
Uses of FilterChain in ws.schild.jave.filters
Fields in ws.schild.jave.filters with type parameters of type FilterChain Modifier and Type Field Description private java.util.List<FilterChain>FilterGraph. chainsMethods in ws.schild.jave.filters that return FilterChain Modifier and Type Method Description FilterChainFilterChain. addFilter(Filter filter)Add one Filter to this filterchainFilterChainFilterChain. prependFilter(Filter filter)FilterChainFilterChain. setInputLabel(java.lang.String label)Adds an input label to the first filter in this chain.FilterChainFilterChain. setOutputLabel(java.lang.String label)Adds an output label to the first filter in this chain.Methods in ws.schild.jave.filters with parameters of type FilterChain Modifier and Type Method Description FilterGraphFilterGraph. addChain(FilterChain chain)Add a filterchain to this filtergraph.Constructors in ws.schild.jave.filters with parameters of type FilterChain Constructor Description FilterGraph(java.lang.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.
-