Package | Description |
---|---|
org.monte.media.avi |
Provides media handlers for the AVI file format.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractAVIStream.AudioTrack
The format of a video track is defined in a "strf" chunk, which
contains a
WAVEFORMATEX struct. |
protected class |
AbstractAVIStream.MidiTrack |
protected class |
AbstractAVIStream.TextTrack |
protected class |
AbstractAVIStream.VideoTrack
Represents a video track in an AVI file.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AbstractAVIStream.Track> |
AbstractAVIStream.tracks
The list of tracks in the file.
|