Introduction to QuickTime Media Types and Media Handlers Guide

This book introduces the idea of QuickTime media handler components and provides details of the video, sound, text, timecode, and tween media handlers.

The last half of this book describes the media handler components that perform tween operations, sometimes called tweeners. It also describes tween operations performed by QuickTime for tween types that are native to QuickTime.

A tween operation lets you algorithmically generate an output value for any point in a time interval. The input for a tween is a small number of values, often as few as one or two, from which a range of values can be derived. You can use output from a tween either to modify tracks in a QuickTime movie or to perform actions unrelated to movies.

For a general overview of media handler technology in QuickTime, read About Media Handlers. The rest of this book is of interest primarily to developers who need to develop new media handlers for QuickTime. You need to read the last five chapters of this book if you are a developer planning to work with or create QuickTime tween components.

Organization of This Document

This book is divided into nine chapters:

See Also

For a discussion of QuickTime movie time management, see QuickTime Movie Internals Guide.

The following Apple books cover aspects of QuickTime programming related to media handlers: