public static enum YYVideoCodec.Support extends java.lang.Enum<YYVideoCodec.Support>
| Enum Constant and Description |
|---|
ISSUE |
SUPPORTED |
UNSUPPORTED |
| Modifier and Type | Method and Description |
|---|---|
static YYVideoCodec.Support |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YYVideoCodec.Support[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YYVideoCodec.Support SUPPORTED
public static final YYVideoCodec.Support UNSUPPORTED
public static final YYVideoCodec.Support ISSUE
public static YYVideoCodec.Support[] values()
for (YYVideoCodec.Support c : YYVideoCodec.Support.values()) System.out.println(c);
public static YYVideoCodec.Support 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