Both functions dont set the current Position to 0 and I have to call seekTo(0) after I called stop() in order to get the desired behavior. Moreover I need to call prepare() after I called stop().
So what is the benefit? I could easily use pause() and seekTo(0) to get the same result...