Uses of Class
com.github.kokorin.jaffree.ffprobe.FFprobeResult
Packages that use FFprobeResult
-
Uses of FFprobeResult in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return FFprobeResultModifier and TypeMethodDescriptionFFprobe.execute()Starts synchronous ffprobe execution.protected FFprobeResultFFprobeLogReader.handleLogMessage(LogMessage logMessage) Does nothing as ffprobe prints logs and result in different output streams.FFprobeResultReader.read(InputStream stdOut) Reads program stdout or stderr and returns parsed result.Methods in com.github.kokorin.jaffree.ffprobe that return types with arguments of type FFprobeResultModifier and TypeMethodDescriptionprotected StdReader<FFprobeResult> FFprobe.createStdErrReader()CreatesStdReaderwhich is used to read ffprobe stderr.protected StdReader<FFprobeResult> FFprobe.createStdOutReader(FormatParser formatParser) CreatesStdReaderwhich is used to read ffprobe stdout.FFprobe.executeAsync()Starts asynchronous ffprobe execution.