• 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
Re: MP3 info?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MP3 info?


  • Subject: Re: MP3 info?
  • From: Andreas Monitzer <email@hidden>
  • Date: Sun, 27 Jul 2003 19:47:24 +0200

On Sunday, Jul 27, 2003, at 18:33 Europe/Vienna, Lorenzo wrote:

Hi Andy,
may you please explain better? Are you joking?
I have only to get the ID3 metadata like artist, song title, etc, so I
wouldn't like I had to load the whole file in memory just to get the
metadata informations. It should run very very slow...

I'd personally use the official id3v2 C-library for that...

I do only this:
NSURL *movieURL = [NSURL fileURLWithPath:theItem];
NSMovie *theMovie = [[[NSMovie alloc] initWithURL:movieURL
byReference:NO] autorelease];
UserData inUserData = GetMovieUserData([theMovie QTMovie]);

So please let me know, does this load the whole movie in memory?

Do you really think QuickTime would load whole *movies* into memory? Esp. considering that movies are very often larger than the memory available or addressable on a 32bit architecture.
Of course, loading the file using QuickTime just for the metadata isn't very efficient, but not *that* inefficient.

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.

  • Follow-Ups:
    • Re: MP3 info?
      • From: Lorenzo <email@hidden>
References: 
 >Re: MP3 info? (From: Lorenzo <email@hidden>)

  • Prev by Date: Re: MP3 info?
  • Next by Date: Re: MP3 info?
  • Previous by thread: Re: MP3 info?
  • Next by thread: Re: MP3 info?
  • Index(es):
    • Date
    • Thread