Class FormatKeys
java.lang.Object
org.monte.media.av.FormatKeys
- Direct Known Subclasses:
AudioFormatKeys,VideoFormatKeys
Defines common
FormatKey's.- Author:
- Werner Randelshofer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe encoding of the media.The number of frames per second.The interval between key frames.static final FormatKey<FormatKeys.MediaType> The type of the media.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe mime type.The format of the samples of the media. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MediaTypeKey
The type of the media. -
EncodingKey
-
SampleFormatKey
-
MIME_AVI
- See Also:
-
MIME_QUICKTIME
- See Also:
-
MIME_MP4
- See Also:
-
MIME_JAVA
- See Also:
-
MIME_ANIM
- See Also:
-
MIME_IMAGE_SEQUENCE
- See Also:
-
MimeTypeKey
-
FrameRateKey
-
KeyFrameIntervalKey
-
-
Constructor Details
-
FormatKeys
public FormatKeys()
-