Uses of Class
net.bramp.ffmpeg.progress.Progress.Status
-
Packages that use Progress.Status Package Description net.bramp.ffmpeg.progress -
-
Uses of Progress.Status in net.bramp.ffmpeg.progress
Fields in net.bramp.ffmpeg.progress declared as Progress.Status Modifier and Type Field Description Progress.StatusProgress. statusCurrent status, can be one of "continue", or "end"Methods in net.bramp.ffmpeg.progress that return Progress.Status Modifier and Type Method Description static Progress.StatusProgress.Status. of(String status)Returns the canonical status for this String or throws a IllegalArgumentException.static Progress.StatusProgress.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Progress.Status[]Progress.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bramp.ffmpeg.progress with parameters of type Progress.Status Constructor Description Progress(long frame, float fps, long bitrate, long total_size, long out_time_ns, long dup_frames, long drop_frames, float speed, Progress.Status status)
-