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

Syntax

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

Parameters

streamID
a streamID returned by the play() function

Remarks

Resume a playback stream. Resume the stream specified by the streamID. This is the value returned by the play() function. If the stream is paused, this will resume playback. If the stream was not 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