• 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
Exporting a movie
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exporting a movie


  • Subject: Exporting a movie
  • From: Thomas Davie <email@hidden>
  • Date: Mon, 28 Aug 2006 18:04:14 +0100

Hi,
I've been successfully exporting a movie my application is constructing. But as with all movie exports, it takes some time. As such I was wanting to display a progress bar.


I found - (BOOL)movie:(QTMovie *)movie shouldContinueOperation: (NSString *)op withPhase:(QTMovieOperationPhase)phase atPercent: (NSNumber *)percent withAttributes:(NSDictionary *)attributes in the docs.

And promptly started implementing it in my delegate. The method gives me back percentage complete as it should. What I'm having problems with though is the phase... I expected to get back one call as it started with QTMovieOperationBeginPhase, then a whole load with QTMovieOperationUpdatePercentPhase, and then one with QTMovieOperationEndPhase as it completed. But what I get instead is lots and lots and lots of QTMovieOperationEndPhases.

What's up?

Bob
_______________________________________________
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


  • Prev by Date: CGPostMouseEvent and NSMenu
  • Next by Date: I'm having trouble retaining a NSColor
  • Previous by thread: CGPostMouseEvent and NSMenu
  • Next by thread: I'm having trouble retaining a NSColor
  • Index(es):
    • Date
    • Thread