Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MediaElement Speed ratio for Windows Phone 8

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!

like image 817
Ivan Pavičić Avatar asked Apr 30 '13 12:04

Ivan Pavičić


1 Answers

I think you are looking for the Player Framework (https://playerframework.codeplex.com/). With this framework you can use the Microsoft.Web.Media.SmoothStreaming namespace and set the playback rate.

like image 85
user2737037 Avatar answered Oct 20 '22 14:10

user2737037