Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
README.txt
README - QTMovieFromProcs |
QuickTime 3.0 provides functions that allow you to create a movie |
using data supplied by one or more application-defined procedures. |
In particular, you use the function MovieExportAddDataSource to add |
a track-generating procedure and you use the function |
MovieExportFromProceduresToDataRef to do the actual movie exporting. |
In this example, we will create a QuickTime movie with a video track |
and an audio track; we generate the video track by drawing a |
series of individual frames, and we generate the audio track by |
generating 10 seconds of silence. |
Enjoy, |
QuickTime Team |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14