ToneGenerator.StopTone Method

Definition

This method stops the tone currently playing playback.

[Android.Runtime.Register("stopTone", "()V", "GetStopToneHandler")]
public virtual void StopTone ();
[<Android.Runtime.Register("stopTone", "()V", "GetStopToneHandler")>]
abstract member StopTone : unit -> unit
override this.StopTone : unit -> unit
Attributes

Remarks

This method stops the tone currently playing playback.

Java documentation for android.media.ToneGenerator.stopTone().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Media.ToneGenerator(Android.Media.Stream%2c+Android.Media.Volume)>