Package | Description |
---|---|
org.monte.media.avi |
Provides media handlers for the AVI file format.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractAVIStream.CompositeChunk
A CompositeChunk contains an ordered list of Chunks.
|
protected class |
AbstractAVIStream.DataChunk
Data Chunk.
|
protected class |
AbstractAVIStream.FixedSizeDataChunk
A DataChunk with a fixed size.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<AbstractAVIStream.Chunk> |
AbstractAVIStream.CompositeChunk.children |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAVIStream.CompositeChunk.add(AbstractAVIStream.Chunk child) |