Package com.arthenica.ffmpegkit
Class AsyncFFprobeExecuteTask
- java.lang.Object
-
- com.arthenica.ffmpegkit.AsyncFFprobeExecuteTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class AsyncFFprobeExecuteTask extends java.lang.Object implements java.lang.Runnable
Executes an FFprobe session asynchronously.
-
-
Constructor Summary
Constructors Constructor Description AsyncFFprobeExecuteTask(FFprobeSession ffprobeSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
AsyncFFprobeExecuteTask
public AsyncFFprobeExecuteTask(FFprobeSession ffprobeSession)
-
-