如何从Cocoa的MP3文件中提取ID标签?

时间:2023-01-24 11:55:46

Please advise some way to extract MP3 attributes using simple API. Is there any other libraries other than ID3.framework? I found that it is quite out-dated and has memory leaks. Thanks a lot.

请建议使用简单的API提取MP3属性。除ID3.framework之外还有其他库吗?我发现它已经过时并且有内存泄漏。非常感谢。

1 个解决方案

#1


If it is acceptable for you to use QTKit then check out QTMovie_Metadata.h and QTMovie_Metadata.m that are part of the qtplay project on Google Code http://code.google.com/p/qtplay/

如果您可以使用QTKit,请查看QTMovie_Metadata.h和QTMovie_Metadata.m,它们是Google Code上qtplay项目的一部分http://code.google.com/p/qtplay/

The specific files are here:

具体文件在这里:

http://code.google.com/p/qtplay/source/browse/trunk/Source/Categories%20and%20Wrappers/QTMovie_Metadata.h

http://code.google.com/p/qtplay/source/browse/trunk/Source/Categories%20and%20Wrappers/QTMovie_Metadata.m

#1


If it is acceptable for you to use QTKit then check out QTMovie_Metadata.h and QTMovie_Metadata.m that are part of the qtplay project on Google Code http://code.google.com/p/qtplay/

如果您可以使用QTKit,请查看QTMovie_Metadata.h和QTMovie_Metadata.m,它们是Google Code上qtplay项目的一部分http://code.google.com/p/qtplay/

The specific files are here:

具体文件在这里:

http://code.google.com/p/qtplay/source/browse/trunk/Source/Categories%20and%20Wrappers/QTMovie_Metadata.h

http://code.google.com/p/qtplay/source/browse/trunk/Source/Categories%20and%20Wrappers/QTMovie_Metadata.m