XNA MediaPlayer fastforward/rewind
- by bufferz
Using XNA 4.0, I am currently playing songs from the user's PC/XBox360 using the following:
Microsoft.Xna.Framework.Media.MediaPlayer.Play(Song song);
I see that MediaPlayer has a static Property PlayPosition that, as I've researched, used to be a get/set property, but it has been updated to get-only.
Are there any other methods/tricks I can use to explicitly set the playing position of a currently playing song?