Android.Media.ToneGenerator Members

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

[read-only]
AudioSessionIdint. Returns the audio session ID.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. 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) : bool
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) : bool
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.