java.lang.Object
com.github.kokorin.jaffree.ffprobe.Log

public class Log extends Object
Logging information from the decoder about each frame.
See Also:
  • Constructor Details

    • Log

      public Log(ProbeData probeData)
      Creates Log description based on provided ffprobe data.
      Parameters:
      probeData - ffprobe data
  • Method Details

    • getProbeData

      public ProbeData getProbeData()
      Returns data section which holds all the data provided by ffprobe for the current Log.

      Use this method if you have to access properties which are not accessible through other getters in this class.

      Returns:
      data section
    • getContext

      public String getContext()
      Returns:
      context
    • getLevel

      public LogLevel getLevel()
      Return parsed LogLevel.
      Returns:
      LogLevel
    • getCategory

      public LogCategory getCategory()
      Return parsed LogCategory.
      Returns:
      LogCategory
    • getParentContext

      public String getParentContext()
      Returns:
      parent context
    • getParentCategory

      public LogCategory getParentCategory()
      Returns parsed parent LogCategory.
      Returns:
      parent LogCategory
    • getMessage

      public String getMessage()
      Returns:
      message