| 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.
|
| AVIOutputStream |
Provides low-level support for writing already encoded audio and video
samples into an AVI 1.0 file.
|
| AVIPCMAudioCodec |
PCMAudioCodec performs sign conversion, endian conversion and
quantization conversion of PCM audio data. |
| AVIWriter |
Provides high-level support for encoding and writing audio and video samples
into an AVI 1.0 file.
|
| 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. |
| Enum | Description |
|---|---|
| AbstractAVIStream.AVIMediaType |
Supported media types.
|
| AVIOutputStream.States |
The states of the movie output stream.
|
Copyright © 2017. All Rights Reserved.