Class VideoFormatKeys
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, SampleFormatKey -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENCODING_BUFFERED_IMAGE
- See Also:
-
ENCODING_QUICKTIME_CINEPAK
-
COMPRESSOR_NAME_QUICKTIME_CINEPAK
- See Also:
-
ENCODING_QUICKTIME_JPEG
-
COMPRESSOR_NAME_QUICKTIME_JPEG
- See Also:
-
ENCODING_QUICKTIME_PNG
-
COMPRESSOR_NAME_QUICKTIME_PNG
- See Also:
-
ENCODING_QUICKTIME_ANIMATION
-
COMPRESSOR_NAME_QUICKTIME_ANIMATION
- See Also:
-
ENCODING_QUICKTIME_RAW
-
COMPRESSOR_NAME_QUICKTIME_RAW
- See Also:
-
ENCODING_AVI_DIB
Microsoft Device Independent Bitmap (DIB) format.- See Also:
-
ENCODING_AVI_RLE4
-
ENCODING_AVI_RLE8
-
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
-
ENCODING_AVI_PNG
-
ENCODING_BITMAP_IMAGE
-
WidthKey
-
HeightKey
-
DepthKey
-
PixelFormatKey
The pixel format. -
DataClassKey
-
CompressorNameKey
-
PixelAspectRatioKey
-
FixedFrameRateKey
-
InterlaceKey
-
QualityKey
-
-
Constructor Details
-
VideoFormatKeys
public VideoFormatKeys()
-