| Interface | Description |
|---|---|
| EncodingArgument |
An EncodingArgument is a placeholder for a future argument to FFMPEG.
|
| Class | Description |
|---|---|
| AudioAttributes |
Attributes controlling the audio encoding process.
|
| EncodingAttributes |
Attributes controlling the encoding process.
|
| PredicateArgument |
A PredicateArgument is an EncodingArgument that adds its arguments based on the provided
predicate
|
| SimpleArgument |
A 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)
|
| ValueArgument |
A ValueArgument is an EncodingArgument that is optionally present based on the presence of the
provided valueGetter.
|
| VideoAttributes |
Attributes controlling the video encoding process.
|
| Enum | Description |
|---|---|
| ArgType |
The type of arguments you can provide to ffmpeg.
|
Copyright © 2020. All rights reserved.