java.lang.Object
org.monte.media.av.FormatKeys
org.monte.media.av.codec.video.VideoFormatKeys
Defines common format keys for video media.
- Author:
- Werner Randelshofer
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.monte.media.av.FormatKeys
FormatKeys.MediaType -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe compressor name.The data class.The number of bits per pixel.static final StringMicrosoft Device Independent Bitmap (DIB) format.static final StringDosBox Screen Capture format.static final StringJPEG format.static final StringPNG format.static final StringMicrosoft Run Length format.static final StringMicrosoft Run Length format.static final StringTechsmith Screen Capture format.static final StringInterleaved planar bitmap format.static final Stringstatic final StringAnimation format.static final StringCinepak format.static final StringJPEG format.static final StringPNG format.static final StringRaw format.Whether the frame rate must be fixed.The HeightKey of a video frame.Whether the video is interlaced.The pixel aspect ratio WidthKey : HeightKey;static final FormatKey<VideoFormatKeys.PixelFormat>The pixel format.Encoding quality.The WidthKey of a video frame.Fields inherited from class org.monte.media.av.FormatKeys
EncodingKey, FrameRateKey, KeyFrameIntervalKey, MediaTypeKey, MIME_ANIM, MIME_AVI, MIME_IMAGE_SEQUENCE, MIME_JAVA, MIME_MP4, MIME_QUICKTIME, MimeTypeKey -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENCODING_BUFFERED_IMAGE
- See Also:
-
ENCODING_QUICKTIME_CINEPAK
Cinepak format.- See Also:
-
COMPRESSOR_NAME_QUICKTIME_CINEPAK
- See Also:
-
ENCODING_QUICKTIME_JPEG
JPEG format.- See Also:
-
COMPRESSOR_NAME_QUICKTIME_JPEG
- See Also:
-
ENCODING_QUICKTIME_PNG
PNG format.- See Also:
-
COMPRESSOR_NAME_QUICKTIME_PNG
- See Also:
-
ENCODING_QUICKTIME_ANIMATION
Animation format.- See Also:
-
COMPRESSOR_NAME_QUICKTIME_ANIMATION
- See Also:
-
ENCODING_QUICKTIME_RAW
Raw format.- See Also:
-
COMPRESSOR_NAME_QUICKTIME_RAW
- See Also:
-
ENCODING_AVI_DIB
Microsoft Device Independent Bitmap (DIB) format.- See Also:
-
ENCODING_AVI_RLE4
Microsoft Run Length format.- See Also:
-
ENCODING_AVI_RLE8
Microsoft Run Length format.- See Also:
-
ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE
Techsmith Screen Capture format.- See Also:
-
COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE
- See Also:
-
ENCODING_AVI_DOSBOX_SCREEN_CAPTURE
DosBox Screen Capture format.- See Also:
-
ENCODING_AVI_MJPG
JPEG format.- See Also:
-
ENCODING_AVI_PNG
PNG format.- See Also:
-
ENCODING_BITMAP_IMAGE
Interleaved planar bitmap format.- See Also:
-
WidthKey
The WidthKey of a video frame. -
HeightKey
The HeightKey of a video frame. -
DepthKey
The number of bits per pixel. -
PixelFormatKey
The pixel format. -
DataClassKey
The data class. -
CompressorNameKey
The compressor name. -
PixelAspectRatioKey
The pixel aspect ratio WidthKey : HeightKey; -
FixedFrameRateKey
Whether the frame rate must be fixed. False means variable frame rate. -
InterlaceKey
Whether the video is interlaced. -
QualityKey
Encoding quality. Value between 0 and 1.
-
-
Constructor Details
-
VideoFormatKeys
public VideoFormatKeys()
-