Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

Next Page > Hide TOC

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:



Next Page > Hide TOC


Last updated: 2005-04-08




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice