public class VideoFormatKeys extends FormatKeys
FormatKeys.MediaType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE |
static java.lang.String |
COMPRESSOR_NAME_QUICKTIME_ANIMATION |
static java.lang.String |
COMPRESSOR_NAME_QUICKTIME_CINEPAK |
static java.lang.String |
COMPRESSOR_NAME_QUICKTIME_JPEG |
static java.lang.String |
COMPRESSOR_NAME_QUICKTIME_PNG |
static java.lang.String |
COMPRESSOR_NAME_QUICKTIME_RAW |
static FormatKey<java.lang.String> |
CompressorNameKey
The compressor name.
|
static FormatKey<java.lang.Class> |
DataClassKey
The data class.
|
static FormatKey<java.lang.Integer> |
DepthKey
The number of bits per pixel.
|
static java.lang.String |
ENCODING_AVI_DIB
Microsoft Device Independent Bitmap (DIB) format.
|
static java.lang.String |
ENCODING_AVI_DOSBOX_SCREEN_CAPTURE
DosBox Screen Capture format.
|
static java.lang.String |
ENCODING_AVI_MJPG
JPEG format.
|
static java.lang.String |
ENCODING_AVI_PNG
PNG format.
|
static java.lang.String |
ENCODING_AVI_RLE
Microsoft Run Length format.
|
static java.lang.String |
ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE
Techsmith Screen Capture format.
|
static java.lang.String |
ENCODING_BITMAP_IMAGE
Interleaved planar bitmap format.
|
static java.lang.String |
ENCODING_BUFFERED_IMAGE |
static java.lang.String |
ENCODING_QUICKTIME_ANIMATION
Animation format.
|
static java.lang.String |
ENCODING_QUICKTIME_CINEPAK
Cinepak format.
|
static java.lang.String |
ENCODING_QUICKTIME_JPEG
JPEG format.
|
static java.lang.String |
ENCODING_QUICKTIME_PNG
PNG format.
|
static java.lang.String |
ENCODING_QUICKTIME_RAW
Raw format.
|
static FormatKey<java.lang.Boolean> |
FixedFrameRateKey
Whether the frame rate must be fixed.
|
static FormatKey<java.lang.Integer> |
HeightKey
The HeightKey of a video frame.
|
static FormatKey<java.lang.Boolean> |
InterlaceKey
Whether the video is interlaced.
|
static FormatKey<Rational> |
PixelAspectRatioKey
The pixel aspect ratio WidthKey : HeightKey;
|
static FormatKey<java.lang.Float> |
QualityKey
Encoding quality.
|
static FormatKey<java.lang.Integer> |
WidthKey
The WidthKey of a video frame.
|
EncodingKey, FrameRateKey, KeyFrameIntervalKey, MediaTypeKey, MIME_ANIM, MIME_AVI, MIME_IMAGE_SEQUENCE, MIME_JAVA, MIME_MP4, MIME_QUICKTIME, MimeTypeKey
Constructor and Description |
---|
VideoFormatKeys() |
public static final java.lang.String ENCODING_BUFFERED_IMAGE
public static final java.lang.String ENCODING_QUICKTIME_CINEPAK
public static final java.lang.String COMPRESSOR_NAME_QUICKTIME_CINEPAK
public static final java.lang.String ENCODING_QUICKTIME_JPEG
public static final java.lang.String COMPRESSOR_NAME_QUICKTIME_JPEG
public static final java.lang.String ENCODING_QUICKTIME_PNG
public static final java.lang.String COMPRESSOR_NAME_QUICKTIME_PNG
public static final java.lang.String ENCODING_QUICKTIME_ANIMATION
public static final java.lang.String COMPRESSOR_NAME_QUICKTIME_ANIMATION
public static final java.lang.String ENCODING_QUICKTIME_RAW
public static final java.lang.String COMPRESSOR_NAME_QUICKTIME_RAW
public static final java.lang.String ENCODING_AVI_DIB
public static final java.lang.String ENCODING_AVI_RLE
public static final java.lang.String ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE
public static final java.lang.String COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE
public static final java.lang.String ENCODING_AVI_DOSBOX_SCREEN_CAPTURE
public static final java.lang.String ENCODING_AVI_MJPG
public static final java.lang.String ENCODING_AVI_PNG
public static final java.lang.String ENCODING_BITMAP_IMAGE
public static final FormatKey<java.lang.Integer> WidthKey
public static final FormatKey<java.lang.Integer> HeightKey
public static final FormatKey<java.lang.Integer> DepthKey
public static final FormatKey<java.lang.Class> DataClassKey
public static final FormatKey<java.lang.String> CompressorNameKey
public static final FormatKey<Rational> PixelAspectRatioKey
public static final FormatKey<java.lang.Boolean> FixedFrameRateKey
public static final FormatKey<java.lang.Boolean> InterlaceKey
public static final FormatKey<java.lang.Float> QualityKey