public void playTone(int note, int duration, int volume) throws MediaException(Code)
Plays a note of specified duration and volume
Parameters: note - Defines the tone of the note. Parameters: duration - The duration of the tone in milli-seconds. Parameters: volume - Audio volume range from 0 to 100.