Copyright 2012-04-26 Werner Randelshofer

Package org.monte.media.avi

Provides media handlers for the AVI file format.

See:
          Description

Class Summary
AbstractAVIStream This is the base class for low-level AVI stream IO.
AbstractAVIStream.MainHeader Holds information about the entire movie.
AbstractAVIStream.Sample AVI stores media data in sample chunks.
AVIBMPDIB This class defines the JPEG Huffman table, which is omitted in AVI MJPEG files.
AVIInputStream Provides low-level support for reading encoded audio and video samples from an AVI 1.0 file.
AVIOutputStream Provides low-level support for writing already encoded audio and video samples into an AVI 1.0 file.
AVIOutputStreamOLD Deprecated. Use AVIWriter instead of this class.
AVIPCMAudioCodec PCMAudioCodec performs sign conversion, endian conversion and quantization conversion of PCM audio data.
AVIReader Provides high-level support for decoding and reading audio and video samples from an AVI 1.0 file.
AVIWriter Provides high-level support for encoding and writing audio and video samples into an AVI 1.0 file.
DataChunkOutputStream This output stream filter supports common data types used inside of an AVI RIFF Data Chunk.
DIBCodec DIBCodec encodes a BufferedImage as a Microsoft Device Independent Bitmap (DIB) into a byte array.
RunLengthCodec RunLengthCodec encodes a BufferedImage as a byte[] array.
TechSmithCodec TechSmithCodec (tscc) encodes a BufferedImage as a byte[] array.
TechSmithCodecCore TechSmithCodec (tscc) encodes a BufferedImage as a byte[] array.
ZMBVCodec Implements the DosBox Capture Codec "ZMBV".
ZMBVCodecCore Implements the DosBox Capture Codec "ZMBV".
 

Enum Summary
AbstractAVIStream.AVIMediaType Supported media types.
AVIOutputStream.States The states of the movie output stream.
AVIOutputStreamOLD.AVIVideoFormat Supported video formats.
 

Package org.monte.media.avi Description

Provides media handlers for the AVI file format.

Version:
$Id: package-info.java 151 2012-01-13 20:29:55Z werner $
Author:
Werner Randelshofer

Copyright 2012-04-26 Werner Randelshofer