public class FormatKeys
extends java.lang.Object
FormatKey
's.Modifier and Type | Class and Description |
---|---|
static class |
FormatKeys.MediaType |
Modifier and Type | Field and Description |
---|---|
static FormatKey<java.lang.String> |
EncodingKey
The EncodingKey.
|
static FormatKey<Rational> |
FrameRateKey
The number of frames per second.
|
static FormatKey<java.lang.Integer> |
KeyFrameIntervalKey
The interval between key frames.
|
static FormatKey<FormatKeys.MediaType> |
MediaTypeKey
The media MediaTypeKey.
|
static java.lang.String |
MIME_ANIM |
static java.lang.String |
MIME_AVI |
static java.lang.String |
MIME_IMAGE_SEQUENCE |
static java.lang.String |
MIME_JAVA |
static java.lang.String |
MIME_MP4 |
static java.lang.String |
MIME_QUICKTIME |
static FormatKey<java.lang.String> |
MimeTypeKey
The mime type.
|
Constructor and Description |
---|
FormatKeys() |
public static final FormatKey<FormatKeys.MediaType> MediaTypeKey
public static final FormatKey<java.lang.String> EncodingKey
public static final java.lang.String MIME_AVI
public static final java.lang.String MIME_QUICKTIME
public static final java.lang.String MIME_MP4
public static final java.lang.String MIME_JAVA
public static final java.lang.String MIME_ANIM
public static final java.lang.String MIME_IMAGE_SEQUENCE
public static final FormatKey<java.lang.String> MimeTypeKey
public static final FormatKey<java.lang.Integer> KeyFrameIntervalKey
FrameRateKey
as a hint and try to produce one key frame per second.