14

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!

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
ivpavici
  • 1,117
  • 2
  • 19
  • 30
  • 1
    I already tried to find a solution to slow down or speed up music for a DJ application. But no API is currently available. Wait until Microsoft decides. – Mehdi Bugnard Aug 16 '13 at 08:21
  • 1
    Hi @GhostCat, sure, will do (sorry for inconvenience) – ivpavici Nov 03 '18 at 13:13
  • 1
    I appreciate the quick comeback! In this case, the OP has to provide the **code** that leads to the problem, so closing the question is the only way to vote here btw. – GhostCat Nov 03 '18 at 13:14

1 Answers1

1

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.

user2737037
  • 1,119
  • 1
  • 16
  • 29