Uses of Class
net.bramp.ffmpeg.builder.FFmpegBuilder.Strict
-
Packages that use FFmpegBuilder.Strict Package Description net.bramp.ffmpeg.builder -
-
Uses of FFmpegBuilder.Strict in net.bramp.ffmpeg.builder
Fields in net.bramp.ffmpeg.builder declared as FFmpegBuilder.Strict Modifier and Type Field Description FFmpegBuilder.StrictAbstractFFmpegStreamBuilder. strictMethods in net.bramp.ffmpeg.builder that return FFmpegBuilder.Strict Modifier and Type Method Description static FFmpegBuilder.StrictFFmpegBuilder.Strict. valueOf(String name)Returns the enum constant of this type with the specified name.static FFmpegBuilder.Strict[]FFmpegBuilder.Strict. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bramp.ffmpeg.builder with parameters of type FFmpegBuilder.Strict Modifier and Type Method Description TAbstractFFmpegStreamBuilder. setStrict(FFmpegBuilder.Strict strict)
-