Uses of Interface
ws.schild.jave.encode.EncodingArgument
Packages that use EncodingArgument
-
Uses of EncodingArgument in ws.schild.jave
Methods in ws.schild.jave that return EncodingArgumentModifier and TypeMethodDescriptionstatic EncodingArgumentEncoder.setOptionAtIndex(Integer index) Methods in ws.schild.jave with parameters of type EncodingArgumentModifier and TypeMethodDescriptionstatic voidEncoder.addOptionAtIndex(EncodingArgument arg, Integer index) static voidEncoder.setOptionAtIndex(EncodingArgument arg, Integer index) -
Uses of EncodingArgument in ws.schild.jave.encode
Classes in ws.schild.jave.encode that implement EncodingArgumentModifier and TypeClassDescriptionclassA PredicateArgument is an EncodingArgument that adds its arguments based on the provided predicateclassA SimpleArgument is an EncodingArgument that provides all of its components, The argument type and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)classA ValueArgument is an EncodingArgument that is optionally present based on the presence of the provided valueGetter.classA SimpleArgument is an EncodingArgument that provides all of its components, The argument type and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)