Resets the MediaPlayer to its uninitialized state.
Syntax
[Android.Runtime.Register("reset", "()V", "GetResetHandler")] public virtual voidReset ()
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().