Android.Media.SoundPool.Stop Method
Stop a playback stream.

Syntax

[Android.Runtime.Register("stop", "(I)V", "")]
public void Stop (int streamID)

Parameters

streamID
a streamID returned by the play() function

Remarks

Stop a playback stream. Stop the stream specified by the streamID. This is the value returned by the play() function. If the stream is playing, it will be stopped. It also releases any native resources associated with this stream. If the stream is not playing, it will have no effect.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1