Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用控件播放视频文件MediaElement,我需要有快进和快退选项。对于快进,我增加了SpeedRatio,但是如何实现快退?我想反向播放视频(以适当的速度比)。
MediaElement
SpeedRatio
您可以将该MediaElement.ScrubbingEnabled属性设置为 true,然后暂停 MediaElement,然后定期MediaElement.Position向后更改其属性以模仿倒带行为。
MediaElement.ScrubbingEnabled
MediaElement.Position