Uses of Class
com.github.kokorin.jaffree.log.LogMessage
Packages that use LogMessage
Package
Description
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
This package contains different classes used for ffmpeg/ffprobe log parsing.
Claases used to integrate with
Process.-
Uses of LogMessage in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type LogMessageModifier and TypeMethodDescriptionprotected FFmpegResultFFmpegResultReader.handleLogMessage(LogMessage logMessage) Parses single ffmpeg/ffprobe log message. -
Uses of LogMessage in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return types with arguments of type LogMessageModifier and TypeMethodDescriptionFFprobeResultReader.getErrorLogMessages()Get the list of error messages produced by the running process.Methods in com.github.kokorin.jaffree.ffprobe with parameters of type LogMessageModifier and TypeMethodDescriptionprotected FFprobeResultFFprobeLogReader.handleLogMessage(LogMessage logMessage) Does nothing as ffprobe prints logs and result in different output streams. -
Uses of LogMessage in com.github.kokorin.jaffree.log
Methods in com.github.kokorin.jaffree.log that return LogMessage -
Uses of LogMessage in com.github.kokorin.jaffree.process
Methods in com.github.kokorin.jaffree.process that return types with arguments of type LogMessageModifier and TypeMethodDescriptionBaseStdReader.getErrorLogMessages()Get the list of error messages produced by the running process.GobblingStdReader.getErrorLogMessages()Get the list of error messages produced by the running process.LoggingStdReader.getErrorLogMessages()Get the list of error messages produced by the running process.StdReader.getErrorLogMessages()Get the list of error messages produced by the running process.JaffreeAbnormalExitException.getProcessErrorLogMessages()Return the list of error log messages.Methods in com.github.kokorin.jaffree.process with parameters of type LogMessageModifier and TypeMethodDescriptionprotected abstract TBaseStdReader.handleLogMessage(LogMessage logMessage) Parses single ffmpeg/ffprobe log message.Constructor parameters in com.github.kokorin.jaffree.process with type arguments of type LogMessageModifierConstructorDescriptionJaffreeAbnormalExitException(String message, List<LogMessage> processErrorLogMessages) Constructs a newJaffreeAbnormalExitExceptionwith the specified detail message and additional context.