Methods in quicktime.std.movies with parameters of type MovieInfo |
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. |
static Movie |
Movie.fromHandle(QTHandle hand,
int flags,
MovieInfo info)
This method creates a movie in memory from a movie resource or
a handle you obtained from the PutMovieIntoHandle function. |
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. |
Movie |
Movie.forDataRefFromHandle(DataRef dataRef,
QTHandle publicHandle,
int flags,
MovieInfo info)
QuickTime can handle public movie handles with self contained data references. |