Android.Media.SoundPool.AutoPause Method
Pause all active streams.

Syntax

[Android.Runtime.Register("autoPause", "()V", "")]
public void AutoPause ()

Remarks

Pause all active streams. Pause all streams that are currently playing. This function iterates through all the active streams and pauses any that are playing. It also sets a flag so that any streams that are playing can be resumed by calling autoResume().

[Android Documentation]

Requirements

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