public static enum Bin.DebugGraphDetails extends Enum<Bin.DebugGraphDetails> implements NativeFlags<Bin.DebugGraphDetails>
#debugToDotFile(int, java.lang.String, boolean)| Enum Constant and Description |
|---|
SHOW_CAPS_DETAILS
Show caps-details on edges.
|
SHOW_MEDIA_TYPE
Show caps-name on edges.
|
SHOW_NON_DEFAULT_PARAMS
Show modified parameters on elements.
|
SHOW_STATES
Show element states.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<Bin.DebugGraphDetails> |
SHOW_ALL
A convenience EnumSet with all values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static Bin.DebugGraphDetails |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bin.DebugGraphDetails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromInt, toInt, toIntfromInt, fromIntpublic static final Bin.DebugGraphDetails SHOW_MEDIA_TYPE
public static final Bin.DebugGraphDetails SHOW_CAPS_DETAILS
public static final Bin.DebugGraphDetails SHOW_NON_DEFAULT_PARAMS
public static final Bin.DebugGraphDetails SHOW_STATES
public static final EnumSet<Bin.DebugGraphDetails> SHOW_ALL
public static Bin.DebugGraphDetails[] values()
for (Bin.DebugGraphDetails c : Bin.DebugGraphDetails.values()) System.out.println(c);
public static Bin.DebugGraphDetails valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int intValue()
intValue in interface NativeEnum<Bin.DebugGraphDetails>Copyright © 2021 gstreamer-java. All rights reserved.