thanks, Freepine. I tried parseASF function, which use MetadataRetriever to do the metadata extraction, but I always got the null value for album, artist... (these informations are stored in ID3 tags)
It seems that MedadataRetriever do not extract metadata information from ID3 tags, right? On 11月8日, 下午2時59分, Freepine <[email protected]> wrote: > You can try parseWMA or parseASF in mediascanner.cpp. > > On Fri, Nov 6, 2009 at 4:29 PM, ever <[email protected]> wrote: > > Hi there, > > MediaScanner do not extract AAC metadata information at present. > > I am trying to add AAC metadata extraction in MediaScanner.java and > > mediascanner.cpp, > > and tried to use parseMP3 and parseMP4 functions to pase, but both > > failed. > > > Do I need to write the parse function? Is there extsting function for > > me to pare AAC metadata? > > > thanks. > > ever > > > -- > > unsubscribe: > > [email protected]<android-porting%[email protected]> > > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
