public interface EncodingArgument
| Modifier and Type | Method and Description |
|---|---|
ArgType |
getArgType() |
Stream<String> |
getArguments(EncodingAttributes context)
Gets the Stream of arguments given the EncodingAttributes as context.
|
Stream<String> getArguments(EncodingAttributes context)
context - The EncodingAttributes specified by the user. Use this in your closure to
generate the arguments you'd like to pass to ffmpeg.ArgType getArgType()
Copyright © 2020. All rights reserved.