What is the playTone() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the playTone() method?
Rating:
The playTone() method is a method of the Manager class. It is used to create playback sound in a MIDlet. The general syntax of this method is as follows:
The note parameter takes a value between 0 and 127.
The duration parameter specifies the time for which the sound will be played in milliseconds.
The volume parameter is the volume of the playback. The value lies between 0 and 100. The maximum volume is 100 and the minimum is 0.
Rating:
Was this information helpful?
Other articles
- What is JNI?
- What is the setLoopCount() method?
- What is the open() method?
- What is the setTimeout() method?
- What is the setRecord() method?