Package net.bramp.ffmpeg.job
Class FFmpegJob
- java.lang.Object
-
- net.bramp.ffmpeg.job.FFmpegJob
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
SinglePassFFmpegJob,TwoPassFFmpegJob
public abstract class FFmpegJob extends Object implements Runnable
- Author:
- bramp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFFmpegJob.State
-
Constructor Summary
Constructors Constructor Description FFmpegJob(FFmpeg ffmpeg)FFmpegJob(FFmpeg ffmpeg, ProgressListener listener)
-
-
-
Method Detail
-
getState
public FFmpegJob.State getState()
-
-