Hello Everyone,
i am new to android and i am trying to extract the metadata of the
mp3 file i have writtten piece of the code as per the follows but its
giving the tuntime error in the setDataSource so can anyone let me
know what could be the problem.
the code is follow:
nMetaDataDetails = new MediaMetadataRetriever();
path = "D:\\Songs\\a13033b03.mp3";
nMetaDataDetails.setMode(MODE_GET_METADATA_ONLY);
nMetaDataDetails.setDataSource("D:\\Songs\\nagada.mp3");
nMetaDataDetails.extractMetadata(MODE_GET_METADATA_ONLY);
please let me know..............
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---