|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenFile | |
quicktime.io | |
quicktime.sound | |
quicktime.std.movies | |
quicktime.std.qtcomponents |
Uses of OpenFile in quicktime.io |
Methods in quicktime.io that return OpenFile | |
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 OpenFile in quicktime.sound |
Methods in quicktime.sound with parameters of type OpenFile | |
static void |
SndInfo.setupAIFFHeader(OpenFile file,
int numChannels,
float sampleRate,
int sampleSize,
int compressionType,
long numBytes,
long numFrames)
The SetupAIFFHeader function creates an AIFF or AIFF-C file header, depending on the parameters passed to it: Uncompressed sounds of any type are stored in AIFF format (that is, the compressionType parameter is 'NONE'). |
static SndInfo |
SndInfo.parseAIFFHeader(OpenFile file)
You use this function to retrieve information about from a AIFF Sound File. |
Uses of OpenFile in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type OpenFile | |
static Movie |
Movie.fromDataFork(OpenFile fileIn,
int fileOffset,
int flags,
MovieInfo info)
This method enables you to retrieve a movie that is stored anywhere in the data fork of a specified file. |
Uses of OpenFile in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents with parameters of type OpenFile | |
void |
ImageCompressionDialog.defaultPictFileSettings(OpenFile src,
boolean motion)
Allows you to derive default compression settings for an image that is stored in a Pict File. |
void |
ImageCompressionDialog.compressPictureFile(OpenFile src,
OpenFile dest)
Compresses a Pict contained in the src open Pict file into the destination open Pict file. |
void |
ImageCompressionDialog.setTestImagePictFile(OpenFile testPict,
QDRect testRect,
int testFlags)
Sets the dialog box's test image from a Pict file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |