Re: MP3 info?
Re: MP3 info?
- Subject: Re: MP3 info?
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 27 Jul 2003 19:01:32 +0200
On Sunday, Jul 27, 2003, at 17:22 Europe/Vienna, Lorenzo wrote:
Does this means that for any movie I have to alloc the memory for the
whole
file? For example, if the MP3 file is long 4 MBytes, when I call
NSMovie *theMovie = [[[NSMovie alloc] initWithURL:movieURL
byReference:NO] autorelease];
does my application allocate 4MB? Or does it allocate only a pointer
to the
data?
No wonder I can't play that 2GB mpeg movie I recorded yesterday, I only
got 1.5GB of RAM!
andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.