Class Summary |
CompressionDialog |
This class represents the standard compression dialog. |
DataCodecCompressor |
Compresses data using the specified compressor |
DataCodecDecompressor |
This class is used to decompress data given an appropriate compressor type
which is the compressor used to compress the data. |
DataCodecInfo |
An object of this class is returned after a DataCodecCompressor.compress call |
DataRateSettings |
|
ImageCompressionDialog |
This class represents the standard compression dialog for images. |
MovieExporter |
Assists in exporting movie data and data conversion operations. |
MovieImporter |
Assists in importing movie data. |
MovieImportInfo |
MovieImportInfo contains information for the movie import component. |
SCInfo |
|
SCSequence |
|
SoundCompressionDialog |
This class represents the standard compression dialog for sound. |
SpatialSettings |
|
TCTextOptions |
|
TemporalSettings |
|
TimeCodeDef |
The TimeCode definition class contains timecode formatting information. |
TimeCodeDescription |
This class maps the TimeCodeDescription record of the MovieToolbox. |
TimeCodeInfo |
The TimeCodeInfo class represents time code as frame count or as HH:MM:SS:FF. |
TimeCoder |
|
TimeCodeTime |
The TimeCodeTime class represents time as HH:MM:SS:FF. |
XMLAttribute |
The XMLAttribute corresponds to the QuickTime XMLAttribute |
XMLContent |
The XMLContent implements java wrapper of pointer to QuickTime XMLContent |
XMLDoc |
XMLDoc class corresponds to the QuickTime XMLDoc |
XMLElement |
#pragma options align=mac68k
struct XMLElement {
UInt32 identifier; // size 4 // Tokenized identifier, if the element name was recognized by the parser
char * name; // size 4 // Element name, only present if identifier == xmlIdentifierUnrecognized
XMLAttributePtr attributes; // size 4 // Array of attributes, terminated with an attribute with identifier == xmlIdentifierInvalid
XMLContentPtr contents; // size 4 // Array of contents, terminated with a content with kind == xmlIdentifierInvalid
}; // sizeof (XMLElement) = 16 |
XMLParser |
The XMLParser corresponds to the QuickTime XMLParse component, type 'pars' subtype 'xml ' |