Uses of Enum
net.bramp.ffmpeg.progress.Progress.Status
Packages that use Progress.Status
-
Uses of Progress.Status in net.bramp.ffmpeg.progress
Fields in net.bramp.ffmpeg.progress declared as Progress.StatusModifier and TypeFieldDescriptionProgress.status
Current status, can be one of "continue", or "end"Methods in net.bramp.ffmpeg.progress that return Progress.StatusModifier and TypeMethodDescriptionstatic Progress.Status
Returns the canonical status for this String or throws a IllegalArgumentException.static Progress.Status
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.StatusModifierConstructorDescriptionProgress
(long frame, float fps, long bitrate, long total_size, long out_time_ns, long dup_frames, long drop_frames, float speed, Progress.Status status)