Uses of Class
net.bramp.ffmpeg.job.FFmpegJob.State
-
Packages that use FFmpegJob.State Package Description net.bramp.ffmpeg.job -
-
Uses of FFmpegJob.State in net.bramp.ffmpeg.job
Methods in net.bramp.ffmpeg.job that return FFmpegJob.State Modifier and Type Method Description FFmpegJob.StateFFmpegJob. getState()static FFmpegJob.StateFFmpegJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static FFmpegJob.State[]FFmpegJob.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-