Package | Description |
---|---|
org.monte.media.quicktime |
Provides media handlers for the QuickTime file format.
|
Class and Description |
---|
AbstractQuickTimeStream
This is the base class for low-level QuickTime stream IO.
|
AbstractQuickTimeStream.Atom
Atom base class.
|
AbstractQuickTimeStream.Chunk
Groups consecutive samples with the same sample description Id and with
adjacent offsets in the movie file.
|
AbstractQuickTimeStream.CompositeAtom
A CompositeAtom contains an ordered list of Atoms.
|
AbstractQuickTimeStream.DataAtom
Data Atom.
|
AbstractQuickTimeStream.Edit
An
Edit define the portions of the media that are to be used to
build up a track for a movie. |
AbstractQuickTimeStream.Group
Groups consecutive samples with same characteristics.
|
AbstractQuickTimeStream.Sample
QuickTime stores media data in samples.
|
AbstractQuickTimeStream.SampleSizeGroup
Groups consecutive samples of the same size.
|
AbstractQuickTimeStream.States
The states of the movie output stream.
|
AbstractQuickTimeStream.TimeToSampleGroup
Groups consecutive smples of the same duration.
|
AbstractQuickTimeStream.Track
Represents a track.
|
AbstractQuickTimeStream.WideDataAtom
WideDataAtom can grow larger then 4 gigabytes.
|
DataAtomOutputStream
This output stream filter supports common data types used inside
of a QuickTime Data Atom.
|
QuickTimeInputStream
Provides low-level support for reading encoded audio and video samples from a
QuickTime file.
|
QuickTimeOutputStream
This class provides low-level support for writing already encoded audio and
video samples into a QuickTime file.
|
QuickTimeWriter
Supports writing of time-based video and audio data into a QuickTime movie
file (.MOV) without the need of native code.
|