Uses of Interface
com.github.kokorin.jaffree.ffprobe.data.FormatParser
Packages that use FormatParser
Package
Description
Classes used to integrate with ffprobe.
Package contains classes for data structures and parsers for ffprobe result.
-
Uses of FormatParser in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe with parameters of type FormatParserModifier and TypeMethodDescriptionprotected StdReader<FFprobeResult> FFprobe.createStdOutReader(FormatParser formatParser) CreatesStdReaderwhich is used to read ffprobe stdout.FFprobe.setFormatParser(FormatParser formatParser) Sets ffprobe output format parser (and corresponding output format).Constructors in com.github.kokorin.jaffree.ffprobe with parameters of type FormatParserModifierConstructorDescriptionFFprobeResultReader(FormatParser parser) CreatesFFprobeResultReader. -
Uses of FormatParser in com.github.kokorin.jaffree.ffprobe.data
Classes in com.github.kokorin.jaffree.ffprobe.data that implement FormatParserModifier and TypeClassDescriptionclassDeprecated.classffprobe json format output parser.
JsonFormatParser