• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
QTMovie frame looping
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QTMovie frame looping


  • Subject: QTMovie frame looping
  • From: email@hidden
  • Date: Wed, 21 Mar 2007 20:15:58 -0800 (PST)
  • Importance: Normal

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: QTMovie frame looping
      • From: Steve Christensen <email@hidden>
  • Prev by Date: Re: NSBezierPath Arc bug, intel.
  • Next by Date: Re: Need help setting up KVO
  • Previous by thread: Weird behavior after exiting full screen OpenGL application
  • Next by thread: Re: QTMovie frame looping
  • Index(es):
    • Date
    • Thread