Creating QTMovie with multiple tracks just for playing them
Creating QTMovie with multiple tracks just for playing them
- Subject: Creating QTMovie with multiple tracks just for playing them
- From: numberR <email@hidden>
- Date: Mon, 09 Jan 2006 00:30:07 -0800
Hello,
http://developer.apple.com/technotes/tn2005/tn2138.html#TNTAG3
I am trying to find a way to play two medias synchronized somehow.
I have one media, quicktime file, that only contains video, and another
one that only contains music, say mp3 file, and I need to play them
synchronized. I thought I could play the movie using QTMovie object and
add the music as a new track to it so I don't have to worry about
synchronizing them, but I'm stuck. FAQ above shows how to add new
QTTrack to QTMovie object but how can I put data to the new QTTrack? Is
it even possible to create QTMovie object and add new tracks to it just
to play the medias and not for saving it? Can I do it with getting data
of medias from input stream, say from files, and not allocating entire
memory?
Or is there any better way to play two medias synchronized?
I am new to QuickTime framework so sorry if I'm asking something trivial...
Regards,
Atsuya Takagi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden