Hello friends...
I have a problem, how can I playing the sound in midp 1.0?
Please give me a simple code that can I understand because I'm a beginner
Thanks very much...
Hello friends...
I have a problem, how can I playing the sound in midp 1.0?
Please give me a simple code that can I understand because I'm a beginner
Thanks very much...
Hi chinsuvent,
I think MIDP 1.0 does not have any support for sound. The only thing that's weakly related is the method playSound(Display display) of AlertType class but it does not allow you to play anything, the sound here is implementation dependent. Check the javadocs for more.
MIDP 2.0 has a media API that's a subset of MMAPI. MIDP 2.0 media is limited to audio, though (VolumeControl, ToneControl).
Hope this helps!!!
BR