Class | Description |
---|---|
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 or an AVI 2.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 | Description |
---|---|
AbstractAVIStream.AVIMediaType |
Supported media types.
|
AVIOutputStream.States |
The states of the movie output stream.
|
AVIOutputStreamOLD.AVIVideoFormat |
Supported video formats.
|