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.


Variable Index

 o mOutExportedSpec
the file that was written..
 o mOutExportedType
file type that was chosen for export.
 o mOutScriptTag
the script system in which the exported file name is to be displayed.

Constructor Index

 o GraphicsImporterInfo(int, QTFile, short)

Variables

 o mOutExportedType
 public int mOutExportedType
file type that was chosen for export.

 o mOutExportedSpec
 public QTFile mOutExportedSpec
the file that was written..

 o mOutScriptTag
 public short mOutScriptTag
the script system in which the exported file name is to be displayed.

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index