Contents
Navigation
Home User Reference Other Resources


This class allows you to determine what restrictions are enforced by the currently running version of QuickTime.





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). The ˜QTPlgGlobalRestrictions 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 obtain instances of this class by the method of the plugin module.
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.

See the properties.