Package | Description |
---|---|
org.monte.media.avi |
Provides media handlers for the AVI file format.
|
Class and Description |
---|
AbstractAVIStream
This is the base class for low-level AVI stream IO.
|
AbstractAVIStream.AVIMediaType
Supported media types.
|
AbstractAVIStream.Chunk
Chunk base class.
|
AbstractAVIStream.CompositeChunk
A CompositeChunk contains an ordered list of Chunks.
|
AbstractAVIStream.FixedSizeDataChunk
A DataChunk with a fixed size.
|
AbstractAVIStream.MainHeader
Holds information about the entire movie.
|
AbstractAVIStream.Sample
AVI stores media data in sample chunks.
|
AbstractAVIStream.Track
Represents a track (or "stream") in an AVI file.
|
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.
|
AVIOutputStream.States
The states of the movie output stream.
|
AVIOutputStreamOLD.AVIVideoFormat
Deprecated.
Supported video formats.
|