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