public static enum DecodeBin.AutoplugSelectResult extends Enum<DecodeBin.AutoplugSelectResult> implements NativeEnum<DecodeBin.AutoplugSelectResult>
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Gets the integer value of the enum.
|
static DecodeBin.AutoplugSelectResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecodeBin.AutoplugSelectResult[] |
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, fromIntpublic static final DecodeBin.AutoplugSelectResult TRY
public static final DecodeBin.AutoplugSelectResult EXPOSE
public static final DecodeBin.AutoplugSelectResult SKIP
public static DecodeBin.AutoplugSelectResult[] values()
for (DecodeBin.AutoplugSelectResult c : DecodeBin.AutoplugSelectResult.values()) System.out.println(c);
public static DecodeBin.AutoplugSelectResult 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<DecodeBin.AutoplugSelectResult>Copyright © 2021 gstreamer-java. All rights reserved.