org.monte.media.avi
Enum AVIOutputStreamOLD.AVIVideoFormat
java.lang.Object
java.lang.Enum<AVIOutputStreamOLD.AVIVideoFormat>
org.monte.media.avi.AVIOutputStreamOLD.AVIVideoFormat
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AVIOutputStreamOLD.AVIVideoFormat>
- Enclosing class:
- AVIOutputStreamOLD
public static enum AVIOutputStreamOLD.AVIVideoFormat
- extends java.lang.Enum<AVIOutputStreamOLD.AVIVideoFormat>
Supported video formats.
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
RAW
public static final AVIOutputStreamOLD.AVIVideoFormat RAW
RLE
public static final AVIOutputStreamOLD.AVIVideoFormat RLE
JPG
public static final AVIOutputStreamOLD.AVIVideoFormat JPG
PNG
public static final AVIOutputStreamOLD.AVIVideoFormat PNG
values
public static AVIOutputStreamOLD.AVIVideoFormat[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AVIOutputStreamOLD.AVIVideoFormat c : AVIOutputStreamOLD.AVIVideoFormat.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AVIOutputStreamOLD.AVIVideoFormat valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null