|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MediaFileContainer>
com.smaxe.uv.media.core.MediaFileContainer
public enum MediaFileContainer
MediaFileContainer - media file container enumeration.
| Enum Constant Summary | |
|---|---|
AAC
AAC - AAC stream container (*.aac). |
|
ASF
ASF - ASF container (*.asf, *.wmv, *.wma). |
|
AVI
AVI - AVI container (*.avi). |
|
FLV
FLV - Flash Video container (*.flv). |
|
H262
H262 - H.262 video stream (*.h262). |
|
H263
H263 - H.263 video stream (*.h263). |
|
H264
H264 - H.264 video stream (*.h264). |
|
ISO
ISO - ISO Base Media File container (*.3gp, *.3gpp, *.mp4, *.m4v). |
|
IVF
IVF - IVF (*.ivf). |
|
MKV
MKV - Matroska container (*.mkv). |
|
MP3
MP3 - MP3 stream container (*.mp3). |
|
MPEG_TS
MPEG_TS - MPEG Transport Stream (*.ts). |
|
MPEG4
MPEG4 - MPEG4 Part 2 video stream (*.mpeg4). |
|
MXF
MXF - Material Exchange Format container (*.mxf). |
|
OGG
OGG - OGG container (*.ogg). |
|
QCIF
QCIF - QCIF container (*.qcif). |
|
Y4M
Y4M - Y4M container (*.y4m). |
|
| Method Summary | |
|---|---|
static MediaFileContainer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MediaFileContainer[] |
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 MediaFileContainer AAC
AAC - AAC stream container (*.aac).
public static final MediaFileContainer ASF
ASF - ASF container (*.asf, *.wmv, *.wma).
public static final MediaFileContainer AVI
AVI - AVI container (*.avi).
public static final MediaFileContainer FLV
FLV - Flash Video container (*.flv).
public static final MediaFileContainer H262
H262 - H.262 video stream (*.h262).
public static final MediaFileContainer H263
H263 - H.263 video stream (*.h263).
public static final MediaFileContainer H264
H264 - H.264 video stream (*.h264).
public static final MediaFileContainer ISO
ISO - ISO Base Media File container (*.3gp, *.3gpp, *.mp4, *.m4v).
public static final MediaFileContainer IVF
IVF - IVF (*.ivf).
public static final MediaFileContainer MKV
MKV - Matroska container (*.mkv).
public static final MediaFileContainer MP3
MP3 - MP3 stream container (*.mp3).
public static final MediaFileContainer MPEG4
MPEG4 - MPEG4 Part 2 video stream (*.mpeg4).
public static final MediaFileContainer MPEG_TS
MPEG_TS - MPEG Transport Stream (*.ts).
public static final MediaFileContainer MXF
MXF - Material Exchange Format container (*.mxf).
public static final MediaFileContainer OGG
OGG - OGG container (*.ogg).
http://en.wikipedia.org/wiki/Ogg
public static final MediaFileContainer QCIF
QCIF - QCIF container (*.qcif).
public static final MediaFileContainer Y4M
Y4M - Y4M container (*.y4m).
| Method Detail |
|---|
public static MediaFileContainer[] values()
for (MediaFileContainer c : MediaFileContainer.values()) System.out.println(c);
public static MediaFileContainer 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||