The members of Android.Media.ToneGenerator are listed below.
See Also: Inherited members from Java.Lang.Object
Public Constructors
| | ToneGenerator class contructor specifying output stream type and volume. |
Protected Constructors
| | A constructor used when creating managed representations of JNI objects; called by the runtime. |
Public Properties
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
| Release()Releases resources associated with this ToneGenerator object. |
| StartTone(Tone) : boolThis 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) : boolThis method starts the playback of a tone of the specified type for the specified duration. |
| StopTone()This method stops the tone currently playing playback. |