Package net.bramp.ffmpeg.probe
Class FFmpegProbeResult
java.lang.Object
net.bramp.ffmpeg.probe.FFmpegProbeResult
TODO Make this immutable.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of chapters in the probe result.getError()Returns the format information from the probe result.Returns the list of frames in the probe result.Returns the list of packets from the probe result.Returns the list of streams in the probe result.booleanhasError()Returns whether the probe result contains an error.
-
Field Details
-
error
-
format
-
streams
-
chapters
-
packets_and_frames
-
-
Constructor Details
-
FFmpegProbeResult
public FFmpegProbeResult()
-
-
Method Details
-
getError
-
hasError
Returns whether the probe result contains an error. -
getFormat
Returns the format information from the probe result. -
getStreams
Returns the list of streams in the probe result. -
getChapters
Returns the list of chapters in the probe result. -
getPackets
Returns the list of packets from the probe result. -
getFrames
Returns the list of frames in the probe result.
-