NSData from NSMovie ?
NSData from NSMovie ?
- Subject: NSData from NSMovie ?
- From: Robert Miller <email@hidden>
- Date: Wed, 07 Nov 2001 10:49:05 -0500
- Organization: RFM & Associates
Hello,
Can anyone tell me if there is a convenient way of obtaining a
'flattened' representation of an NSMovie (the QTMovie from it) into an
NSData object ? something similar to what an NSImage uses from its
TIFFRepresentation method ? Near as I can tell there isn't without first
flattening the movie to a file and then reading it back in again into an
NSData object. (I'm trying to avoid the temp file approach)
Thanks in advance,
Regards,
Bob M.