This section describes the requirements for creating a data handler component. The functional interface that your component must support is described in “Using Data Handler Components.”
You should consider developing your own data handler component only if you are planning to provide a new type of movie container or a container that requires special data handling techniques. For example, if you are planning to develop a networked multimedia server, you would most likely need to develop a new data handler that could support the special protocols required by your server. By encapsulating that protocol support in a data handler, QuickTime applications can access the movie data on your server without having to implement any special support. In this way, your server becomes a seamless part of the user’s system.
Before reading this section, you should be familiar with how to create QuickTime components.
General Information
Supported Functions
Last updated: 2006-01-10