Hi,
I want to write a symbian application in which i want to open and play 3-4 clips simultaneously using CMdaAudioPlayerUtility.Can some give me some sample snippet how to implement this.
Thanks in advance
Hi,
I want to write a symbian application in which i want to open and play 3-4 clips simultaneously using CMdaAudioPlayerUtility.Can some give me some sample snippet how to implement this.
Thanks in advance
What have you tried so far? Can you play a single audio file for example?
Then you can easily test if you can create multiple players, and invoke their Play method when you get PlayComplete from the previous one.
hi,
i dont find any usage of playing three or more file simultaneously..
what exactly do u want to do?
do u want to play three or more files one after the other without any stop?
plz clarify....
Some formats allow limited mixing on some of the more recent phones. It won't be supported everywhere (all device models or all formats) though.
You'll probably have to do your own testing, I don't think this is documented properly anywhere (at least I haven't seen anything).
Sorcery