public enum GstreamerDotDetails extends java.lang.Enum<GstreamerDotDetails>
Enum Constant and Description |
---|
SHOW_ALL |
SHOW_CAPS_DETAILS |
SHOW_FULL_PARAMS |
SHOW_MEDIA_TYPE |
SHOW_NON_DEFAULT_PARAMS |
SHOW_STATES |
SHOW_VERBOSE |
Modifier and Type | Method and Description |
---|---|
static GstreamerDotDetails |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GstreamerDotDetails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GstreamerDotDetails SHOW_MEDIA_TYPE
public static final GstreamerDotDetails SHOW_CAPS_DETAILS
public static final GstreamerDotDetails SHOW_NON_DEFAULT_PARAMS
public static final GstreamerDotDetails SHOW_STATES
public static final GstreamerDotDetails SHOW_FULL_PARAMS
public static final GstreamerDotDetails SHOW_ALL
public static final GstreamerDotDetails SHOW_VERBOSE
public static GstreamerDotDetails[] values()
for (GstreamerDotDetails c : GstreamerDotDetails.values()) System.out.println(c);
public static GstreamerDotDetails valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null