I've found a couple of good MediaElement wrappers for Silverlight, such as this one: http://slvideoplayer.codeplex.com/ But I'm having trouble finding the equivalent for WPF. Does this exist?
I'm looking f开发者_如何学编程or a wpf based video player that contains play, pause, video thumbnail, volume control, fast forward (with a buffer visible), etc.
Currently I'm just trying to port the Silverlight player linked above.
Have a look at Telerik's Website - they have something really good, but it is not free.
Try https://github.com/GuOrg/Gu.Wpf.Media
This is simple wrapper for WPF mediaelement
object.
The player looks like this:
In the link above you will find a sample source code to start with. IMO pretty useful thing.
精彩评论