This class allows you to use a Component check for picking the right movie. This can be useful for a movie that requires certain software in order to be used. For example, a movie that requires the presence of the Intel Indeo 3.1 codec could use the appropriate to instantiate a object with a type of 'imdc' and subtype iv31' and indicate that this component was required by setting the property of this class.
If multiple Component checks are present, all must be true in order for the movie to play.
→
The QTPlgAltComponentCheck class constructors are called when you create a new instance of the class, while the ˜QTPlgAltComponentCheck 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.
The class provides you with the following initializer methods:
()
This is the default constructor.
(other as QTPlgAltComponentCheck)
This is the copy constructor. The of the object to be copied
will be used to initialize the new class instance
specifies the component to check
specifies the minimum allowed version of the component specified by the
property