开发者

wpf media element fast forward and fast rewind

开发者 https://www.devze.com 2023-01-06 15:54 出处:网络
I have to rewind and forward smoothly the movie using Media Element. It seems to be the player position has to be changed with the timer to do forward an开发者_如何学编程d rewind. Any better alternati

I have to rewind and forward smoothly the movie using Media Element. It seems to be the player position has to be changed with the timer to do forward an开发者_如何学编程d rewind. Any better alternatives.

Thanks and Regards Raju


What about setting the SpeedRatio? That may work for fastforward. Smooth rewind is difficult, which stems right down to the CODEC. If you use a media type with a lot of "I-Frames", such as a MJPEG-AVI, you may be able to get smoother rewind (but not perfect) by changing the media position.

0

精彩评论

暂无评论...
验证码 换一张
取 消