Contents
Navigation
Home User Reference Other Resources


The QTPlgMovieLoader class implements the interface in order to provide asynchronous loading of movies.

The can be any that the movie importer can recognize; if the source is an the movie will be downloaded, if possible, from the remote address specified







The QTPlgMovieLoader class constructors are called when you create a new instance of the class, while the ˜QTPlgMovieLoader class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.
Once a new class instance is returned, it is good practice to check the class property to be sure that the new object can be used. A QTPlgDataCopier object is valid if a valid has been assigned to it. Though, when instantiating this class by using the , the source of data has not been yet assigned and the class property returns false, it is lecit to continue to use the class. Anyway, using the new class instance makes sense only if you have set some data source to act upon.

The class implements the following initializer methods:
()
This is the default constructor

returns the destination movie; note that you have not to wait the completion of the transfer to inspect the but they are available as soon as the transfer process is


enough of the media data is available that the movie can be prerolled and started
enough of the media data is available that the entire movie can be played through to the end without stopping