SoundPool.Resume(Int32) Method

Definition

Resume a playback stream.

[Android.Runtime.Register("resume", "(I)V", "")]
public void Resume (int streamID);
[<Android.Runtime.Register("resume", "(I)V", "")>]
member this.Resume : int -> unit

Parameters

streamID
Int32

a streamID returned by the play() function

Attributes

Remarks

Java documentation for android.media.SoundPool.resume(int).

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