The QTPlgMediaMovie class defines a that holds movie track sample data. This class inplements properties and methods that allows you to deal with characteristics peculiar to movie track samples (aka embedded movies).
→ →
The QTPlgMediaMovie class constructors are called when you create a new instance of the class, while the ˜QTPlgMediaMovie 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. You can not create a QTPlgMediaMovie object by yourself; instead, you will use class instances obtained from objects of appropriate type.
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 validity requirements for more details.
The class provides you with the following initializer methods:
(other as QTPlgMediaMovie)
This is the copy constructor. The properties of the object to be copied will be used to initialize the
new class instance properties
specifies the duration of the embedded movie
specifies the time scale of the embedded movie
specifies the current embedded movie time
specifies the original bounds of the embedded movie
return a list of that represent the types of all of the tracks
contained into the embedded movie
provides detailed informations about the stored movie sample data
provides detailed informations about the stored movie sample data; returns a list of
objects