|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QTFile | |
quicktime.io | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.std.movies.media | |
quicktime.std.music | |
quicktime.std.qtcomponents | |
quicktime.std.sg | |
quicktime.streaming |
Uses of QTFile in quicktime.io |
Methods in quicktime.io that return QTFile | |
static QTFile |
QTFile.fromGraphicsImporter(GraphicsImporter g)
Determines the file that the graphics resides in. |
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. |
static QTFile |
QTFile.fromSequenceGrabber(SequenceGrabber s)
Allows you to determine the movie file that is currently assigned to a sequence grabber component. |
static QTFile |
QTFile.fromSynthesizerConnections(SynthesizerConnections conns)
Return a QTFile (or null if none) of a sound bank file that is used by a MusicComponent as specified in that component's SynthesizerConnections |
static QTFile |
QTFile.resolveAlias(AliasHandle alias)
This method will take an alias and will resolve it, returning the full path name of the resolved file. |
static QTFile |
QTFile.standardGetFilePreview(int[] fileTypes)
Present a standard open file panel to the user to retrieve a file. |
QTFile |
QTFile.resolveAlias(boolean resolveAliasChains)
Returns the target FSSpec passed in QuickTime::ResolveAliasFile |
QTFile |
OpenedFile.getFile()
|
QTFile |
AliasHandle.resolve()
This method will take an alias and will resolve it, returning the full path name of the resolved file. |
Methods in quicktime.io with parameters of type QTFile | |
static GraphicsImporterInfo |
QTFile.fromGraphicsImporter(GraphicsImporter g,
QTFile inDefaultSpec,
java.lang.String prompt)
Presents a dialog box letting the user save an image in a foreign file format. |
void |
QTFile.convertToMovieFile(QTFile outputFile,
int fCreator,
int inFlags)
This method takes a specified file and converts it to a movie file. |
void |
QTFile.convertToMovieFile(QTFile outputFile,
int fCreator,
int inFlags,
MovieImporter mic)
This method takes a specified file and converts it to a movie file. |
void |
QTFile.convertToMovieFile(QTFile outputFile,
int fCreator,
int flags,
MovieImporter mic,
MovieProgress mp)
This method takes a specified file and converts it to a movie file. |
AliasHandle |
QTFile.relativeAlias(QTFile relativeToFile,
boolean minimal)
Creates a relative alias record that describes the specified target with respect to the given file. |
static OpenMovieFile |
OpenMovieFile.asRead(QTFile f)
Open the specified movie file for reading. |
static OpenMovieFile |
OpenMovieFile.asWrite(QTFile f)
Open the specified movie file for writing. |
static OpenFile |
OpenFile.asRead(QTFile f)
Open the specified file for reading. |
static OpenFile |
OpenFile.asWrite(QTFile f)
Open the specified file for writing. |
Uses of QTFile in quicktime.std.image |
Fields in quicktime.std.image declared as QTFile | |
QTFile |
GraphicsImporterInfo.mOutExportedSpec
the file that was written.. |
Methods in quicktime.std.image that return QTFile | |
QTFile |
GraphicsExporter.getInputFile()
Gets the file that is the source for input images to graphics export component. |
QTFile |
GraphicsExporter.getOutputFile()
Gets the file that is the destination for output images. |
QTFile |
GraphicsImporter.getDataFile()
Determines the file that the graphics resides in. |
Methods in quicktime.std.image with parameters of type QTFile | |
void |
GraphicsExporter.setInputFile(QTFile theFile,
ImageDescription desc)
Sets the specified QTFile as the source for input images to graphics export component. |
void |
GraphicsExporter.setOutputFile(QTFile theFile)
Sets the specified QTFile as the destination for output images. |
void |
GraphicsImporter.setDataFile(QTFile fileIn)
Specifies the file that the graphics resides in. |
void |
GraphicsImporter.saveAsPicture(QTFile file,
int scriptTag)
Creates a QuickDraw picture file. |
void |
GraphicsImporter.saveAsQuickTimeImageFile(QTFile file,
int scriptTag)
Creates a QuickDraw image file. |
void |
GraphicsImporter.exportImageFile(int fileType,
int fileCreator,
QTFile theFile,
int scriptTag)
Saves an image in a foreign file format. |
GraphicsImporterInfo |
GraphicsImporter.doExportImageFileDialog(QTFile inDefaultSpec,
java.lang.String prompt)
Presents a dialog box letting the user save an image in a foreign file format. |
Constructors in quicktime.std.image with parameters of type QTFile | |
GraphicsImporterInfo(int outExportedType,
QTFile outExportedSpec,
short outScriptTag)
|
|
GraphicsImporter(QTFile file)
Determines and opens the graphics import component to use for the given file. |
|
GraphicsImporter(QTFile file,
int flags)
Determines and opens the graphics import component to use for the given file. |
Uses of QTFile in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type QTFile | |
static Movie |
Movie.createMovieFile(QTFile pathName,
int fCreator,
int flags)
Creates a Movie object and the file as specified by the QTFile. |
int |
Movie.flatten(int movieFlattenFlags,
QTFile fileOut,
int creator,
int scriptTag,
int createQTFileFlags,
int resID,
java.lang.String resName)
This method creates a new movie file containing a specified movie. |
Movie |
Movie.flattenData(int movieFlattenFlags,
QTFile fileOut,
int creator,
int scriptTag,
int createQTFileFlags)
This method creates a new movie file and creates a new movie that contains all of its movie data. |
int |
Movie.convertToFile(Track onlyTrack,
QTFile outputFile,
int fileType,
int creator,
int scriptTag)
This method converts this movie into a specified file and type. |
int |
Movie.convertToFile(QTFile outputFile,
int fileType,
int creator,
int scriptTag)
This method converts this movie into a specified file and type. |
int |
Movie.convertToFile(QTFile outputFile,
int fileType,
int creator,
int scriptTag,
int flags)
This method converts this movie into a specified file and type. |
int |
Movie.convertToFile(Track onlyTrack,
QTFile outputFile,
int fileType,
int creator,
int scriptTag,
int flags,
MovieExporter userComp)
This method converts this movie into a specified file and type. |
static MovieImportInfo |
Track.fromMovieImporterFile(MovieImporter mi,
QTFile fileIn,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a file using the movie import component. |
Uses of QTFile in quicktime.std.movies.media |
Constructors in quicktime.std.movies.media with parameters of type QTFile | |
DataRef(QTFile f)
This constructor creates a DataRef that represents a QTFile. |
Uses of QTFile in quicktime.std.music |
Methods in quicktime.std.music that return QTFile | |
QTFile |
SynthesizerConnections.getSoundBankFile()
Returns a QTFile that represents a sound bank file (DLS or SF2) that will be used to supply sample information to a soft-synth music component (or null if none set). |
Methods in quicktime.std.music with parameters of type QTFile | |
void |
SynthesizerConnections.setSoundBankFile(QTFile soundBankFile)
This is used to create a connections structure that describes a sound bank file (DLS or SF2) that will be used to supply sample information to a soft-synth music component. |
java.lang.String |
NoteAllocator.registerMusicDevice_SoundBank(QTFile soundBankFile)
Registers a music component with the NoteAllocator, where the MusicComponent will use the supplied SoundBank for its sample data. |
Constructors in quicktime.std.music with parameters of type QTFile | |
SynthesizerConnections(QTFile soundBankFile)
This is used to create a connections structure that describes a sound bank file (DLS or SF2) that will be used to supply sample information to a soft-synth music component. |
Uses of QTFile in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents with parameters of type QTFile | |
XMLDoc |
XMLParser.parse(QTFile file,
boolean allowUppercase,
boolean allowUnquotedAttributeValues)
Parses the XML file pointed to by file, returning a XMLDoc parse tree |
void |
XMLParser.eventParse(QTFile file,
boolean allowUppercase,
boolean allowUnquotedAttributeValues)
Parses the XML file pointed to by file, using event-based parsing. |
MovieImportInfo |
MovieImporter.fromFile(QTFile fileIn,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a file using the movie import component. |
boolean |
MovieImporter.doUserDialog(QTFile fileIn)
Allows an application to request that your component display its user dialog box. |
boolean |
MovieImporter.validate(QTFile fileIn)
Determines the validity of the file to be imported. |
void |
MovieExporter.toFile(QTFile theFile,
Movie theMovie,
Track onlyThisTrack,
int startTime,
int duration)
This method is used to export movie data into a file. |
Uses of QTFile in quicktime.std.sg |
Methods in quicktime.std.sg that return QTFile | |
QTFile |
SequenceGrabber.getDataOutputFile()
Allows you to determine the movie file that is currently assigned to a sequence grabber component. |
Methods in quicktime.std.sg with parameters of type QTFile | |
void |
SequenceGrabber.setDataOutput(QTFile movieFile,
int whereFlags)
Specifies the movie file for a record operation and other options that govern the operation. |
Uses of QTFile in quicktime.streaming |
Methods in quicktime.streaming with parameters of type QTFile | |
static Presentation |
Presentation.fromFile(QTFile file,
PresParams params)
(Not in carbon yet) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |