Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QTMovie frame looping



Hello Cocoa Developers,

I am attempting to grab the frames out of a QTMovie. The grabbing part
works, but the loop that I have breaks around the last iteration with EXC
BAD ACCESS.

Here is the code:

while (QTTimeCompare([myMovie currentTime], [myMovie duration]) !=
NSOrderedSame)
{
	// I do some stuff with some things
	// Which seems to work fine

	[myMovie stepForward];
}

I believe that -duration is returning the time the movie would have when
it finished, whereas when I reach the last frame -currentTime returns
something like -duration - the_time_a_frame_would_last so my call to
QTTimeCompare never returns true and I loop past the last frame.

My intuition is to look for a way to determine the number of frames in a
QTMovie and the frame that it is currently on, but if there is a better
way to solve the problem, I would love to hear.

Much thanks for your time. Any help is appreciated.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.