简体   繁体   English

Windows Phone 8的MediaElement速度比

[英]MediaElement Speed ratio for Windows Phone 8

I'd like to manually set speed ratio for my MediaElement object in Windows Phone 8 . 我想为Windows Phone 8中的 MediaElement对象手动设置速度比。 There is no SpeedRatio property anymore, and I don't seem to be able to use SmoothStreamingMediaElement (part of Microsoft.Web.Media.SmoothStreaming namespace). 不再有SpeedRatio属性,而且我似乎无法使用SmoothStreamingMediaElement (属于Microsoft.Web.Media.SmoothStreaming命名空间的一部分)。

Is there any other way to set my MediaElement speed (I need to slow the playback down) for Windows Phone 8? 还有其他方法可以为Windows Phone 8设置MediaElement速度(我需要放慢播放速度)吗?

Thanks! 谢谢!

I think you are looking for the Player Framework ( https://playerframework.codeplex.com/ ). 我认为您正在寻找播放器框架( https://playerframework.codeplex.com/ )。 With this framework you can use the Microsoft.Web.Media.SmoothStreaming namespace and set the playback rate. 通过此框架,您可以使用Microsoft.Web.Media.SmoothStreaming命名空间并设置播放速率。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM