: Uses of Class quicktime.std.movies.MovieInfo
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Classquicktime.std.movies.MovieInfo
Packages that use MovieInfo
quicktime.std.movies
Uses of MovieInfo in quicktime.std.movies
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES