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

Syntax

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

Parameters

streamID
a streamID returned by the play() function

Remarks

Pause a playback stream. Pause the stream specified by the streamID. This is the value returned by the play() function. If the stream is playing, it will be paused. If the stream is not playing (e.g. is stopped or was previously paused), calling this function 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