Android.Media.MediaPlayer.Reset Method
Resets the MediaPlayer to its uninitialized state.

Syntax

[Android.Runtime.Register("reset", "()V", "GetResetHandler")]
public virtual void Reset ()

Remarks

Resets the MediaPlayer to its uninitialized state. After calling this method, you will have to initialize it again by setting the data source and calling prepare().

[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