quicktime.std.image
Class GraphicsImporterInfo
java.lang.Object
|
+--quicktime.std.image.GraphicsImporterInfo
- public class GraphicsImporterInfo
- extends java.lang.Object
The GraphicsImporterInfo class contains information about the reference information of a media sample.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)