When you type something in B4A, the autocompletion function opens a list with possible candidates and a short help text. Reading this text can be helpful. ;-) E.g. for MediaSeek:
Seeks to specified time position (in ms).
Raises the event "SeekCompleted" when the position change has been completed.
I admit I should have written milliseconds in extenso.
Since MediaBrowser is a wrapper around functions of the android.media package, you can also find help in the Android documentation. E.g. the player methods. But I suppose you already know that ;-)