Re: MP3 info?
Re: MP3 info?
- Subject: Re: MP3 info?
- From: Andreas Mayer <email@hidden>
- Date: Mon, 28 Jul 2003 19:44:06 +0200
Am Montag, 28.07.03 um 18:07 Uhr schrieb Lorenzo:
I presume I should not open/read the movie file itself, and I hope to
get
only the ID3 info.
The ID3 info is imbedded in the file. So you will _need_ to read it to
get that info.
Also, ID3 tags are located _at the end_ of the file.
So accessing it will of course be slower than reading file metadata
which is handled by the file system independent from the actual
contents of the file.
bye. Andreas.
_______________________________________________
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.