Reputation: 10509
Is there a way to rewind/fast forward (or at least start playing at a certain position of a track) a media that is being played (using XNA.Framework.Media.MediaPlayer static instance) from a Media Library integrated application on Windows Phone Mango?
BTW: I have created a feature request on wpdev user voice community, so if you are in need of the similar functionality, go ahead and make a vote: http://wpdev.uservoice.com/forums/110705-app-platform/suggestions/2459380-allow-setting-a-playback-start-position-within-the
Upvotes: 1
Views: 739
Reputation: 4708
In XNA 4.0 there is no real way of doing this using MediaPlayer
unless there are undocumented hacks to get it to. But definitely there are no documented ways of doing this with the MediaPlayer
class.
Upvotes: 1