This class is the root class of the entire class hierarchy defined by the QTPlugin. It is an abstract class (that is you can not create instances of it) that defines properties and methods common to any of its derived classes.
Since version 6.7 of the plugin this class can be used in Console Applications
Root Class
The class has not constructor at all (you can always use the Realbasic common constructor syntax, of course, but you will obtain an usless object). Its destructor, will be implicitly invoked every time one of its derived classes will be destroyed.
the error code related to the last operation. If there is no error this property is set to 0
the address, in memory, of the object instance in use
a reference to a QuickTime C structure wrapped into the plugin object if any; the meaning of
"reference" depends on the type of derived class and will be explained, when appropriate,
for each single class.
If a class does not wrap any QuickTime structure this property is set to 0
this property tells about the status of an object. Usually, if not otherwise stated, when this property is
false you should avoid of keep on using the class instance. What does it mean valid or
not valid for a given object depends on the type of derived class and will be examined for any QTPlgObject’s derived class
()
this method, if implemented, brings a QTPlgObject class instance back to its initial condition. Usually, the object state is the same as that one obtained
calling the default constructor of the class