开发者

how to play a video in c# windows application? [duplicate]

This question already has answers here:开发者_JAVA百科 Closed 10 years ago.

Possible Duplicate:

How can I play video files using C#?

please help me to play a video in c# windows application or using emgucv??


With WPF, you can create a MediaElement which has a source property that you can point to the URL of the video. MediaElement exposes a number of methods for Play, Pause, Stop, Volume, etc.

If you need a Winforms solution see solairaja's answer.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜