Class Log
java.lang.Object
com.github.kokorin.jaffree.ffprobe.Log
Logging information from the decoder about each frame.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn parsedLogCategory.getLevel()Return parsedLogLevel.Returns parsed parentLogCategory.Returns data section which holds all the data provided by ffprobe for the currentLog.
-
Constructor Details
-
Log
CreatesLogdescription based on provided ffprobe data.- Parameters:
probeData- ffprobe data
-
-
Method Details
-
getProbeData
Returns data section which holds all the data provided by ffprobe for the currentLog.Use this method if you have to access properties which are not accessible through other getters in this class.
- Returns:
- data section
-
getContext
- Returns:
- context
-
getLevel
Return parsedLogLevel.- Returns:
- LogLevel
-
getCategory
Return parsedLogCategory.- Returns:
- LogCategory
-
getParentContext
- Returns:
- parent context
-
getParentCategory
Returns parsed parentLogCategory.- Returns:
- parent
LogCategory
-
getMessage
- Returns:
- message
-