|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenMovieFile | |
quicktime.io | |
quicktime.std.movies |
Uses of OpenMovieFile in quicktime.io |
Methods in quicktime.io that return OpenMovieFile | |
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. |
Uses of OpenMovieFile in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type OpenMovieFile | |
static Movie |
Movie.fromFile(OpenMovieFile fileIn)
This method creates a movie in memory from a resource that is stored in a movie file. |
static Movie |
Movie.fromFile(OpenMovieFile fileIn,
int flags,
MovieInfo info)
This method creates a movie in memory from a resource that is stored in a movie file. |
int |
Movie.addResource(OpenMovieFile fileOut,
int resID,
java.lang.String resourceName)
This method adds a movie resource to a specified resource file. |
void |
Movie.updateResource(OpenMovieFile fileOut,
int resID,
java.lang.String resourceName)
This method replaces the contents of a movie resource in a specified movie file. |
void |
Movie.removeResource(OpenMovieFile fileOut,
int resID)
This method removes a movie resource from a specified movie file. |
void |
Movie.putIntoDataFork(OpenMovieFile fileOut,
int offset,
int maxSize)
This method allows you to store a movie in the data fork of a given file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |