FileDocCategorySizeDatePackage
TonePlayer.javaAPI DocphoneME MR2 API (J2ME)1665Wed May 02 16:47:16 BST 2007com.sun.mmedia

TonePlayer

public interface TonePlayer
The Tone Player Interface
created
January 31, 2005

Fields Summary
Constructors Summary
Methods Summary
public voidplayTone(int note, int duration, int volume)
Plays a note of specified duration and volume

param
note Defines the tone of the note.
param
duration The duration of the tone in milli-seconds.
param
volume Audio volume range from 0 to 100.

public voidstopTone()
Stop current tone playing