XNA MediaPlayer fastforward/rewind
Posted
by bufferz
on Stack Overflow
See other posts from Stack Overflow
or by bufferz
Published on 2010-03-25T19:14:07Z
Indexed on
2010/03/25
22:43 UTC
Read the original article
Hit count: 441
XNA
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?
© Stack Overflow or respective owner