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.


Field Summary
 QTFile mOutExportedSpec
          the file that was written..
 int mOutExportedType
          file type that was chosen for export.
 short mOutScriptTag
          the script system in which the exported file name is to be displayed.
 
Constructor Summary
GraphicsImporterInfo(int outExportedType, QTFile outExportedSpec, short outScriptTag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.
Constructor Detail

GraphicsImporterInfo

public GraphicsImporterInfo(int outExportedType,
                            QTFile outExportedSpec,
                            short outScriptTag)