wpf media element fast forward and fast rewind
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.
精彩评论