In J2ME, player class is used to play the .wav music, that is the only reason of using the class in our small application to create multimedia sounds.
In J2ME, player class is used to play the .wav music, that is the only reason of using the class in our small application to create multimedia sounds.Creating Multimedia Sound Using Player Class
In J2ME, player class is used to play the .wav music, that is the only reason of using the class in our small application to create multimedia sounds. It's required to import the javax.microedition.media package to use this class in our example.
Please find the given methods and manager class that is used to create any multimedia sounds in J2ME..
Methods:
And the Manager class, that is having following Methods:
Source Code of MultimediaSound.java
import javax.microedition.midlet.MIDlet;
|
Ads