|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsExporter | |
quicktime.io | |
quicktime.qd | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.std.movies.media | |
quicktime.util |
Uses of GraphicsExporter in quicktime.io |
Methods in quicktime.io with parameters of type GraphicsExporter | |
static QTFile |
QTFile.fromGraphicsExporterInput(GraphicsExporter g)
Determines the file that is the source of input images to the Graphics exporter. |
static QTFile |
QTFile.fromGraphicsExporterOutput(GraphicsExporter g)
Determines the file that is the destination of Output images to the Graphics exporter. |
Uses of GraphicsExporter in quicktime.qd |
Methods in quicktime.qd with parameters of type GraphicsExporter | |
static Pict |
Pict.fromGraphicsExporter(GraphicsExporter ge)
Creates a new Pict containing the image currently in use by this import component. |
static QDGraphics |
QDGraphics.fromGraphicsExporter(GraphicsExporter ge)
Call this method to obtain the QDGraphics of the object. |
static PixMap |
PixMap.fromGraphicsExporter(GraphicsExporter ge)
A PixMap object which describes the pixels in the QDGraphics. |
Uses of GraphicsExporter in quicktime.std.image |
Methods in quicktime.std.image with parameters of type GraphicsExporter | |
static ImageDescription |
ImageDescription.fromGraphicsExporter(GraphicsExporter ge)
Determines the image description information. |
static ImageDescription |
ImageDescription.fromGraphicsExporterCompressor(GraphicsExporter ge,
AtomContainer ac)
Returns the image description information. |
static GraphicsImporter |
GraphicsImporter.fromGraphicsExporter(GraphicsExporter ge)
Determines the GraphicsImporter that is the source for input images to graphics export component QuickTime::GraphicsExportGetInputGraphicsImporter |
Uses of GraphicsExporter in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type GraphicsExporter | |
static AtomContainer |
AtomContainer.fromGraphicsExporter(GraphicsExporter ge)
Retrieves the current settings from the movie export component.. |
static GECompressorInfo |
AtomContainer.fromGraphicsExporterCompressor(GraphicsExporter ge)
The base graphics exporter makes this call of the format-specific graphics exporter to ask whether the current export operation should be done by using an image compressor. |
static AtomContainer |
AtomContainer.fromGraphicsExporterMIME(GraphicsExporter ge)
Returns a list of MIME types supported by the graphics export component. |
Uses of GraphicsExporter in quicktime.std.movies.media |
Methods in quicktime.std.movies.media with parameters of type GraphicsExporter | |
static UserData |
UserData.fromGraphicsExporter(GraphicsExporter ge)
This method allows your application to obtain access to a GraphicsExporter user data list. |
static DataRef |
DataRef.fromGraphicsExporterInputDataRef(GraphicsExporter ge)
This method returns a copy of a data reference. |
static DataRef |
DataRef.fromGraphicsExporterOutputDataRef(GraphicsExporter ge)
This method returns a copy of a data reference. |
Uses of GraphicsExporter in quicktime.util |
Methods in quicktime.util with parameters of type GraphicsExporter | |
static QTHandle |
QTHandle.fromGraphicsExporterText(GraphicsExporter g)
Determines the data handle that is the source for input images to graphics export component QuickTime::GraphicsExportGetSettingsAsText |
static QTHandle |
QTHandle.fromGraphicsExporterInput(GraphicsExporter g)
Determines the data handle that is the source for input images to graphics export component QuickTime::GraphicsExportGetInputHandle |
static QTHandle |
QTHandle.fromGraphicsExporterOutput(GraphicsExporter g)
Determines the data handle that is the source for input images to graphics export component QuickTime::GraphicsExportGetOutputHandle |
static QTPointerRef |
QTPointer.fromGraphicsExporter(GraphicsExporter ge)
The buffer that contains the sound data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |