简体   繁体   English

如何使用c#在我的Windows窗体应用程序中嵌入vlc

[英]How to embed vlc in my windows form application with c#

我正在尝试制作一个可以控制我的IP摄像头的应用程序.VLC媒体播放器可以做到这一点,但我不知道如何将它嵌入我的应用程序中添加功能,如捕捉图片。我该怎么办?

The VideoLAN Wiki has links about the .Net Interface to VLC as well as C# bindings for libvlc, which is the underlying library of VLC. VideoLAN Wiki包含有关VLC.Net接口以及libvlc的C#绑定的链接,libvlc是VLC的基础库。

You will find there several projects such as VLCdotNet which seems to be something that you can use. 你会发现有几个项目,如VLCdotNet ,似乎是你可以使用的东西。

You can also get into the .Net Interface to VLC by looking at the sources of the DMediaPlayer on CodePlex . 您还可以通过查看CodePlex上DMediaPlayer的来源进入VLC的.Net接口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM