there is a mp3 file on mobile, i want play it, but it seems that CMdaAudioPlayerUtility doesn't support mp3 file, so, hwo could i play it,anybody konws? Thx!!
there is a mp3 file on mobile, i want play it, but it seems that CMdaAudioPlayerUtility doesn't support mp3 file, so, hwo could i play it,anybody konws? Thx!!
CMdaAudioPlayerUtility does support playing MP3 files, but only in the phones that have MMF codecs made for playing MP3 files. All Platform 2 Feature Pack 1 or newer phones should support MP3 nativly.
yucca
thank u ,but when i debug on emulator, and it seems doesn't support mp3, my emulator version is like Symbian\7.0s\Series60_v21_C
so, could u tell me it's becouse of emulator? or maybe i make mistakes in my code.
thx!!!
the thing really is (as said in multiple other posts in the topic) that phones will support quite many different audio types, but the emulator is not supporting them all. So you need to try out your code in real phones, and test the code for example using wav files in the emualtor.
yucca