mp3_id3tag

6 views
Skip to first unread message

heyshi

unread,
Mar 20, 2012, 12:58:28 AM3/20/12
to cocoaheads.tw
參考了此網頁 http://www.cocoachina.com/bbs/simple/?t23422.html

可使用dicionary讀出id3tag property,但我將dict裡的任一key的value修改完

卻無法將dict塞回audiofile

新增

AudioFileSetProperty( fileID,
kAudioFilePropertyInfoDictionary, piDataSize,
&propertyInfoDictionary );

AudioFileClose(fileID);

想請問是有啥問題嗎?謝謝~

Evadne Wu

unread,
Mar 20, 2012, 1:36:52 AM3/20/12
to cocoah...@googlegroups.com
Please post the entire project.

> --
> 您已訂閱「Google 網上論壇」的「cocoaheads.tw」群組,因此我們特別傳送這封郵件通知您。
> 如要在此群組張貼留言,請傳送電子郵件至 cocoah...@googlegroups.com
> 如要取消訂閱此群組,請傳送電子郵件至 cocoaheadstw...@googlegroups.com
> 如需更多選項,請造訪此群組:http://groups.google.com/group/cocoaheadstw?hl=zh-TW
>

heyshi

unread,
Mar 20, 2012, 1:46:53 AM3/20/12
to cocoaheads.tw
http://codepad.org/CjhF9Xe8 .h .m

usage

add #include <AudioToolbox/AudioToolbox.h> framework

id3v1 = [[ID3V1 alloc] init];
NSString *filePath = @" *.mp3 file path ";
[id3v1 read:filePath];



On 3月20日, 下午1時36分, Evadne Wu <e...@iridia.tw> wrote:
> Please post the entire project.
>
> On Mar 20, 2012, at 12:58, heyshi <heyshi...@gmail.com> wrote:
>
>
>
>
>
>
>
> > 參考了此網頁http://www.cocoachina.com/bbs/simple/?t23422.html
Reply all
Reply to author
Forward
0 new messages