Uses of Enum
net.bramp.ffmpeg.progress.Progress.Status
-
Uses of Progress.Status in net.bramp.ffmpeg.progress
Modifier and TypeFieldDescriptionProgress.status
Current status, can be one of "continue", or "end"Modifier 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.ModifierConstructorDescriptionProgress
(long frame, float fps, long bitrate, long total_size, long out_time_ns, long dup_frames, long drop_frames, float speed, Progress.Status status)