The methods of Android.Media.ToneGenerator are listed below. For a list of all members, see the ToneGenerator Members list.
See Also: Inherited members from Java.Lang.Object
Release()Releases resources associated with this ToneGenerator object. | ||
StartTone(Tone)This method starts the playback of a tone of the specified type. only one tone can play at a time: if a tone is playing while this method is called, this tone is stopped and replaced by the one requested. | ||
StartTone(Tone, int)This method starts the playback of a tone of the specified type for the specified duration. | ||
StopTone()This method stops the tone currently playing playback. |