Enum Class DebugGraphDetails

java.lang.Object
java.lang.Enum<DebugGraphDetails>
org.freedesktop.gstreamer.gst.DebugGraphDetails
All Implemented Interfaces:
Serializable, Comparable<DebugGraphDetails>, Constable, Enumeration

@Generated("org.javagi.JavaGI") public enum DebugGraphDetails extends Enum<DebugGraphDetails> implements Enumeration
Available details for pipeline graphs produced by GST_DEBUG_BIN_TO_DOT_FILE() and GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS().
  • Enum Constant Details

    • MEDIA_TYPE

      public static final DebugGraphDetails MEDIA_TYPE
      show caps-name on edges
    • CAPS_DETAILS

      public static final DebugGraphDetails CAPS_DETAILS
      show caps-details on edges
    • NON_DEFAULT_PARAMS

      public static final DebugGraphDetails NON_DEFAULT_PARAMS
      show modified parameters on elements
    • STATES

      public static final DebugGraphDetails STATES
      show element states
    • FULL_PARAMS

      public static final DebugGraphDetails FULL_PARAMS
      show full element parameter values even if they are very long
    • ALL

      public static final DebugGraphDetails ALL
      show all the typical details that one might want
    • VERBOSE

      public static final DebugGraphDetails VERBOSE
      show all details regardless of how large or verbose they make the resulting output
  • Method Details

    • values

      public static DebugGraphDetails[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DebugGraphDetails valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Get the numeric value of this enum
      Specified by:
      getValue in interface Enumeration
      Returns:
      the enum value
    • of

      public static Set<DebugGraphDetails> of(int flags)
      Create a new EnumSet<DebugGraphDetails> for the provided bitfield
      Parameters:
      flags - the DebugGraphDetails bitfield
      Returns:
      the EnumSet for the provided bitfield
    • of

      public static Set<DebugGraphDetails> of(MemorySegment address)
      Create a new EnumSet<DebugGraphDetails> for the bitfield in the provided memory address.
      Parameters:
      address - the memory address holding a bitfield value
      Returns:
      the EnumSet for the bitfield in the provided memory address
    • getType

      public static @Nullable Type getType()
      Get the GType of the DebugGraphDetails class.
      Returns:
      the GType