Contents
Navigation
Home User Reference Other Resources


The QTPlgMovieSoundPlay class provides you with support to playback movie sound tracks without needing to use the Realbasic movieplayer control.

At time, this class does not add any properties or methods to those defined into its .







The QTPlgMovieSoundPlay class constructors are called when you create a new instance of the class, while the ˜QTPlgMovieSoundPlay 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. See the QTPlgMovieSoundPlay’s validity conditions for more details.

The class provides you with the following initializer methods:
(m as )
this constructor tries to create a sound presentation context for the movie specified by the m; the class makes a copy of the source movie, so you can safely dispose of it as soon as it is more convenient for you. On the other hand, this implies that, any change done to the source movie does not affect the movie retained by the presentation context; instead you can use the class property to modify the source movie. If the movie does not contain any sound track, the method fails and the new class instance

returns a reference to the source movie