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

ADC Home > Reference Library > Technical Q&As > QuickTime > Movie Basics >

Creating track references when editing movies


Q: I'm using the InsertTrackSegment function to copy a track from one movie to another. However, I don't want to actually copy the track media data itself - I want to simply create a reference to the track media in the original movie. Is this possible?

A: If you explicitly do *not* bracket the InsertTrackSegment call with calls to BeginMediaEdits/EndMediaEdits, the track media data is not copied. Instead, a reference to the track media is made.

[Sep 05 2000]




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.