hi~
i've been using CMdaAudioPlayerUtility to play a mp3 file, which works well and plays smoothly, now i was required to retrieve all ID3V2 info(such as artist, title, album... etc.) and display them to player view.
i've got some metadata from method GetMetaDataEntryL(), however, a trouble comes while retrieving Attached Picture (maybe album picture).
things goes like this:
i wrote md->Value() to a file, but all i got is messy data, not a real picture file.Code:TRAPD(err, md = iMdaAudioPlayerUtility->GetMetaDataEntryL(i)); ... if ( md->Name().Find(KMMFMetaEntryAPIC) != KErrNotFound ) { //WriteToFileL(md->Value(), _L("C:\\Data\\Images\\Test.jpg"), ETrue); // how to get the data of APIC? }
who can tell me how to use KMMFMetaEntryAPIC, and the approach to get attached picture.
thx first~
A.kon





