Uses of Class
net.bramp.ffmpeg.probe.FFmpegProbeResult
Packages that use FFmpegProbeResult
-
Uses of FFmpegProbeResult in net.bramp.ffmpeg
Methods in net.bramp.ffmpeg that return FFmpegProbeResultModifier and TypeMethodDescriptionProbes the specified media file and returns the result.Probes the specified media file with an optional user agent.Probes media with an optional user agent and extra arguments.Probes media using the supplied arguments and returns the result.FFprobe.probe(FFprobeBuilder builder) Probes media using the supplied FFprobeBuilder. -
Uses of FFmpegProbeResult in net.bramp.ffmpeg.builder
Methods in net.bramp.ffmpeg.builder that return FFmpegProbeResultMethods in net.bramp.ffmpeg.builder with parameters of type FFmpegProbeResultModifier and TypeMethodDescriptionFFmpegBuilder.addInput(FFmpegProbeResult result) Adds an input from a previously probed result.FFmpegBuilder.setInput(FFmpegProbeResult result) Clears existing inputs and sets the input from a probed result.Constructors in net.bramp.ffmpeg.builder with parameters of type FFmpegProbeResultModifierConstructorDescriptionprotectedAbstractFFmpegInputBuilder(FFmpegBuilder parent, FFmpegProbeResult probeResult, String filename) Constructs an input builder with the given parent, probe result, and filename.FFmpegFileInputBuilder(FFmpegBuilder parent, String filename, FFmpegProbeResult result) Constructs a file input builder with the given filename and probe result.