Uses of Interface
ws.schild.jave.encode.EncodingArgument
-
Packages that use EncodingArgument Package Description ws.schild.jave ws.schild.jave.encode -
-
Uses of EncodingArgument in ws.schild.jave
Fields in ws.schild.jave with type parameters of type EncodingArgument Modifier and Type Field Description private static java.util.List<EncodingArgument>Encoder. globalOptionsMethods in ws.schild.jave that return EncodingArgument Modifier and Type Method Description static EncodingArgumentEncoder. setOptionAtIndex(java.lang.Integer index)Methods in ws.schild.jave with parameters of type EncodingArgument Modifier and Type Method Description static voidEncoder. addOptionAtIndex(EncodingArgument arg, java.lang.Integer index)static voidEncoder. setOptionAtIndex(EncodingArgument arg, java.lang.Integer index) -
Uses of EncodingArgument in ws.schild.jave.encode
Classes in ws.schild.jave.encode that implement EncodingArgument Modifier and Type Class Description classPredicateArgumentA PredicateArgument is an EncodingArgument that adds its arguments based on the provided predicateclassSimpleArgumentA 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)classValueArgumentA ValueArgument is an EncodingArgument that is optionally present based on the presence of the provided valueGetter.classVideoFilterArgumentA 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)
-