|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.FormatKeys
public class FormatKeys
Defines common FormatKey's.
| Nested Class Summary | |
|---|---|
static class |
FormatKeys.MediaType
|
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
FormatKeys()
|
|
| 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 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<Rational> FrameRateKey
public static final FormatKey<java.lang.Integer> KeyFrameIntervalKey
FrameRateKey
as a hint and try to produce one key frame per second.
| Constructor Detail |
|---|
public FormatKeys()
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||