public class Engine
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Engine.ProgressCallback |
| Constructor and Description |
|---|
Engine(Engine.ProgressCallback progressCallback) |
| Modifier and Type | Method and Description |
|---|---|
double |
getProgress()
Returns the current progress.
|
void |
transcode(TranscoderOptions options)
Performs transcoding.
|
public Engine(@Nullable
Engine.ProgressCallback progressCallback)
public double getProgress()
public void transcode(@NonNull
TranscoderOptions options)
throws java.lang.InterruptedException
options - Transcoding options.InvalidOutputFormatException - when output format is not supported.java.lang.InterruptedException - when cancel to transcode