Can I alter this code so that it only reads and displays the Video
and Sound track? In fact this is how the QT Inspector handles multi
track clips. It omits everything except the Video and Sound data.
Hello Paul,
What you could do is create an array of audio and video tracks only.
Try the following. HTH.
Jaime
if (movie)
{
[mFormat setStringValue:@""];
NSMutableString *trackFormatStr = [NSMutableString
string];
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden