I'd like to manually set speed ratio for my MediaElement
object in Windows Phone 8. There is no SpeedRatio
property anymore, and I don't seem to be able to use SmoothStreamingMediaElement
(part of Microsoft.Web.Media.SmoothStreaming
namespace).
Is there any other way to set my MediaElement
speed (I need to slow the playback down) for Windows Phone 8?
Thanks!