How to extract ID tags from MP3 files in Cocoa?

前端 未结 1 948
庸人自扰
庸人自扰 2021-01-03 15:33

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 l

相关标签:
1条回答
  • 2021-01-03 16:09

    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/

    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

    0 讨论(0)
提交回复
热议问题