Uses of Enum
com.github.kokorin.jaffree.LogCategory
Packages that use LogCategory
Package
Description
Base package for Jaffree project.
Classes used to integrate with ffprobe.
Package contains classes for data structures and parsers for ffprobe result.
-
Uses of LogCategory in com.github.kokorin.jaffree
Methods in com.github.kokorin.jaffree that return LogCategoryModifier and TypeMethodDescriptionstatic LogCategoryLogCategory.fromCode(int code) Returns LogCategory with specified code.static LogCategoryReturns the enum constant of this type with the specified name.static LogCategory[]LogCategory.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogCategory in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return LogCategoryModifier and TypeMethodDescriptionLog.getCategory()Return parsedLogCategory.Log.getParentCategory()Returns parsed parentLogCategory. -
Uses of LogCategory in com.github.kokorin.jaffree.ffprobe.data
Methods in com.github.kokorin.jaffree.ffprobe.data that return LogCategoryModifier and TypeMethodDescriptionAbstractProbeData.getLogCategory(String key) Returns property value asLogCategory(using default converter).ProbeData.getLogCategory(String name) Returns property value asLogCategory(using default converter).