-
- All Implemented Interfaces:
-
java.lang.Runnable
public class AsyncFFmpegExecuteTask implements Runnable
Executes an FFmpeg session asynchronously.
-
-
Constructor Summary
Constructors Constructor Description AsyncFFmpegExecuteTask(FFmpegSession ffmpegSession)
-
Method Summary
Modifier and Type Method Description void
run()
-
-
Constructor Detail
-
AsyncFFmpegExecuteTask
AsyncFFmpegExecuteTask(FFmpegSession ffmpegSession)
-
-
Method Detail
-
run
void run()
-
-
-
-