Introduction to Component Manager for QuickTime

Many QuickTime services, such as image compression and decompression, are provided by components. Components are a type of shared code resource that you can manipulate using the Component Manager.

For the most part, QuickTime components are opened, configured, and closed as needed by QuickTime, without you as an application programmer having to work with them explicitly.

You will probably need to use the Component Manager from time to time, however, in order to open a specific component, to determine whether a component has specific properties, to modify the default configuration of a component, or to configure a component programmatically instead of invoking a user dialog.

Organization of this Document

This document describes the parts of the Component Manager you are likely to use in a QuickTime application. It includes a discussion of Component Resources, including component public resources, that can often be used to obtain information about components quickly, without actually opening the components.

This document also describes Component Property Functions and Selectors, introduced in QuickTime 6.4, that can be used to get and set component properties, and to install callbacks that are activated when component properties change, without using the Component Manager directly.

See Also

In addition to this document, you may find the following documents useful: