Adding QTMovie to directory wrapper
Adding QTMovie to directory wrapper
- Subject: Adding QTMovie to directory wrapper
- From: Matt Crocker <email@hidden>
- Date: Wed, 22 Oct 2008 22:25:44 +0100
Folks,
I have an application that saves several pieces of data, most of which
are simple NSMutableArrays. To keep things tidy and flexible, I encode
all of these into separate file wrappers within a directory file
wrapper. This works fine.
Now, I have a QTMovie that I would also like to save into the wrapper.
I understand from a bit of research that trying to encode this in the
same way as the arrays is very inefficient and slow, so I am looking
for the "proper" way to go about it. I could just try and use
writeToFile, but that would of course change the contents of the
wrapper "externally", and so cause warnings for the user every time
they subsequently tried to save.
Does anyone have an example of how this *should* be done?
Many thanks
Matt
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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