|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<QuickTimeWriter.VideoFormat>
ch.randelshofer.media.quicktime.QuickTimeWriter.VideoFormat
public static enum QuickTimeWriter.VideoFormat
Built-in video formats.
| Enum Constant Summary | |
|---|---|
JPG
Photo-JPEG encoded video frames (lossy). |
|
PNG
PNG encoded video frames (lossless). |
|
RAW
Raw video frames (lossless and uncompressed). |
|
RLE
Apple Animation (RLE) encoded video frames (lossless). |
|
| Method Summary | |
|---|---|
static QuickTimeWriter.VideoFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QuickTimeWriter.VideoFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final QuickTimeWriter.VideoFormat RAW
public static final QuickTimeWriter.VideoFormat JPG
public static final QuickTimeWriter.VideoFormat PNG
public static final QuickTimeWriter.VideoFormat RLE
| Method Detail |
|---|
public static QuickTimeWriter.VideoFormat[] values()
for (QuickTimeWriter.VideoFormat c : QuickTimeWriter.VideoFormat.values()) System.out.println(c);
public static QuickTimeWriter.VideoFormat 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 name
java.lang.NullPointerException - if the argument is null
|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||