com.smaxe.uv.media.core
Class VideoCodec

java.lang.Object
  extended by com.smaxe.uv.media.core.VideoCodec

public final class VideoCodec
extends java.lang.Object

VideoCodec - supported video codecs enumerations.

Version:
0.3.0
Author:
Andrei Sochirca
See Also:
JUV Media SDK

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

UNKNOWN

public static final int UNKNOWN
UNKNOWN - unknown codec.

See Also:
Constant Field Values

H261

public static final int H261
H261 - H.261 codec.


H262

public static final int H262
H262 - H.262 (or MPEG2 Part 2) codec.


H263

public static final int H263
H263 - H.263 codec.


H263_SORENSON

public static final int H263_SORENSON
H263_SORENSON - H.263 Sorenson codec.


H264

public static final int H264
H264 - H.264 codec.


MPEG1

public static final int MPEG1
MPEG1 - MPEG1 codec.


MPEG4

public static final int MPEG4
MPEG4 - MPEG4 codec.


MRLE

public static final int MRLE
MRLE - Microsoft RLE codec.


QRLE

public static final int QRLE
QRLE - QuickTime RLE codec.


SCREEN_VIDEO_1

public static final int SCREEN_VIDEO_1
SCREEN_VIDEO_1 - Flash Screen Video I codec.


SCREEN_VIDEO_2

public static final int SCREEN_VIDEO_2
SCREEN_VIDEO_2 - Flash Screen Video II codec.


TSCC

public static final int TSCC
TSCC - TechSmith Screen Capture Codec.


VP8

public static final int VP8
VP8 - VP8.


YCBCR

public static final int YCBCR
YCBCR - YCbCr codec.