public static enum VP8Util.PLANE extends Enum<VP8Util.PLANE>
Modifier and Type | Method and Description |
---|---|
static VP8Util.PLANE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VP8Util.PLANE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VP8Util.PLANE U
public static final VP8Util.PLANE V
public static final VP8Util.PLANE Y1
public static final VP8Util.PLANE Y2
public static VP8Util.PLANE[] values()
for (VP8Util.PLANE c : VP8Util.PLANE.values()) System.out.println(c);
public static VP8Util.PLANE 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 nullCopyright © 2019. All rights reserved.