|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MovieImporter | |
quicktime.io | |
quicktime.std.movies | |
quicktime.std.movies.media | |
quicktime.std.qtcomponents |
Uses of MovieImporter in quicktime.io |
Methods in quicktime.io with parameters of type MovieImporter | |
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. |
Uses of MovieImporter in quicktime.std.movies |
Methods in quicktime.std.movies that return MovieImporter | |
MovieImporter |
Track.isScrapMovie()
Looks on the System scrap to find out if it can translate any of the track data into a movie. |
Methods in quicktime.std.movies with parameters of type MovieImporter | |
static AtomContainer |
AtomContainer.fromMovieImporterMIME(MovieImporter mi)
Returns a list of MIME types supported by the movie import component. |
static AtomContainer |
AtomContainer.fromMovieImporterSettings(MovieImporter mi)
Retrieves the current settings from the movie import component.. |
void |
Movie.pasteHandle(QTHandle handle,
int handleType,
int flags,
MovieImporter userComp)
This method takes the contents of a specified handle, together with its type, and pastes it into a specified movie. |
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. |
static MovieImportInfo |
Track.fromMovieImporterHandle(MovieImporter mi,
QTHandleRef dataRef,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a handle using the movie import component. |
static MovieImportInfo |
Track.fromMovieImporterDataRef(MovieImporter mi,
DataRef dataRef,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Determines information revelant to the movie import component. |
Uses of MovieImporter in quicktime.std.movies.media |
Methods in quicktime.std.movies.media with parameters of type MovieImporter | |
static SampleDescription |
SampleDescription.fromMovieImporter(MovieImporter mi)
Determines the sample description of the component. |
Uses of MovieImporter in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents that return MovieImporter | |
static MovieImporter |
MovieImporter.fromTrack(Track t)
Looks on the System scrap to find out if it can translate any of the track data into a movie. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |