Android.Media.AudioTrack.Pause Method
Pauses the playback of the audio data.

Syntax

[Android.Runtime.Register("pause", "()V", "GetPauseHandler")]
public virtual void Pause ()

Exceptions

TypeReason
Java.Lang.IllegalStateException

Remarks

Pauses the playback of the audio data. Data that has not been played back will not be discarded. Subsequent calls to AudioTrack.Play will play this data back. See AudioTrack.Flush to discard this data.

[Android Documentation]

Requirements

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