This class conveys informations about the restrictions, if any, specified on a given movie.
→
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 ˜QTPlgMovieRestrictions 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 property of the class.
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.