|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.media.core.VideoCodec
public final class VideoCodec
VideoCodec - supported video codecs enumerations.
| Field Summary | |
|---|---|
static int |
H261
H261 - H.261 codec. |
static int |
H262
H262 - H.262 (or MPEG2 Part 2) codec. |
static int |
H263
H263 - H.263 codec. |
static int |
H263_SORENSON
H263_SORENSON - H.263 Sorenson codec. |
static int |
H264
H264 - H.264 codec. |
static int |
MPEG1
MPEG1 - MPEG1 codec. |
static int |
MPEG4
MPEG4 - MPEG4 codec. |
static int |
MRLE
MRLE - Microsoft RLE codec. |
static int |
QRLE
QRLE - QuickTime RLE codec. |
static int |
SCREEN_VIDEO_1
SCREEN_VIDEO_1 - Flash Screen Video I codec. |
static int |
SCREEN_VIDEO_2
SCREEN_VIDEO_2 - Flash Screen Video II codec. |
static int |
TSCC
TSCC - TechSmith Screen Capture Codec. |
static int |
UNKNOWN
UNKNOWN - unknown codec. |
static int |
VP8
VP8 - VP8. |
static int |
YCBCR
YCBCR - YCbCr codec. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNKNOWN
UNKNOWN - unknown codec.
public static final int H261
H261 - H.261 codec.
public static final int H262
H262 - H.262 (or MPEG2 Part 2) codec.
public static final int H263
H263 - H.263 codec.
public static final int H263_SORENSON
H263_SORENSON - H.263 Sorenson codec.
public static final int H264
H264 - H.264 codec.
public static final int MPEG1
MPEG1 - MPEG1 codec.
public static final int MPEG4
MPEG4 - MPEG4 codec.
public static final int MRLE
MRLE - Microsoft RLE codec.
public static final int QRLE
QRLE - QuickTime RLE codec.
public static final int SCREEN_VIDEO_1
SCREEN_VIDEO_1 - Flash Screen Video I codec.
public static final int SCREEN_VIDEO_2
SCREEN_VIDEO_2 - Flash Screen Video II codec.
public static final int TSCC
TSCC - TechSmith Screen Capture Codec.
public static final int VP8
VP8 - VP8.
public static final int YCBCR
YCBCR - YCbCr codec.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||