All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.image.GraphicsImporterInfo
java.lang.Object
|
+----quicktime.std.image.GraphicsImporterInfo
- public class GraphicsImporterInfo
- extends Object
The GraphicsImporterInfo class contains information about the reference information of a media sample.
-
mOutExportedSpec
- the file that was written..
-
mOutExportedType
- file type that was chosen for export.
-
mOutScriptTag
- the script system in which the exported file name is to be displayed.
-
GraphicsImporterInfo(int, QTFile, short)
-
mOutExportedType
public int mOutExportedType
- file type that was chosen for export.
mOutExportedSpec
public QTFile mOutExportedSpec
- the file that was written..
mOutScriptTag
public short mOutScriptTag
- the script system in which the exported file name is to be displayed.
GraphicsImporterInfo
public GraphicsImporterInfo(int outExportedType,
QTFile outExportedSpec,
short outScriptTag)
All Packages Class Hierarchy This Package Previous Next Index