Uses of Enum
com.github.kokorin.jaffree.LogLevel
Packages that use LogLevel
Package
Description
Base package for Jaffree project.
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
Package contains classes for data structures and parsers for ffprobe result.
This package contains different classes used for ffmpeg/ffprobe log parsing.
This package contains different utilities used by Jaffree project.
-
Uses of LogLevel in com.github.kokorin.jaffree
Methods in com.github.kokorin.jaffree that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.fromCode(int code) Returns LogLevel with specified code.static LogLevelReturns the enum constant of this type with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.kokorin.jaffree with parameters of type LogLevelModifier and TypeMethodDescriptionbooleanLogLevel.isEqualOrHigher(LogLevel other) Checks if passed in log level has the same or higher severity. -
Uses of LogLevel in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type LogLevelModifier and TypeMethodDescriptionFFmpeg.setLogLevel(LogLevel logLevel) Sets ffmpeg logging level. -
Uses of LogLevel in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return LogLevelMethods in com.github.kokorin.jaffree.ffprobe with parameters of type LogLevelModifier and TypeMethodDescriptionFFprobe.setLogLevel(LogLevel logLevel) Sets ffprobe logging level.FFprobe.setShowLog(LogLevel showLog) Show logging information from the decoder about each frame according to the value set in loglevel, (see -loglevel). -
Uses of LogLevel in com.github.kokorin.jaffree.ffprobe.data
Methods in com.github.kokorin.jaffree.ffprobe.data that return LogLevelModifier and TypeMethodDescriptionAbstractProbeData.getLogLevel(String key) Returns property value asStreamType(using default converter).ProbeData.getLogLevel(String name) Returns property value asStreamType(using default converter). -
Uses of LogLevel in com.github.kokorin.jaffree.log
Fields in com.github.kokorin.jaffree.log declared as LogLevelConstructors in com.github.kokorin.jaffree.log with parameters of type LogLevel -
Uses of LogLevel in com.github.kokorin.jaffree.util
Methods in com.github.kokorin.jaffree.util that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelParseUtil.parseLogLevel(String line) Parses log level in ffmpeg output.