Hello Guys
Here i'm pretty confused about javax.sound package in j2me
http://www.microemu.org/microemu-mid...dioPlayer.html
It seems fine but confused for javax.sound. How javax.sound is possible in j2me?
BR
Javed
Hello Guys
Here i'm pretty confused about javax.sound package in j2me
http://www.microemu.org/microemu-mid...dioPlayer.html
It seems fine but confused for javax.sound. How javax.sound is possible in j2me?
BR
Javed
You need to use MMAPI (JSR-135) for audio and video
http://java.sun.com/javame/reference/apis/jsr135/
no javax.sound available in Java ME
Hartti
Last edited by hartti; 2008-04-30 at 19:09. Reason: added one comment
@hattri
Yap i'm also know that the javax.sound package isn't supported in j2me but why they used? Did you go through that url?
Hi Aliencse,
since Microemu is a J2ME emulator built on J2SE, it's quite normal that they used J2SE standard APIs to build it. This does not mean that you can use those APIs within your J2ME app, since it'll surely not work on any J2ME phone.
Pit